feat(project): base smatec's frontend

This commit is contained in:
Tran Anh Tuan
2026-01-21 11:48:57 +07:00
commit 5c2a909bed
138 changed files with 43666 additions and 0 deletions

View 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 #, ?, !',
};