diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 1bb8efffe51..7e9e8e912d2 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -17,6 +17,10 @@ OC.L10N.register( "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", "Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", + "Password reset" : "パスワードのリセット", + "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "次のボタンをクリックしてパスワードをリセットしてください。 パスワードリセットをリクエストしていない場合は、このメールを無視してください。", + "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "パスワードをリセットするには、次のリンクをクリックしてください。 パスワードリセットをリクエストしていない場合は、このメールを無視してください。", + "Reset your password" : "パスワードをリセット", "%s password reset" : "%s パスワードリセット", "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", @@ -132,11 +136,20 @@ OC.L10N.register( "Send" : "送信", "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", "Shared with you by {owner}" : "{owner} より共有中", + "Choose a password for the mail share" : "メール共有のパスワードを選択", "{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} がリンク経由で共有", "group" : "グループ", "remote" : "リモート", "email" : "メール", + "shared by {sharer}" : "共有した人 {sharer}", "Unshare" : "共有解除", + "Can reshare" : "再共有可能", + "Can edit" : "編集可能", + "Can create" : "作成可能", + "Can change" : "変更可能", + "Can delete" : "削除可能", + "Secure drop (upload only)" : "セキュアドロップ (アップロードのみ)", + "Access control" : "アクセス制御", "Could not unshare" : "共有の解除ができませんでした", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["オートコンプリートには{count}文字以上必要です"], |