diff options
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index 3584bf6732b..50b8e9e616e 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -1,11 +1,15 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "アプリケーション名は提供されていません。", +"No category to add?" => "追加するカテゴリはありませんか?", +"This category already exists: " => "このカテゴリはすでに存在します: ", "Owncloud password reset" => "Owncloud のパスワードをリセット", +"ownCloud password reset" => "ownCloudのパスワードをリセットします", "Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}", -"You will receive a link to reset your password via Email." => "パスワードをリセットするリンクがメールで届きます。", +"You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。", "Requested" => "送信されました", -"Login failed!" => "ログインに失敗しました。", +"Login failed!" => "ログインに失敗しました!", "Username" => "ユーザ名", -"Request reset" => "リセットを要求する。", +"Request reset" => "リセットを要求します。", "Your password was reset" => "あなたのパスワードはリセットされました。", "To login page" => "ログインページへ戻る", "New password" => "新しいパスワードを入力", @@ -15,7 +19,10 @@ "Apps" => "アプリ", "Admin" => "管理者", "Help" => "ヘルプ", -"Cloud not found" => "見つけられません", +"Access forbidden" => "アクセスが禁止されています", +"Cloud not found" => "見つかりません", +"Edit categories" => "カテゴリを編集", +"Add" => "追加", "Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください", "Password" => "パスワード", "Advanced" => "詳細設定", @@ -30,7 +37,7 @@ "web services under your control" => "管理下にあるウェブサービス", "Log out" => "ログアウト", "Settings" => "設定", -"Lost your password?" => "パスワードがわからなくなりましたか?", +"Lost your password?" => "パスワードを忘れましたか?", "remember" => "パスワードを記憶する", "Log in" => "ログイン", "You are logged out." => "ログアウトしました。", |