feat: i18n user
This commit is contained in:
parent
81b74ebe5d
commit
be7774d09c
2 changed files with 6 additions and 0 deletions
|
|
@ -2,4 +2,7 @@ export default {
|
||||||
firstname: 'First Name',
|
firstname: 'First Name',
|
||||||
lastname: 'Last Name',
|
lastname: 'Last Name',
|
||||||
fullname: 'Full Name',
|
fullname: 'Full Name',
|
||||||
|
userType: 'User Type',
|
||||||
|
userRole: 'User Role',
|
||||||
|
userCode: 'User Id',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,7 @@ export default {
|
||||||
firstname: 'ชื่อ',
|
firstname: 'ชื่อ',
|
||||||
lastname: 'นามสกุล',
|
lastname: 'นามสกุล',
|
||||||
fullname: 'ชื่อ-นามสกุล',
|
fullname: 'ชื่อ-นามสกุล',
|
||||||
|
userType: 'ประเภทผู้ใช้งาน',
|
||||||
|
userRole: 'สิทธิ์ผู้ใช้งาน',
|
||||||
|
userCode: 'รหัสพนักงาน',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue