diff --git a/src/i18n/en-US/form-dialog.ts b/src/i18n/en-US/form-dialog.ts index 43b66694..97b3235a 100644 --- a/src/i18n/en-US/form-dialog.ts +++ b/src/i18n/en-US/form-dialog.ts @@ -182,4 +182,6 @@ export default { formTitleCustomer: 'Company {msg}', formTitleCustomerNaturalPerson: 'Name {msg}', formTitleBranch: 'Branch {msg}', + + passportExpire: 'Passport Expiration Date', }; diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index f949852c..75e7e298 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -9,7 +9,7 @@ export default { customerEmployerAdd: 'เพิ่มนายจ้าง', customerEmployeeAdd: 'เพิ่มลูกจ้าง', - nameEmployee:'ชื่อลูกจ้าง', + nameEmployee: 'ชื่อคนงาน', EMPLOYER: 'นายจ้าง', EMPLOYEE: 'ลูกจ้าง', diff --git a/src/i18n/th-th/form-dialog.ts b/src/i18n/th-th/form-dialog.ts index 8688354a..31455687 100644 --- a/src/i18n/th-th/form-dialog.ts +++ b/src/i18n/th-th/form-dialog.ts @@ -181,4 +181,6 @@ export default { formTitleCustomer: 'บริษัท {msg}', formTitleCustomerNaturalPerson: 'ชื่อ {msg}', formTitleBranch: 'สาขา {msg}', + + passportExpire: 'วันหมดอายุของเอกสาร(visa ,passport)', };