OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/config/locales/en.yml

134 lines
8.3 KiB

# English strings go here for Rails i18n
en:
activerecord:
attributes:
two_factor_authentication/device:
identifier: 'Identifier'
default: 'Use as default'
two_factor_authentication/device/sms:
phone_number: "Phone number"
errors:
models:
two_factor_authentication/device:
default_already_exists: 'is already set for another OTP device.'
two_factor_authentication/device/sms:
attributes:
phone_number:
error_phone_number_format: "must be of format +XX XXXXXXXXX"
models:
two_factor_authentication/device: "2FA device"
two_factor_authentication/device/sms: "Mobile phone"
two_factor_authentication/device/totp: "Authenticator application"
two_factor_authentication:
error_2fa_disabled: "2FA delivery has been disabled."
error_no_device: "No registered 2FA device found for this user, despite being required for this instance."
error_no_matching_strategy: "No matching 2FA strategy available for this user. Please contact your administratior."
error_is_enforced_not_active: 'Configuration error: Two-factor authentication has been enforced, but no active strategies exist.'
channel_unavailable: "The delivery channel %{channel} is unavailable."
no_valid_phone_number: "No valid phone number exists."
label_pwd_confirmation: "Password"
notice_pwd_confirmation: "You need to confirm your password upon making changes to these settings."
label_device_type: "Device type"
label_default_device: "Default 2FA device"
label_device: "2FA device"
label_devices: "2FA devices"
label_one_time_password: 'One-time password'
label_2fa_enabled: 'Two-factor authentication is active'
label_2fa_disabled: 'Two-factor authentication not active'
text_enter_2fa: 'Please enter the one-time password from your device.'
text_2fa_enabled: 'Upon every login, you will be requested to enter a OTP token from your default 2FA device.'
text_2fa_disabled: 'To enable two-factor authentication, use the button above to register a new 2FA device. If you already have a device, you need to make it a default.'
admin:
self_edit_path: 'To add or modify your own 2FA devices, please go to %{self_edit_link}'
self_edit_link_name: 'Two-factor authentication on your account page'
self_edit_forbidden: 'You may not edit your own 2FA devices on this path. Go to My Account > Two factor authentication instead.'
no_devices_for_user: 'No 2FA device has been registered for this user.'
all_devices_deleted: 'All 2FA devices of this user have been deleted'
delete_all_are_you_sure: 'Are you sure you want to delete all 2FA devices for this user?'
button_delete_all_devices: 'Delete registered 2FA devices'
button_register_mobile_phone_for_user: 'Register mobile phone'
text_2fa_enabled: 'Upon every login, this user will be requested to enter a OTP token from his default 2FA device.'
text_2fa_disabled: "The user did not set up a 2FA device through his 'My account page'"
devices:
add_new: 'Add new 2FA device'
register: 'Register device'
confirm_default: 'Confirm changing default device'
confirm_device: 'Confirm device'
confirm_now: 'Not confirmed, click here to activate'
cannot_delete_default: 'Cannot delete default device'
make_default_are_you_sure: 'Are you sure you want to make this 2FA device your default?'
make_default_failed: 'Failed to update the default 2FA device.'
deletion_are_you_sure: 'Are you sure you want to delete this 2FA device?'
registration_complete: '2FA device registration complete!'
registration_failed_token_invalid: '2FA device registration failed, the token was invalid.'
registration_failed_update: '2FA device registration failed, the token was valid but the device could not be updated.'
confirm_send_failed: 'Confirmation of your 2FA device failed.'
button_complete_registration: 'Complete 2FA registration'
text_confirm_to_complete_html: "Please complete the registration of your device <strong>%{identifier}</strong> by entering a one-time password from your device."
text_confirm_to_change_default_html: "Please confirm changing your default device to <strong>%{new_identifier}</strong> by entering a one-time password from your current default device."
text_identifier: 'You can give the device a custom identifier using this field.'
failed_to_delete: 'Failed to delete 2FA device.'
is_default_cannot_delete: 'The device is marked as default and cannot be deleted due to an active security policy. Mark another device as default before deleting.'
not_existing: 'No 2FA device has been registered for your account.'
totp:
title: 'Use your app-based authenticator'
provisioning_uri: 'Provisioning URI'
secret_key: 'Seceret key'
time_based: 'Time based'
account: 'Account name / Issuer'
setup: |
For setting up two-factor authentication with Google Authenticator, download the application from the Apple App store or Google Play Store.
After opening the app, you can scan the following QR code to register the device.
question_cannot_scan: |
Unable to scan the code using your application?
text_cannot_scan: |
If you can't scan the code, you can enter the entry manually using the following details:
description: |
Register an application authenticator for use with OpenProject using the time-based one-time password authentication standard.
Common examples are Google Authenticator or Authy.
sms:
title: 'Use your mobile phone'
description: |
Register your mobile phone number for delivery of OpenProject one-time passwords.
sns:
delivery_failed: 'SNS delivery failed:'
restdt:
delivery_failed_with_code: 'Token delivery failed. (Error code %{code})'
mobile_transmit_notification: "A one-time password has been sent to your cell phone."
label_two_factor_authentication: 'Two-factor authentication'
heading_user_settings_otp: "Two factor authentication"
forced_registration:
required_to_add_device: 'An active security policy requires you to enable two-factor authentication. Please use the following form to register a device.'
field_phone: "Cell phone"
field_otp: "One-time password"
notice_account_otp_invalid: "Invalid one-time password."
notice_account_otp_expired: "The one-time password you entered expired."
notice_otp_sms_text: "Your one-time password: %{token}"
notice_developer_strategy_otp: "Developer strategy generated the following one-time password: %{token} (Channel: %{channel})"
notice_account_otp_send_failed: "Your one-time password could not be sent."
notice_account_has_no_phone: "No cell phone number is associated with your account."
label_expiration_hint: "%{date} or on logout"
label_actions: 'Actions'
label_confirmed: 'Confirmed'
message_account_reset_phone: "Your current cell phone number has not yet been verified. If you want to return to using your previous verified number you may undo the number change now."
field_unverified_phone: "Current cell phone number"
field_verified_phone: "Previous cell phone number"
button_continue: 'Continue'
button_make_default: 'Mark as default'
button_revert_phone: "Return to previous number"
label_unverified_phone: "Cell phone not yet verified"
message_expiration_time: "For security reasons it will expire in %{duration} (%{time}) automatically or when you log out."
notice_phone_number_format: "Please enter the number in the following format: +XX XXXXXXXX."
error_password_on_phone_change: "is required if you want to change your cell phone number"
notice_field_phone: "To login by one-time password you must be able to receive SMS messages sent to this number"
text_otp_not_receive: "Did not receive your one-time password?"
text_send_otp_again: "Resend one-time password by:"
button_resend_otp_form: "Resend"
button_otp_by_voice: "Voice call"
button_otp_by_sms: "SMS"
notice_otp: "To access %{app_title} from the internet a two factor authentication is required. Please add a phone number and specify a delivery channel to receive the one time password generated during the login process."
label_otp_channel: "Delivery channel"