feat(project): base smatec's frontend
This commit is contained in:
20
src/locales/en-US/master/master-profile-en.ts
Normal file
20
src/locales/en-US/master/master-profile-en.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
'master.profile.change-profile': 'Basic Information',
|
||||
'master.profile.change-password': 'Change Password',
|
||||
'master.profile.two-factor-authentication': 'Two-Factor Authentication',
|
||||
'master.profile.change-profile.title': 'Update Personal Information',
|
||||
'master.profile.change-profile.full_name': 'Full Name',
|
||||
'master.profile.change-profile.phone_number': 'Phone Number',
|
||||
'master.profile.change-password.old_password': 'Old Password',
|
||||
'master.profile.change-password.new_password': 'New Password',
|
||||
'master.profile.change-password.confirm_password': 'Confirm Password',
|
||||
'master.profile.change-password.password_not_match':
|
||||
'Password confirmation does not match',
|
||||
'master.profile.change-profile.update-success':
|
||||
'Update information successfully',
|
||||
'master.profile.change-profile.update-fail': 'Update information failed',
|
||||
'master.profile.change-password.success': 'Change password successfully',
|
||||
'master.profile.change-password.fail': 'Change password failed',
|
||||
'master.profile.change-password.password.strong':
|
||||
'A password contains at least 8 characters, including at least one number and includes both lower and uppercase letters and special characters, for example #, ?, !',
|
||||
};
|
||||
Reference in New Issue
Block a user