refactor: edit i18n
This commit is contained in:
parent
e8c20368b7
commit
914143e4c0
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ export default {
|
|||
customerEmployerAdd: 'Add employer',
|
||||
customerEmployeeAdd: 'Add employee',
|
||||
|
||||
nameEmployee: 'Name Employee',
|
||||
nameEmployee: 'Employee',
|
||||
|
||||
EMPLOYER: 'Employer',
|
||||
EMPLOYEE: 'Employee',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ export default {
|
|||
customerEmployerAdd: 'เพิ่มนายจ้าง',
|
||||
customerEmployeeAdd: 'เพิ่มลูกจ้าง',
|
||||
|
||||
nameEmployee: 'ชื่อคนงาน',
|
||||
nameEmployee: 'คนงาน',
|
||||
|
||||
EMPLOYER: 'นายจ้าง',
|
||||
EMPLOYEE: 'ลูกจ้าง',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
export default {
|
||||
firstname: 'ชื่อ',
|
||||
lastname: 'นามสกุล',
|
||||
fullname: 'ชื่อ-นามสกุล',
|
||||
fullname: 'ชื่อ-นามสกุล {msg}',
|
||||
userType: 'ประเภทผู้ใช้งาน',
|
||||
userRole: 'สิทธิ์ผู้ใช้งาน',
|
||||
userCode: 'รหัสพนักงาน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue