diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 0d96ee2c17f..43d06f1d2b5 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -29,6 +29,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "あなたのログイントークンは無効か期限が切れています。", "This community release of Nextcloud is unsupported and push notifications are limited." : "コミュニティリリースのNextcloudにサポートはなく、プッシュ通知には制限があります", "Login" : "ログイン", + "Unsupported email length (>255)" : "メールアドレスが長すぎます (>255)", "Password reset is disabled" : "パスワードリセットは無効化されています", "Could not reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", "Could not reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", @@ -114,6 +115,8 @@ OC.L10N.register( "Wrong login or password." : "ログイン名またはパスワードが間違っています。", "This account is disabled" : "アカウントが無効化されています", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "あなたのIPから複数の無効なログイン試行が検出されました。 したがって、次回のログインは最大30秒間抑制されます。", + "Login with username or email" : "ログインするユーザー名またはメールアドレス", + "Login with username" : "ログインするユーザー名", "Log in with a device" : "デバイスを使ってログインする", "Login or email" : "ログイン名またはEメール", "Your account is not setup for passwordless login." : "あなたのアカウントはパスワードなしでログインできるように設定されていません。", @@ -168,6 +171,7 @@ OC.L10N.register( "Back to login form" : "ログイン画面に戻る", "Back" : "戻る", "Login form is disabled." : "ログインフォームは無効です。", + "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud ログイン フォームは無効になっています。 利用可能な場合は別のログイン オプションを使用するか、管理者に問い合わせてください。", "Edit Profile" : "プロフィールを編集", "The headline and about sections will show up here" : "見出しと概要セクションがここに表示されます", "You have not added any info yet" : "まだ情報が追加されていません", @@ -243,6 +247,7 @@ OC.L10N.register( "No action available" : "操作できません", "Error fetching contact actions" : "連絡先操作取得エラー", "Close \"{dialogTitle}\" dialog" : "\"{dialogTitle}\"ダイアログを閉じる", + "Email length is at max (255)" : "メールアドレスの長さは 255文字 以下です", "Non-existing tag #{tag}" : "存在しないタグ#{tag}", "Restricted" : "制限付き", "Invisible" : "オフライン", |