Files
continew-admin/continew-admin-ui/src/views/system/user/center/locale/en-US.ts

32 lines
1.7 KiB
TypeScript

export default {
'menu.user.center': 'User Center',
'userCenter.label.nickname': 'Nick Name',
'userCenter.label.gender': 'Gender',
'userCenter.label.phone': 'Phone',
'userCenter.label.email': 'Email',
'userCenter.label.registrationDate': 'Registration Date',
'userCenter.tab.basicInformation': 'Basic Information',
'userCenter.basicInfo.form.label.username': 'Username',
'userCenter.basicInfo.placeholder.username': 'Please enter username',
'userCenter.form.error.username.required': 'Please enter username',
'userCenter.basicInfo.form.label.nickname': 'Nickname',
'userCenter.basicInfo.placeholder.nickname': 'Please enter nickname',
'userCenter.form.error.nickname.required': 'Please enter nickname',
'userCenter.basicInfo.form.label.gender': 'Gender',
'userCenter.save': 'Save',
'userCenter.reset': 'Reset',
'userCenter.tab.securitySettings': 'Security Settings',
'userCenter.SecuritySettings.form.label.password': 'Login Password',
'userCenter.SecuritySettings.placeholder.password':
'You have not set a password yet. The password must contain at least six letters, digits, and special characters except Spaces.',
'userCenter.SecuritySettings.form.label.phone': 'Phone',
'userCenter.SecuritySettings.placeholder.phone':
'You have not set a phone yet. The phone binding can be used to retrieve passwords and receive notifications and SMS login.',
'userCenter.SecuritySettings.form.label.email': 'Email',
'userCenter.SecuritySettings.placeholder.email':
'You have not set a mailbox yet. The mailbox binding can be used to retrieve passwords and receive notifications.',
'userCenter.SecuritySettings.button.update': 'Update',
};