From 3d336eed58ce5365b52456ba2323738a4a5c53c4 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:21:02 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=9C=E0=B8=B4=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/customer-main-page.ts | 10 +++++----- src/i18n/th-th/customer-main-page.ts | 15 ++++++++++----- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 0f2d4b30..a3c2d6af 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -1,9 +1,9 @@ export default { - costomerManagement: 'Customer Management', - costomerTooltipTitle: 'No employer data available', - costomerTooltipCaption: 'Click + to add an employer', - costomerAdd: 'Add Employer', + customerManagement: 'Customer Management', + customerTooltipTitle: 'No employer data available', + customerTooltipCaption: 'Click + to add an employer', + customerAdd: 'Add Employer', EMPLOYER: 'Employer', WORKER: 'Employee', - costomerStatTitle: 'Summary of Employer Data', + customerStatTitle: 'Summary of Employer Data', }; diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 983a2c04..35fcd97d 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -1,9 +1,14 @@ export default { - costomerManagement: 'จัดการลูกค้า', - costomerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง', - costomerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง', - costomerAdd: 'เพิ่มนายจ้าง', + customerManagement: 'จัดการลูกค้า', + customerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง', + customerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง', + customerAdd: 'เพิ่มนายจ้าง', EMPLOYER: 'นายจ้าง', WORKER: 'ลูกจ้าง', - costomerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง', + customerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง', + + customerCardUserType: 'ประเภทนายจ้าง', + + customerLegalEntity: 'นิติบุคคล', + customerNaturalPerson: 'บุคคลธรรมดา', };