nextcloud/core/l10n/ja_JP.php

138 lines
8.4 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-12-15 03:12:10 +04:00
"User %s shared a file with you" => "ユーザ %s はあなたとファイルを共有しています",
"User %s shared a folder with you" => "ユーザ %s はあなたとフォルダを共有しています",
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "ユーザ %s はあなたとファイル \"%s\" を共有しています。こちらからダウンロードできます: %s",
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "ユーザ %s はあなたとフォルダ \"%s\" を共有しています。こちらからダウンロードできます: %s",
2012-11-16 03:03:47 +04:00
"Category type not provided." => "カテゴリタイプは提供されていません。",
2012-06-06 02:29:28 +04:00
"No category to add?" => "追加するカテゴリはありませんか?",
2013-02-09 03:14:08 +04:00
"This category already exists: %s" => "このカテゴリはすでに存在します: %s",
2012-11-16 03:03:47 +04:00
"Object type not provided." => "オブジェクトタイプは提供されていません。",
"%s ID not provided." => "%s ID は提供されていません。",
"Error adding %s to favorites." => "お気に入りに %s を追加エラー",
2012-11-15 03:03:50 +04:00
"No categories selected for deletion." => "削除するカテゴリが選択されていません。",
2012-11-16 03:03:47 +04:00
"Error removing %s from favorites." => "お気に入りから %s の削除エラー",
2013-01-29 03:06:20 +04:00
"Sunday" => "",
"Monday" => "",
"Tuesday" => "",
"Wednesday" => "",
"Thursday" => "",
"Friday" => "",
"Saturday" => "",
"January" => "1月",
"February" => "2月",
"March" => "3月",
"April" => "4月",
"May" => "5月",
"June" => "6月",
"July" => "7月",
"August" => "8月",
"September" => "9月",
"October" => "10月",
"November" => "11月",
"December" => "12月",
2012-08-01 00:57:24 +04:00
"Settings" => "設定",
2012-11-09 03:03:49 +04:00
"seconds ago" => "秒前",
"1 minute ago" => "1 分前",
"{minutes} minutes ago" => "{minutes} 分前",
2012-11-16 03:03:47 +04:00
"1 hour ago" => "1 時間前",
"{hours} hours ago" => "{hours} 時間前",
2012-11-09 03:03:49 +04:00
"today" => "今日",
"yesterday" => "昨日",
"{days} days ago" => "{days} 日前",
"last month" => "一月前",
2012-11-16 03:03:47 +04:00
"{months} months ago" => "{months} 月前",
2012-11-09 03:03:49 +04:00
"months ago" => "月前",
"last year" => "一年前",
"years ago" => "年前",
2012-09-23 04:04:41 +04:00
"Choose" => "選択",
2012-08-01 00:57:24 +04:00
"Cancel" => "キャンセル",
"No" => "いいえ",
"Yes" => "はい",
"Ok" => "OK",
2012-11-16 03:03:47 +04:00
"The object type is not specified." => "オブジェクタイプが指定されていません。",
2012-08-01 00:57:24 +04:00
"Error" => "エラー",
2012-11-16 03:03:47 +04:00
"The app name is not specified." => "アプリ名がしていされていません。",
"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!",
2013-01-31 03:31:28 +04:00
"Shared" => "共有中",
2013-02-12 18:12:46 +04:00
"Share" => "共有",
2012-09-23 04:04:41 +04:00
"Error while sharing" => "共有でエラー発生",
"Error while unsharing" => "共有解除でエラー発生",
"Error while changing permissions" => "権限変更でエラー発生",
2012-10-19 04:08:00 +04:00
"Shared with you and the group {group} by {owner}" => "あなたと {owner} のグループ {group} で共有中",
2012-11-23 03:03:17 +04:00
"Shared with you by {owner}" => "{owner} と共有中",
2012-09-25 04:05:18 +04:00
"Share with" => "共有者",
2012-09-23 04:04:41 +04:00
"Share with link" => "URLリンクで共有",
"Password protect" => "パスワード保護",
2012-09-22 03:18:31 +04:00
"Password" => "パスワード",
2012-12-15 03:12:10 +04:00
"Email link to person" => "メールリンク",
"Send" => "送信",
2012-09-25 04:05:18 +04:00
"Set expiration date" => "有効期限を設定",
"Expiration date" => "有効期限",
2012-10-02 04:06:08 +04:00
"Share via email:" => "メール経由で共有:",
2012-09-23 04:04:41 +04:00
"No people found" => "ユーザーが見つかりません",
"Resharing is not allowed" => "再共有は許可されていません",
2012-10-19 04:08:00 +04:00
"Shared in {item} with {user}" => "{item} 内で {user} と共有中",
2012-09-23 04:04:41 +04:00
"Unshare" => "共有解除",
"can edit" => "編集可能",
"access control" => "アクセス権限",
"create" => "作成",
"update" => "更新",
"delete" => "削除",
"share" => "共有",
"Password protected" => "パスワード保護",
2012-09-28 04:06:03 +04:00
"Error unsetting expiration date" => "有効期限の未設定エラー",
2012-09-25 04:05:18 +04:00
"Error setting expiration date" => "有効期限の設定でエラー発生",
2012-12-15 03:12:10 +04:00
"Sending ..." => "送信中...",
"Email sent" => "メールを送信しました",
2013-01-30 03:25:41 +04:00
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。",
"The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
2012-06-06 02:29:28 +04:00
"ownCloud password reset" => "ownCloudのパスワードをリセットします",
2012-01-27 03:59:24 +04:00
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
2012-06-06 02:29:28 +04:00
"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。",
2012-10-30 03:01:50 +04:00
"Reset email send." => "リセットメールを送信します。",
"Request failed!" => "リクエスト失敗!",
2012-01-11 04:06:59 +04:00
"Username" => "ユーザ名",
2012-06-06 02:29:28 +04:00
"Request reset" => "リセットを要求します。",
2012-01-11 04:06:59 +04:00
"Your password was reset" => "あなたのパスワードはリセットされました。",
2012-01-27 03:59:24 +04:00
"To login page" => "ログインページへ戻る",
2012-01-11 04:06:59 +04:00
"New password" => "新しいパスワードを入力",
"Reset password" => "パスワードをリセット",
"Personal" => "個人設定",
"Users" => "ユーザ",
"Apps" => "アプリ",
"Admin" => "管理者",
"Help" => "ヘルプ",
2012-06-06 02:29:28 +04:00
"Access forbidden" => "アクセスが禁止されています",
"Cloud not found" => "見つかりません",
"Edit categories" => "カテゴリを編集",
"Add" => "追加",
2012-10-16 04:08:21 +04:00
"Security Warning" => "セキュリティ警告",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "セキュアな乱数生成器が利用可能ではありません。PHPのOpenSSL拡張を有効にして下さい。",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "セキュアな乱数生成器が無い場合、攻撃者はパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
2013-02-12 18:12:46 +04:00
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => ".htaccess ファイルが動作していないため、おそらくあなたのデータディレクトリもしくはファイルはインターネットからアクセス可能です。",
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "あなたのサーバの適切な設定に関する情報として、<a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">ドキュメント</a>を参照して下さい。",
2012-01-11 04:06:59 +04:00
"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
"Advanced" => "詳細設定",
"Data folder" => "データフォルダ",
"Configure the database" => "データベースを設定してください",
"will be used" => "が使用されます",
"Database user" => "データベースのユーザ名",
"Database password" => "データベースのパスワード",
"Database name" => "データベース名",
2012-09-01 04:04:00 +04:00
"Database tablespace" => "データベースの表領域",
2012-01-11 04:06:59 +04:00
"Database host" => "データベースのホスト名",
"Finish setup" => "セットアップを完了します",
2012-10-28 02:02:29 +04:00
"web services under your control" => "管理下にあるウェブサービス",
2012-01-11 04:06:59 +04:00
"Log out" => "ログアウト",
2012-10-17 01:39:13 +04:00
"Automatic logon rejected!" => "自動ログインは拒否されました!",
"If you did not change your password recently, your account may be compromised!" => "最近パスワードを変更していない場合、あなたのアカウントは危険にさらされているかもしれません。",
"Please change your password to secure your account again." => "アカウント保護の為、パスワードを再度の変更をお願いいたします。",
2012-06-06 02:29:28 +04:00
"Lost your password?" => "パスワードを忘れましたか?",
2012-01-11 04:06:59 +04:00
"remember" => "パスワードを記憶する",
2012-01-27 03:59:24 +04:00
"Log in" => "ログイン",
2013-02-08 03:13:16 +04:00
"Alternative Logins" => "代替ログイン",
2012-01-11 04:06:59 +04:00
"prev" => "",
2012-10-17 01:39:13 +04:00
"next" => "",
2013-01-15 03:05:10 +04:00
"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。"
2012-01-11 04:06:59 +04:00
);