Finish all profile translation hooks

This commit is contained in:
Johannes Zellner
2020-11-02 14:59:39 +01:00
parent 7bad9f3e3e
commit 8ef96aefac
3 changed files with 103 additions and 53 deletions

View File

@@ -30,9 +30,28 @@
"primaryEmail": "Primary email",
"passwordRecoveryEmail": "Password recovery email",
"language": "Language",
"changePassword": "Change Password",
"disable2FA": "Disable 2FA",
"enable2FA": "Enable 2FA",
"changePassword": {
"title": "Change your password",
"currentPassword": "Current password",
"newPassword": "New password",
"newPasswordRepeat": "Repeat new password",
"errorPasswordRequired": "A password is required",
"errorPasswordsDontMatch": "Passwords don't match",
"errorPasswordInvalid": "Password must be at least 8 and at most 265 characters"
},
"disable2FA": {
"title": "Disable Two-Factor Authentication",
"password": "Password",
"disable": "Disable"
},
"enable2FA": {
"title": "Enable Two-Factor Authentication",
"description": "Your Cloudron Administrator has required all members to enable two-factor authentication. You will be unable to access the dashboard until you enable 2FA.",
"authenticatorAppDescription": "Use Google Authenticator (<a href=\"{{ googleAuthenticatorPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ googleAuthenticatorITunesLink }}\" target=\"_blank\">iOS</a>), FreeOTP authenticator (<a href=\"{{ freeOTPPlayStoreLink }}\" target=\"_blank\">Android</a>, <a href=\"{{ freeOTPITunesLink }}\" target=\"_blank\">iOS</a>) or a similar TOTP app to scan the secret.",
"token": "Token",
"enable": "Enable",
"setup2FA": "Setup Two-Factor"
},
"appPasswords": {
"title": "App Passwords",
"app": "App",
@@ -55,6 +74,39 @@
"title": "Login Tokens",
"description": "You have {{ webadminTokens.length }} active web token(s) and {{ cliTokens.length }} CLI token(s).",
"logoutAll": "Logout From All"
},
"changeEmail": {
"title": "Change primary email address",
"errorEmailInvalid": "The Email address is not valid",
"errorEmailRequired": "A valid email address is required"
},
"changeFallbackEmail": {
"title": "Change password recovery email address",
"errorEmailRequired": "A valid email address is required",
"errorEmailInvalid": "The Email address is not valid"
},
"changeDisplayName": {
"title": "Change your display name",
"label": "Display name",
"errorNameInvalid": "This display name is not valid",
"errorDisplayNameRequired": "A valid display name is required"
},
"createAppPassword": {
"title": "Create App Password",
"name": "Password Name",
"errorNameRequired": "A name is required",
"app": "App",
"description": "Use the following password to authenticate against the app:",
"copyNow": "Please copy the password now. It won't be shown again for security purposes.",
"generatePassword": "Generate Password"
},
"createApiToken": {
"title": "Create API Token",
"name": "API Token Name",
"errorNameRequired": "A name is required",
"description": "New API token:",
"copyNow": "Please copy the API token now. It won't be shown again for security purposes.",
"generateToken": "Generate API Token"
}
},
"backups": {