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,35 @@
export default {
'master.users.title': 'Quản lý người dùng',
'master.users.table.pagination': 'người dùng',
'master.users.register': 'Thêm người dùng',
'master.users.register.title': 'Đăng kí người dùng mới',
'master.users.email': 'Email',
'master.users.email.tip': 'Email là duy nhất',
'master.users.email.required': 'Vui lòng nhập email',
'master.users.email.invalid': 'Email không hợp lệ',
'master.users.email.exists': 'Email đã sử dụng',
'master.users.role': 'Vai trò',
'master.users.role.placeholder': 'Vui lòng chọn vai trò',
'master.users.role.tip': 'Vai trò là duy nhất',
'master.users.password.required': 'Vui lòng nhập mật khẩu',
'master.users.password.minimum': 'Mật khẩu ít nhất 8 kí tự',
'master.users.password': 'Mật khẩu',
'master.users.password.placeholder': 'Nhập mật khẩu',
'master.users.confirmpassword.required': 'Vui lòng nhập lại mật khẩu',
'master.users.full_name': 'Tên đầy đủ',
'master.users.full_name.placeholder': 'Nhập tên đầy đủ',
'master.users.full_name.required': 'Vui lòng nhập tên đầy đủ',
'master.users.email.placeholder': 'Email',
'master.users.phone_number': 'Số điện thoại',
'master.users.phone_number.tip': 'Số điện thoại là duy nhất',
'master.users.phone_number.required': 'Vui lòng nhập số điện thoại',
'master.users.phone_number.notvalid': 'Số điện thoại không hợp lệ',
'master.users.groups': 'Đơn vị',
'master.users.groups.required': 'Vui lòng chọn đơn vị',
'master.users.role.sysadmin': 'Quản lý hệ thống',
'master.users.role.admin': 'Quản lý đơn vị',
'master.users.role.user': 'Giám sát đơn vị',
'master.users.role.sgw.end_user': 'Chủ tàu',
'master.users.create.error': 'Tạo người dùng lỗi',
'master.users.create.success': 'Tạo người dùng thành công',
};