mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-15 14:57:15 +08:00
32 lines
1.7 KiB
TypeScript
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',
|
|
};
|