From 9fc0cc6ba9193fa1484a02fba99bf23c9a84b526 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:34:02 +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=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/product-service.ts | 10 ++++++++++ src/i18n/th-th/product-service.ts | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index 0632bab7..a8cc65ef 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -17,7 +17,17 @@ export default { addProduct: 'Add Product and Service Group', + productCode: 'Product Code', + productName: 'Product Name', + processingTime: 'Processing Time (Day)', + priceeInformation: 'Price Information', + salePrice: 'Sale Price', + agentPrice: 'Agent Price', + processingPrice: 'Processing Price', + addService: 'Add Service', + buttonAddProduct: 'Add Product', + serviceInformation: 'Service Information', workInformation: 'Work Information', workName: 'Work Name', diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index b141f8b3..ca8a15ef 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -17,7 +17,16 @@ export default { productCreate: 'สร้างกลุ่มสินค้าและบริการ', + productCode: 'รหัสสินค้า', + productName: 'ชื่อสินค้า', + processingTime: 'ระยะเวลาดำเนินการ (วัน)', + priceeInformation: 'ข้อมูลราคา', + salePrice: 'ราคาขาย', + agentPrice: 'ราคาตัวแทน', + processingPrice: 'ราคาดำเนินการ', + addService: 'เพิ่มบริการ', + buttonAddProduct: 'เพิ่มสินค้า', serviceInformation: 'ข้อมูลบริการ', workInformation: 'ข้อมูลงาน', workName: 'ชื่องาน',