refactor: เพิ่ม i18n

This commit is contained in:
Net 2024-07-16 11:27:21 +07:00
parent fce77cb6c6
commit 6e1e10d11a
3 changed files with 5 additions and 1 deletions

View file

@ -182,4 +182,6 @@ export default {
formTitleCustomer: 'Company {msg}',
formTitleCustomerNaturalPerson: 'Name {msg}',
formTitleBranch: 'Branch {msg}',
passportExpire: 'Passport Expiration Date',
};

View file

@ -9,7 +9,7 @@ export default {
customerEmployerAdd: 'เพิ่มนายจ้าง',
customerEmployeeAdd: 'เพิ่มลูกจ้าง',
nameEmployee:'ชื่อลูกจ้าง',
nameEmployee: 'ชื่อคนงาน',
EMPLOYER: 'นายจ้าง',
EMPLOYEE: 'ลูกจ้าง',

View file

@ -181,4 +181,6 @@ export default {
formTitleCustomer: 'บริษัท {msg}',
formTitleCustomerNaturalPerson: 'ชื่อ {msg}',
formTitleBranch: 'สาขา {msg}',
passportExpire: 'วันหมดอายุของเอกสาร(visa ,passport)',
};