From c237a478e2b9da3f8a640ac5d23b4fe16e518d15 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:43:19 +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=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/form-dialog.ts | 2 ++ src/i18n/en-US/index.ts | 1 + src/i18n/en-US/product-service.ts | 19 ++++++++++++------- src/i18n/th-th/form-dialog.ts | 2 ++ src/i18n/th-th/index.ts | 1 + src/i18n/th-th/product-service.ts | 19 ++++++++++++------- 6 files changed, 30 insertions(+), 14 deletions(-) diff --git a/src/i18n/en-US/form-dialog.ts b/src/i18n/en-US/form-dialog.ts index 5ec32fe2..e4000b68 100644 --- a/src/i18n/en-US/form-dialog.ts +++ b/src/i18n/en-US/form-dialog.ts @@ -170,4 +170,6 @@ export default { formDialogTabCheckup: 'Checkup ', formDialogTabWork: 'Work ', + + formDialogEmployerRanchCode: 'Branch Code', }; diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 5a38f975..254bd0a0 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -42,6 +42,7 @@ export default { addSignature: 'Add Signature', clear: 'Clear', detail: 'Detail', + add: 'Add', ...status, ...main, ...address, diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index 004ed8c9..a35a4f79 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -1,9 +1,14 @@ export default { - ProductAndService: 'Product and Service Groups', - ProductAndServiceAll: 'All Product and Service Groups', - ProductAndServiceType: 'Product and Service Type', - ProductAndServiceGroupCode: 'Product and Service Group Code', - ProductAndServiceGroupName: 'Product and Service Group Name', - ProductAndServiceTypeCode: 'Product and Service Type Code', - ProductAndServiceTypeName: 'Product and Service Type Name', + productAndService: 'Product and Service Groups', + productAndServiceAll: 'All Product and Service Groups', + productAndServiceType: 'Product and Service Type', + productAndServiceGroupCode: 'Product and Service Group Code', + productAndServiceGroupName: 'Product and Service Group Name', + productAndServiceTypeCode: 'Product and Service Type Code', + productAndServiceTypeName: 'Product and Service Type Name', + + messageTooltipNoProduct: 'No Product and Service Groups', + messageTooltipProductCreate: 'Click + for product and service groups.', + + productCreate: 'Create Product and Service Group', }; diff --git a/src/i18n/th-th/form-dialog.ts b/src/i18n/th-th/form-dialog.ts index c02cc2d7..951781f0 100644 --- a/src/i18n/th-th/form-dialog.ts +++ b/src/i18n/th-th/form-dialog.ts @@ -169,4 +169,6 @@ export default { formDialogTabCheckup: 'ครั้งที่ ', formDialogTabWork: 'ครั้งที่ ', + + formDialogEmployerRanchCode: 'รหัสสาขา', }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 19fe0078..db0a4853 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -42,6 +42,7 @@ export default { addSignature: 'เพิ่มลายเซ็น', clear: 'ล้าง', detail: 'รายละเอียด', + add: 'เพิ่ม', ...status, ...main, ...address, diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index cd6489eb..e001320b 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -1,9 +1,14 @@ export default { - ProductAndService: 'กลุ่มสินค้าและบริการ', - ProductAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด', - ProductAndServiceType: 'ประเภทสินค้าและบริการ', - ProductAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ', - ProductAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ', - ProductAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ', - ProductAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ', + productAndService: 'กลุ่มสินค้าและบริการ', + productAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด', + productAndServiceType: 'ประเภทสินค้าและบริการ', + productAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ', + productAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ', + productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ', + productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ', + + messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ', + messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ', + + productCreate: 'สร้างกลุ่มสินค้าและบริการ', };