UNPKG

@spartacus/user

Version:

User feature library for Spartacus

100 lines (92 loc) 4.22 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define('@spartacus/user/profile/assets', ['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.spartacus = global.spartacus || {}, global.spartacus.user = global.spartacus.user || {}, global.spartacus.user.profile = global.spartacus.user.profile || {}, global.spartacus.user.profile.assets = {}))); }(this, (function (exports) { 'use strict'; var 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.', }, }; var en = { userProfile: userProfile, }; var userProfileTranslations = { en: en, }; var userProfileTranslationChunksConfig = { userProfile: ['updateEmailForm', 'register', 'forgottenPassword'], }; /** * Generated bundle index. Do not edit. */ exports.userProfileTranslationChunksConfig = userProfileTranslationChunksConfig; exports.userProfileTranslations = userProfileTranslations; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=spartacus-user-profile-assets.umd.js.map