diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 0d6ed360..367cd207 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -35,5 +35,8 @@ export default { customerBranchFormTab: 'Branch ', + customerNameTh: 'Company/Legal Entity Name in Thai', + customerNameEn: 'Company/Legal Entity Name in English', + allEmployee: 'All Employee', }; diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 4bcf16bc..83da243d 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -42,6 +42,9 @@ export default { customerBranchFormTab: 'สาขาที่', + customerNameTh: 'ชื่อบริษัท/นิติบุคคล ภาษาไทย', + customerNameEn: 'ชื่อบริษัท/นิติบุคคล ภาษาอังกฤษ', + officeType: '', allEmployee: 'ลูกจ้างทั้งหมด',