More translations
This commit is contained in:
@@ -18,4 +18,12 @@ module.exports = exports = {
|
||||
unknown_error: 'An unknown error has occurred, and we are unable to continue at this time.',
|
||||
|
||||
invalid_resolver: 'Invalid locale resolver.',
|
||||
loading: 'Loading',
|
||||
confirm: 'Confirm',
|
||||
save: 'Save',
|
||||
field_required: 'This field is required.',
|
||||
confirmation_not_match: 'confirmation does not match.',
|
||||
invalid_json: 'must be valid JSON.',
|
||||
not_permission: 'Sorry, you do not have permission to ACTION this resource.',
|
||||
item_saved: 'The ITEM was saved.',
|
||||
}
|
||||
|
||||
@@ -20,4 +20,24 @@ module.exports = exports = {
|
||||
normal_code: 'Have a normal MFA code?',
|
||||
recover_success: 'Success! There are only NUM_CODES recovery codes remaining. Let\'s get you on your way...',
|
||||
|
||||
setup_prompt: `
|
||||
We're going to walk you through setting up multi-factor authentication for your account.
|
||||
<br><br>
|
||||
Once this is completed, you will need to provide your second factor of authentication whenever you sign in with your APP_NAME account.
|
||||
<br><br>
|
||||
You'll need some kind of MFA token generator such as Google Authenticator.
|
||||
`,
|
||||
setup_qr_prompt: `
|
||||
Scan the QR code below with your authenticator app to add your APP_NAME account.
|
||||
<br><br>
|
||||
Once you've done this, we'll ask for one of the generated codes to verify that MFA is working correctly.
|
||||
`,
|
||||
secret: 'Secret:',
|
||||
setup_success: `
|
||||
Now, enter the code displayed in your authenticator app. APP_NAME will verify that the code is
|
||||
correct. Then, you can enable MFA for your account.
|
||||
`,
|
||||
enable_mfa: 'Enable MFA',
|
||||
setup_code_success: 'Success! That code matched what APP_NAME was expecting. You can now enable multi-factor authentication for your account.',
|
||||
mfa_enabled: 'MFA has been enabled for your account! For security purposes, you will be asked to sign in again.',
|
||||
}
|
||||
|
||||
11
locale/en_US/password.locale.js
Normal file
11
locale/en_US/password.locale.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = exports = {
|
||||
reset_prompt: 'We\'re going to walk you through resetting your APP_NAME password.',
|
||||
reset_invalidates: 'Note that this process will invalidate any existing app passwords you have created.',
|
||||
enter_new_pw: 'Please enter a new password for your account:',
|
||||
calc_time: 'This password would take CALC_TIME to crack.',
|
||||
confirm: 'Confirm the password:',
|
||||
new_password: 'New Password',
|
||||
confirm_password: 'Confirm the Password',
|
||||
change: 'Change Password',
|
||||
reset_success: 'Your password was reset. For security reasons, you will be asked to sign-in again.',
|
||||
}
|
||||
Reference in New Issue
Block a user