From 7f0103db2a15d4adb2e67f3148363851f177d929 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:50:05 +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 | 1 + src/i18n/th-th/product-service.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index 16dbe742..34e46de1 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -25,6 +25,7 @@ export default { agentPrice: 'Agent Price', processingPrice: 'Processing Price', + editService: 'Edit Service', addService: 'Add Service', buttonAddProduct: 'Add Product', editProduct: 'Edit Product', diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index 455d7910..5050f661 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -7,7 +7,7 @@ export default { productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ', productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ', - service: 'บริการ', + service: 'บริการ {msg}', product: 'สินค้า', messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ', @@ -25,6 +25,7 @@ export default { agentPrice: 'ราคาตัวแทน', processingPrice: 'ราคาดำเนินการ', + editService: 'แก้ไขบริการ', addService: 'เพิ่มบริการ', buttonAddProduct: 'เพิ่มสินค้า',