From f4a7a2d9be33922a43cf5edf749cb5abcda0b707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 6 Nov 2025 11:43:46 +0100 Subject: [PATCH] Reset password localization + format (#20750) localizations + format --- .../src/assets/lang/en.ts | 15 ++- .../src/localization/lang/en.ts | 102 +++++++++--------- 2 files changed, 63 insertions(+), 54 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts index ef9d2d0804..6331f88335 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en.ts @@ -2567,16 +2567,21 @@ export default { }, welcomeDashboard: { umbracoForumHeadline: 'The Umbraco community forum', - 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.', + 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.', umbracoForumButton: 'Visit the Umbraco community forum', umbracoCommunityHeadline: 'The Umbraco community site', - 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.', + 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.', documentationHeadline: 'Documentation', - documentationDescription: 'Your guide to everything Umbraco. Learn how to get started, explore new features, and discover best practices through clear examples and explanations.', + documentationDescription: + 'Your guide to everything Umbraco. Learn how to get started, explore new features, and discover best practices through clear examples and explanations.', resourcesHeadline: 'Resources', - 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.', + 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.', trainingHeadline: 'Training', - trainingDescription: 'Master Umbraco with official training. Get practical experience through instructor-led courses and earn certifications that help you grow your skills and career.', + trainingDescription: + 'Master Umbraco with official training. Get practical experience through instructor-led courses and earn certifications that help you grow your skills and career.', }, blockEditor: { headlineCreateBlock: 'Pick Element Type', diff --git a/src/Umbraco.Web.UI.Login/src/localization/lang/en.ts b/src/Umbraco.Web.UI.Login/src/localization/lang/en.ts index 0ee9e4c57a..2d33fcabe3 100644 --- a/src/Umbraco.Web.UI.Login/src/localization/lang/en.ts +++ b/src/Umbraco.Web.UI.Login/src/localization/lang/en.ts @@ -1,53 +1,57 @@ import type { UmbLocalizationDictionary } from '@umbraco-cms/backoffice/localization-api'; export default { - auth: { - continue: 'Continue', - validate: 'Validate', - login: 'Login', - email: 'E-mail', - username: 'Username', - password: 'Password', - submit: 'Submit', - required: 'Required', - success: 'Success', - forgottenPassword: 'Forgotten password?', - forgottenPasswordInstruction: 'An email will be sent to the address specified with a link to reset your password', - requestPasswordResetConfirmation: 'An email with password reset instructions will be sent to the specified address if it matched our records', - setPasswordConfirmation: 'Your password has been updated', - rememberMe: 'Remember me', - error: 'Error', - defaultError: 'An error occurred while processing your request.', - errorInPasswordFormat: 'The password must be at least {0} characters long and contain at least {1} special characters.', - passwordMismatch: 'The confirmed password does not match the new password!', - passwordMinLength: 'The password must be at least {0} characters long.', - passwordIsBlank: 'The password cannot be blank.', - userFailedLogin: 'Oops! We couldn\'t log you in. Please check your credentials and try again.', - userLockedOut: 'Your account has been locked out. Please try again later.', - receivedErrorFromServer: 'Received an error from the server', - resetCodeExpired: 'The link you have clicked on is invalid or has expired', - 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.', - userInviteExpiredMessage: 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.', - newPassword: 'New password', - confirmNewPassword: 'Confirm password', - greeting0: 'Welcome', - greeting1: 'Welcome', - greeting2: 'Welcome', - greeting3: 'Welcome', - greeting4: 'Welcome', - greeting5: 'Welcome', - greeting6: 'Welcome', - mfaTitle: 'One last step', - mfaCodeInputHelp: 'Enter the code from your authenticator app', - mfaText: 'You have enabled 2-factor authentication and must verify your identity.', - mfaMultipleText: 'Please choose a 2-factor provider', - mfaCodeInput: 'Verification code', - mfaInvalidCode: 'Invalid code entered', - signInWith: 'Sign in with {0}', - returnToLogin: 'Return to login', - localLoginDisabled: 'Unfortunately, direct login is not possible. It has been disabled by a provider.', - friendlyGreeting: 'Hello', - showPassword: 'Show password', - hidePassword: 'Hide password', - }, + auth: { + continue: 'Continue', + validate: 'Validate', + login: 'Login', + email: 'E-mail', + username: 'Username', + password: 'Password', + submit: 'Submit', + required: 'Required', + success: 'Success', + forgottenPassword: 'Forgotten password?', + forgottenPasswordInstruction: 'An email will be sent with a link to reset your password', + requestPasswordResetConfirmation: + 'We sent an email with password reset instructions, if the email address matches a registered user.', + setPasswordConfirmation: 'Your password has been updated', + rememberMe: 'Remember me', + error: 'Error', + defaultError: 'An error occurred while processing your request.', + errorInPasswordFormat: + 'The password must be at least {0} characters long and contain at least {1} special characters.', + passwordMismatch: 'The confirmed password does not match the new password!', + passwordMinLength: 'The password must be at least {0} characters long.', + passwordIsBlank: 'The password cannot be blank.', + userFailedLogin: "Oops! We couldn't log you in. Please check your credentials and try again.", + userLockedOut: 'Your account has been locked out. Please try again later.', + receivedErrorFromServer: 'Received an error from the server', + resetCodeExpired: 'The link you have clicked on is invalid or has expired', + 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.', + userInviteExpiredMessage: + 'Welcome to Umbraco! Unfortunately your invite has expired. Please contact your administrator and ask them to resend it.', + newPassword: 'New password', + confirmNewPassword: 'Confirm password', + greeting0: 'Welcome', + greeting1: 'Welcome', + greeting2: 'Welcome', + greeting3: 'Welcome', + greeting4: 'Welcome', + greeting5: 'Welcome', + greeting6: 'Welcome', + mfaTitle: 'One last step', + mfaCodeInputHelp: 'Enter the code from your authenticator app', + mfaText: 'You have enabled 2-factor authentication and must verify your identity.', + mfaMultipleText: 'Please choose a 2-factor provider', + mfaCodeInput: 'Verification code', + mfaInvalidCode: 'Invalid code entered', + signInWith: 'Sign in with {0}', + returnToLogin: 'Return to login', + localLoginDisabled: 'Unfortunately, direct login is not possible. It has been disabled by a provider.', + friendlyGreeting: 'Hello', + showPassword: 'Show password', + hidePassword: 'Hide password', + }, } satisfies UmbLocalizationDictionary;