@spartacus/user
Version:
User feature library for Spartacus
89 lines (84 loc) • 3.16 kB
JavaScript
const userProfile = {
updateEmailForm: {
newEmailAddress: {
label: 'New email address',
placeholder: 'Enter email',
},
confirmNewEmailAddress: {
label: 'Confirm new email address',
placeholder: 'Enter email',
},
enterValidEmail: 'Please enter a valid email.',
bothEmailMustMatch: 'Both emails must match',
password: {
label: 'Password',
placeholder: 'Enter password',
},
pleaseInputPassword: 'Please input password',
emailUpdateSuccess: 'Success. Please sign in with {{ newUid }}',
},
register: {
confirmPassword: {
action: 'Confirm password',
label: 'Confirm password',
placeholder: 'Confirm Password',
},
managementInMyAccount: 'Management in My Account.',
termsAndConditions: 'Terms & Conditions',
signIn: 'I already have an account. Sign In',
register: 'Register',
confirmNewPassword: 'Confirm New Password',
resetPassword: 'Reset Password',
createAccount: 'Create an account',
title: 'Title',
firstName: {
label: 'First name',
placeholder: 'First name',
},
lastName: {
label: 'Last name',
placeholder: 'Last name',
},
emailAddress: {
label: 'Email address',
placeholder: 'Email address',
},
password: {
label: 'Password',
placeholder: 'Password',
},
newPassword: 'New Password',
emailMarketing: 'Use my personal data to receive e-mail newsletters for marketing campaigns. To change your settings, go to Consent Management in My Account.',
confirmThatRead: 'I am confirming that I have read and agreed with the',
selectTitle: 'Select Title',
passwordMinRequirements: 'Password must be six characters minimum, with one uppercase letter, one number, one symbol',
bothPasswordMustMatch: 'Both password must match',
titleRequired: 'Title is required.',
postRegisterMessage: 'Please log in with provided credentials.',
},
forgottenPassword: {
resetPassword: 'Reset password',
enterEmailAddressAssociatedWithYourAccount: 'Enter the email address associated with your account',
emailAddress: {
label: 'Email address',
placeholder: 'Enter email',
},
enterValidEmail: 'Please enter a valid email.',
passwordResetEmailSent: 'An email has been sent to you with information on how to reset your password.',
passwordResetSuccess: 'Success! You can now login using your new password.',
},
};
const en = {
userProfile,
};
const userProfileTranslations = {
en,
};
const userProfileTranslationChunksConfig = {
userProfile: ['updateEmailForm', 'register', 'forgottenPassword'],
};
/**
* Generated bundle index. Do not edit.
*/
export { userProfileTranslationChunksConfig, userProfileTranslations };
//# sourceMappingURL=spartacus-user-profile-assets.js.map