diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-16 01:54:35 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-16 01:54:35 -0400 |
commit | ec5448bf7d2943f7b02fd5122a2c32969e528e4b (patch) | |
tree | 4659ab4a0b28a191d50dcb661ed2504086292e10 /core/l10n/ja.php | |
parent | e5224782fa4acb6f8f42aa437fb3f21c35e73e64 (diff) | |
download | nextcloud-server-ec5448bf7d2943f7b02fd5122a2c32969e528e4b.tar.gz nextcloud-server-ec5448bf7d2943f7b02fd5122a2c32969e528e4b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja.php')
-rw-r--r-- | core/l10n/ja.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/ja.php b/core/l10n/ja.php index 9be91c44ca7..d33031337cf 100644 --- a/core/l10n/ja.php +++ b/core/l10n/ja.php @@ -47,7 +47,9 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%nヶ月前"), "last year" => "1年前", "years ago" => "数年前", +"Couldn't send reset email. Please contact your administrator." => "リセットメールを送信できませんでした。管理者に問い合わせてください。", "Reset password" => "パスワードをリセット", +"Password can not be changed. Please contact your administrator." => "パスワードは変更できません。管理者に問い合わせてください。", "Yes" => "はい", "No" => "いいえ", "Choose" => "選択", @@ -121,6 +123,9 @@ $TRANSLATIONS = array( "Please reload the page." => "ページをリロードしてください。", "The update was unsuccessful." => "アップデートに失敗しました。", "The update was successful. Redirecting you to ownCloud now." => "アップデートに成功しました。今すぐownCloudにリダイレクトします。", +"Couldn't reset password because the token is invalid" => "トークンが無効なため、パスワードをリセットできませんでした", +"Couldn't send reset email. Please make sure your username is correct." => "リセットメールを送信できませんでした。ユーザ名が正しいかどうか確認して下さい。", +"Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "このユーザ名に紐付けられたメールアドレスが無いため、リセットメールを送信できませんでした。管理者に問い合わせてください。", "%s password reset" => "%s パスワードリセット", "Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックしてください: {link}", "You will receive a link to reset your password via Email." => "メールでパスワードをリセットするリンクが届きます。", @@ -129,6 +134,7 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "はい、今すぐパスワードをリセットします。", "Reset" => "リセット", "New password" => "新しいパスワードを入力", +"New Password" => "新しいパスワード", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", "For the best results, please consider using a GNU/Linux server instead." => "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", "Personal" => "個人", |