Skip to content

Commit 03aebc3

Browse files
committed
Japanese translation update (#33923).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19994 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 15f1e48 commit 03aebc3

File tree

1 file changed

+37
-51
lines changed

1 file changed

+37
-51
lines changed

config/locales/ja.yml

Lines changed: 37 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,54 +1322,40 @@ ja:
13221322
field_passwd_changed_on: パスワード更新日
13231323
label_relations_mapping: 関連の対応関係
13241324
label_import_users: ユーザーのインポート
1325-
setting_twofa: Two-factor authentication
1326-
label_optional: optional
1327-
label_required_lower: required
1328-
button_disable: Disable
1329-
twofa__totp__name: Authenticator app
1330-
twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key
1331-
into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google
1332-
Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
1333-
Mobile</a>) and enter the code in the field below to activate two-factor authentication.
1334-
twofa__totp__label_plain_text_key: Plain text key
1335-
twofa__totp__label_activate: Enable authenticator app
1336-
twofa_currently_active: 'Currently active: %{twofa_scheme_name}'
1337-
twofa_not_active: Not activated
1338-
twofa_label_code: Code
1339-
twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair
1340-
two-factor authentication devices for all users.
1341-
twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users
1342-
to set up two-factor authentication at their next login.
1343-
twofa_label_setup: Enable two-factor authentication
1344-
twofa_label_deactivation_confirmation: Disable two-factor authentication
1345-
twofa_notice_select: 'Please select the two-factor scheme you would like to use:'
1346-
twofa_warning_require: The administrator requires you to enable two-factor authentication.
1347-
twofa_activated: Two-factor authentication successfully enabled. It is recommended
1348-
to <a data-method="post" href="%{bc_path}">generate backup codes</a> for your account.
1349-
twofa_deactivated: Two-factor authentication disabled.
1350-
twofa_mail_body_security_notification_paired: Two-factor authentication successfully
1351-
enabled using %{field}.
1352-
twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled
1353-
for your account.
1354-
twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes
1355-
generated.
1356-
twofa_mail_body_backup_code_used: A two-factor authentication backup code has been
1357-
used.
1358-
twofa_invalid_code: Code is invalid or outdated.
1359-
twofa_label_enter_otp: Please enter your two-factor authentication code.
1360-
twofa_too_many_tries: Too many tries.
1361-
twofa_resend_code: Resend code
1362-
twofa_code_sent: An authentication code has been sent to you.
1363-
twofa_generate_backup_codes: Generate backup codes
1364-
twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup
1365-
codes and generate new ones. Would you like to continue?
1366-
twofa_notice_backup_codes_generated: Your backup codes have been generated.
1367-
twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated.
1368-
Your existing codes from %{time} are now invalid.
1369-
twofa_label_backup_codes: Two-factor authentication backup codes
1370-
twofa_text_backup_codes_hint: Use these codes instead of a one-time password should
1371-
you not have access to your second factor. Each code can only be used once. It is
1372-
recommended to print and store them in a safe place.
1373-
twofa_text_backup_codes_created_at: Backup codes generated %{datetime}.
1374-
twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post"
1375-
href="%{bc_path}">generate new backup codes</a> if required.
1325+
setting_twofa: 二要素認証
1326+
label_optional: 任意
1327+
label_required_lower: 必須
1328+
button_disable: 無効化
1329+
twofa__totp__name: 認証アプリ
1330+
twofa__totp__text_pairing_info_html: TOTPアプリ (<a href="https://support.google.com/accounts/answer/1066447">Google認証システム</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
1331+
Mobile</a> など) でQRコードを読み取るかテキストキーを入力してください。その後、アプリに表示されているコードをこの下の入力欄に入力して二要素認証を有効にしてください。
1332+
twofa__totp__label_plain_text_key: テキストキー
1333+
twofa__totp__label_activate: 二要素認証を有効にする
1334+
twofa_currently_active: '有効 (方式: %{twofa_scheme_name})'
1335+
twofa_not_active: 無効
1336+
twofa_label_code: コード
1337+
twofa_hint_disabled_html: <strong>%{label}</strong> に設定すると全ユーザーの二要素認証を無効にし認証デバイスの関連づけも解除します。
1338+
twofa_hint_required_html: <strong>%{label}</strong> に設定するとユーザーに対し二要素認証の有効化を次回ログイン時に要求します。
1339+
twofa_label_setup: 二要素認証の有効化
1340+
twofa_label_deactivation_confirmation: 二要素認証の無効化
1341+
twofa_notice_select: 'どの方式で二要素認証を行うか選択してください:'
1342+
twofa_warning_require: システム管理者が二要素認証を有効にすることを求めています。
1343+
twofa_activated: 二要素認証が有効になりました。このアカウント用の <a data-method="post" href="%{bc_path}">バックアップコードの生成</a> をお勧めします。
1344+
twofa_deactivated: 二要素認証が無効になりました。
1345+
twofa_mail_body_security_notification_paired: "%{field}による二要素認証が有効になりました。"
1346+
twofa_mail_body_security_notification_unpaired: あなたのアカウントの二要素認証が無効になりました。
1347+
twofa_mail_body_backup_codes_generated: 二要素認証の新しいバックアップコードが生成されました。
1348+
twofa_mail_body_backup_code_used: 二要素認証のバックアップコードが使用されました。
1349+
twofa_invalid_code: 認証コードが無効または期限切れです。
1350+
twofa_label_enter_otp: 二要素認証の認証コードを入力してください。
1351+
twofa_too_many_tries: 試行回数が多すぎます。
1352+
twofa_resend_code: 認証コードの再送信
1353+
twofa_code_sent: 認証コードを送信しました。
1354+
twofa_generate_backup_codes: バックアップコードの生成
1355+
twofa_text_generate_backup_codes_confirmation: この操作は既存のすべてのバックアップコードを無効化して新しく生成します。続行しますか?
1356+
twofa_notice_backup_codes_generated: バックアップコードを生成しました。
1357+
twofa_warning_backup_codes_generated_invalidated: 新しいバックアップコードを生成しました。%{time} に生成したバックアップコードは無効になりました。
1358+
twofa_label_backup_codes: 二要素認証のバックアップコード
1359+
twofa_text_backup_codes_hint: 二要素認証アプリが利用できないときは以下のコードを認証コードの代わりに使用してください。それぞれのコードは1回だけ使用できます。バックアップコードは印刷して安全な場所に保管しておくことをお勧めします。
1360+
twofa_text_backup_codes_created_at: "バックアップコード生成日時: %{datetime}"
1361+
twofa_backup_codes_already_shown: バックアップコードの再表示はできません。必要があれば<a data-method="post" href="%{bc_path}">新しいバックアップコードの生成</a>を行ってください。

0 commit comments

Comments
 (0)