|
1 | 1 | import type { UmbLocalizationDictionary } from '@umbraco-cms/backoffice/localization-api'; |
2 | 2 |
|
3 | 3 | export default { |
4 | | - auth: { |
5 | | - continue: 'Continue', |
6 | | - validate: 'Validate', |
7 | | - login: 'Login', |
8 | | - email: 'E-mail', |
9 | | - username: 'Username', |
10 | | - password: 'Password', |
11 | | - submit: 'Submit', |
12 | | - required: 'Required', |
13 | | - success: 'Success', |
14 | | - forgottenPassword: 'Forgotten password?', |
15 | | - forgottenPasswordInstruction: 'An email will be sent to the address specified with a link to reset your password', |
16 | | - requestPasswordResetConfirmation: 'An email with password reset instructions will be sent to the specified address if it matched our records', |
17 | | - setPasswordConfirmation: 'Your password has been updated', |
18 | | - rememberMe: 'Remember me', |
19 | | - error: 'Error', |
20 | | - defaultError: 'An error occurred while processing your request.', |
21 | | - errorInPasswordFormat: 'The password must be at least {0} characters long and contain at least {1} special characters.', |
22 | | - passwordMismatch: 'The confirmed password does not match the new password!', |
23 | | - passwordMinLength: 'The password must be at least {0} characters long.', |
24 | | - passwordIsBlank: 'The password cannot be blank.', |
25 | | - userFailedLogin: 'Oops! We couldn\'t log you in. Please check your credentials and try again.', |
26 | | - userLockedOut: 'Your account has been locked out. Please try again later.', |
27 | | - receivedErrorFromServer: 'Received an error from the server', |
28 | | - resetCodeExpired: 'The link you have clicked on is invalid or has expired', |
29 | | - userInviteWelcomeMessage: 'Hello there and welcome to Umbraco! In just 1 minute you’ll be good to go, we just need you to setup a password.', |
30 | | - userInviteExpiredMessage: 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.', |
31 | | - newPassword: 'New password', |
32 | | - confirmNewPassword: 'Confirm password', |
33 | | - greeting0: 'Welcome', |
34 | | - greeting1: 'Welcome', |
35 | | - greeting2: 'Welcome', |
36 | | - greeting3: 'Welcome', |
37 | | - greeting4: 'Welcome', |
38 | | - greeting5: 'Welcome', |
39 | | - greeting6: 'Welcome', |
40 | | - mfaTitle: 'One last step', |
41 | | - mfaCodeInputHelp: 'Enter the code from your authenticator app', |
42 | | - mfaText: 'You have enabled 2-factor authentication and must verify your identity.', |
43 | | - mfaMultipleText: 'Please choose a 2-factor provider', |
44 | | - mfaCodeInput: 'Verification code', |
45 | | - mfaInvalidCode: 'Invalid code entered', |
46 | | - signInWith: 'Sign in with {0}', |
47 | | - returnToLogin: 'Return to login', |
48 | | - localLoginDisabled: 'Unfortunately, direct login is not possible. It has been disabled by a provider.', |
49 | | - friendlyGreeting: 'Hello', |
50 | | - showPassword: 'Show password', |
51 | | - hidePassword: 'Hide password', |
52 | | - }, |
| 4 | + auth: { |
| 5 | + continue: 'Continue', |
| 6 | + validate: 'Validate', |
| 7 | + login: 'Login', |
| 8 | + email: 'E-mail', |
| 9 | + username: 'Username', |
| 10 | + password: 'Password', |
| 11 | + submit: 'Submit', |
| 12 | + required: 'Required', |
| 13 | + success: 'Success', |
| 14 | + forgottenPassword: 'Forgotten password?', |
| 15 | + forgottenPasswordInstruction: 'An email will be sent with a link to reset your password', |
| 16 | + requestPasswordResetConfirmation: |
| 17 | + 'We sent an email with password reset instructions, if the email address matches a registered user.', |
| 18 | + setPasswordConfirmation: 'Your password has been updated', |
| 19 | + rememberMe: 'Remember me', |
| 20 | + error: 'Error', |
| 21 | + defaultError: 'An error occurred while processing your request.', |
| 22 | + errorInPasswordFormat: |
| 23 | + 'The password must be at least {0} characters long and contain at least {1} special characters.', |
| 24 | + passwordMismatch: 'The confirmed password does not match the new password!', |
| 25 | + passwordMinLength: 'The password must be at least {0} characters long.', |
| 26 | + passwordIsBlank: 'The password cannot be blank.', |
| 27 | + userFailedLogin: "Oops! We couldn't log you in. Please check your credentials and try again.", |
| 28 | + userLockedOut: 'Your account has been locked out. Please try again later.', |
| 29 | + receivedErrorFromServer: 'Received an error from the server', |
| 30 | + resetCodeExpired: 'The link you have clicked on is invalid or has expired', |
| 31 | + userInviteWelcomeMessage: |
| 32 | + 'Hello there and welcome to Umbraco! In just 1 minute you’ll be good to go, we just need you to setup a password.', |
| 33 | + userInviteExpiredMessage: |
| 34 | + 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.', |
| 35 | + newPassword: 'New password', |
| 36 | + confirmNewPassword: 'Confirm password', |
| 37 | + greeting0: 'Welcome', |
| 38 | + greeting1: 'Welcome', |
| 39 | + greeting2: 'Welcome', |
| 40 | + greeting3: 'Welcome', |
| 41 | + greeting4: 'Welcome', |
| 42 | + greeting5: 'Welcome', |
| 43 | + greeting6: 'Welcome', |
| 44 | + mfaTitle: 'One last step', |
| 45 | + mfaCodeInputHelp: 'Enter the code from your authenticator app', |
| 46 | + mfaText: 'You have enabled 2-factor authentication and must verify your identity.', |
| 47 | + mfaMultipleText: 'Please choose a 2-factor provider', |
| 48 | + mfaCodeInput: 'Verification code', |
| 49 | + mfaInvalidCode: 'Invalid code entered', |
| 50 | + signInWith: 'Sign in with {0}', |
| 51 | + returnToLogin: 'Return to login', |
| 52 | + localLoginDisabled: 'Unfortunately, direct login is not possible. It has been disabled by a provider.', |
| 53 | + friendlyGreeting: 'Hello', |
| 54 | + showPassword: 'Show password', |
| 55 | + hidePassword: 'Hide password', |
| 56 | + }, |
53 | 57 | } satisfies UmbLocalizationDictionary; |
0 commit comments