From b5a8b6b2d9bf4085b13c8ab98c3277498484a415 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:32:39 +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/product-service.ts | 5 +++++ src/i18n/th-th/product-service.ts | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index a35a4f79..430d733c 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -7,8 +7,13 @@ export default { productAndServiceTypeCode: 'Product and Service Type Code', productAndServiceTypeName: 'Product and Service Type Name', + service: 'Service', + product: 'Product', + messageTooltipNoProduct: 'No Product and Service Groups', messageTooltipProductCreate: 'Click + for product and service groups.', productCreate: 'Create Product and Service Group', + + addProduct: 'Add Product and Service Group', }; diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index e001320b..4af84d11 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -7,8 +7,14 @@ export default { productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ', productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ', + service: 'บริการ', + + product: 'สินค้า', + messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ', messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ', + addProduct: 'เพิ่มกลุ่มสินค้าและบริการ', + productCreate: 'สร้างกลุ่มสินค้าและบริการ', };