Skip to content

Commit f4a7a2d

Browse files
authored
Reset password localization + format (#20750)
localizations + format
1 parent 3ab12e9 commit f4a7a2d

File tree

2 files changed

+63
-54
lines changed
  • src
    • Umbraco.Web.UI.Client/src/assets/lang
    • Umbraco.Web.UI.Login/src/localization/lang

2 files changed

+63
-54
lines changed

src/Umbraco.Web.UI.Client/src/assets/lang/en.ts

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,16 +2567,21 @@ export default {
25672567
},
25682568
welcomeDashboard: {
25692569
umbracoForumHeadline: 'The Umbraco community forum',
2570-
umbracoForumDescription: 'The forum is the central hub for the Umbraco developer community. This is where developers, integrators, and contributors come together to ask questions, share knowledge, and collaborate on all things Umbraco.',
2570+
umbracoForumDescription:
2571+
'The forum is the central hub for the Umbraco developer community. This is where developers, integrators, and contributors come together to ask questions, share knowledge, and collaborate on all things Umbraco.',
25712572
umbracoForumButton: 'Visit the Umbraco community forum',
25722573
umbracoCommunityHeadline: 'The Umbraco community site',
2573-
umbracoCommunityDescription: 'The gathering place for all things Umbraco. Whether you write, teach, test, give feedback, or want to connect with others, there’s a way for you to be part of the Friendly Umbraco community.',
2574+
umbracoCommunityDescription:
2575+
'The gathering place for all things Umbraco. Whether you write, teach, test, give feedback, or want to connect with others, there’s a way for you to be part of the Friendly Umbraco community.',
25742576
documentationHeadline: 'Documentation',
2575-
documentationDescription: 'Your guide to everything Umbraco. Learn how to get started, explore new features, and discover best practices through clear examples and explanations.',
2577+
documentationDescription:
2578+
'Your guide to everything Umbraco. Learn how to get started, explore new features, and discover best practices through clear examples and explanations.',
25762579
resourcesHeadline: 'Resources',
2577-
resourcesDescription: 'Explore Umbraco resources to learn, build, and grow your skills. Find blogs, tutorials, demos, documentation, and videos to help you make the most of Umbraco.',
2580+
resourcesDescription:
2581+
'Explore Umbraco resources to learn, build, and grow your skills. Find blogs, tutorials, demos, documentation, and videos to help you make the most of Umbraco.',
25782582
trainingHeadline: 'Training',
2579-
trainingDescription: 'Master Umbraco with official training. Get practical experience through instructor-led courses and earn certifications that help you grow your skills and career.',
2583+
trainingDescription:
2584+
'Master Umbraco with official training. Get practical experience through instructor-led courses and earn certifications that help you grow your skills and career.',
25802585
},
25812586
blockEditor: {
25822587
headlineCreateBlock: 'Pick Element Type',
Lines changed: 53 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,57 @@
11
import type { UmbLocalizationDictionary } from '@umbraco-cms/backoffice/localization-api';
22

33
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+
},
5357
} satisfies UmbLocalizationDictionary;

0 commit comments

Comments
 (0)