From 3e299d5c55fba5a6f2395007b5d0ec686d692018 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:14:55 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/th-th/product-service.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index a93917f2..583047de 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -5,10 +5,12 @@ export default { productAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ', productAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ', productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ', - productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ', + productAndServiceTypeName: 'ชื่อประเภทสินค้าและบริการ', service: 'บริการ {msg}', product: 'สินค้า', + productGroup: 'กลุ่มสินค้า {name}', + productType: 'ประเภทสินค้า {name}', messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ', messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',