From 15f1e483f6d38b8b7bdea6173c976adfb5814faf Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 29 Aug 2020 07:30:58 +0000 Subject: Update locales (#1237). git-svn-id: http://svn.redmine.org/redmine/trunk@19993 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/fi.yml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'config/locales/fi.yml') diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 792c3107d..48f41e73a 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1353,3 +1353,54 @@ fi: label_relations_mapping: Relations mapping label_import_users: Import users label_days_to_html: "%{days} days up to %{date}" + setting_twofa: Two-factor authentication + label_optional: optional + label_required_lower: required + button_disable: Disable + twofa__totp__name: Authenticator app + twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key + into a TOTP app (e.g. Google + Authenticator, Authy, Duo + Mobile) and enter the code in the field below to activate two-factor authentication. + twofa__totp__label_plain_text_key: Plain text key + twofa__totp__label_activate: Enable authenticator app + twofa_currently_active: 'Currently active: %{twofa_scheme_name}' + twofa_not_active: Not activated + twofa_label_code: Code + twofa_hint_disabled_html: Setting %{label} will deactivate and unpair + two-factor authentication devices for all users. + twofa_hint_required_html: Setting %{label} will require all users + to set up two-factor authentication at their next login. + twofa_label_setup: Enable two-factor authentication + twofa_label_deactivation_confirmation: Disable two-factor authentication + twofa_notice_select: 'Please select the two-factor scheme you would like to use:' + twofa_warning_require: The administrator requires you to enable two-factor authentication. + twofa_activated: Two-factor authentication successfully enabled. It is recommended + to generate backup codes for your account. + twofa_deactivated: Two-factor authentication disabled. + twofa_mail_body_security_notification_paired: Two-factor authentication successfully + enabled using %{field}. + twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled + for your account. + twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes + generated. + twofa_mail_body_backup_code_used: A two-factor authentication backup code has been + used. + twofa_invalid_code: Code is invalid or outdated. + twofa_label_enter_otp: Please enter your two-factor authentication code. + twofa_too_many_tries: Too many tries. + twofa_resend_code: Resend code + twofa_code_sent: An authentication code has been sent to you. + twofa_generate_backup_codes: Generate backup codes + twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup + codes and generate new ones. Would you like to continue? + twofa_notice_backup_codes_generated: Your backup codes have been generated. + twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated. + Your existing codes from %{time} are now invalid. + twofa_label_backup_codes: Two-factor authentication backup codes + twofa_text_backup_codes_hint: Use these codes instead of a one-time password should + you not have access to your second factor. Each code can only be used once. It is + recommended to print and store them in a safe place. + twofa_text_backup_codes_created_at: Backup codes generated %{datetime}. + twofa_backup_codes_already_shown: Backup codes cannot be shown again, please generate new backup codes if required. -- cgit v1.2.3