From 8d4c03f79d63b855785d3932c8bce304605ac557 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:18:11 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/customer-main-page.ts | 3 +++ src/i18n/th-th/customer-main-page.ts | 3 +++ 2 files changed, 6 insertions(+) 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: 'ลูกจ้างทั้งหมด',