From e15fd825f9b423ab94fe4e6ce76ee9020dc7d848 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:33:16 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=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 8d4547cf..24f703ef 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -8,6 +8,9 @@ export default { customerEmployeeTooltipCaption: 'Click + to add an employee', customerEmployerAdd: 'Add employer', customerEmployeeAdd: 'Add employee', + + nameEmployee:'Name Employee', + EMPLOYER: 'Employer', EMPLOYEE: 'Employee', customerEmployerStatTitle: 'Employer data summary', diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 150b9f14..8f5edc4b 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -8,6 +8,9 @@ export default { customerEmployeeTooltipCaption: 'คลิก + เพื่อเพิ่มลูกจ้าง', customerEmployerAdd: 'เพิ่มนายจ้าง', customerEmployeeAdd: 'เพิ่มลูกจ้าง', + + nameEmployee:'ชื่อลูกจ้าง', + EMPLOYER: 'นายจ้าง', EMPLOYEE: 'ลูกจ้าง', customerEmployerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',