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: 'สร้างกลุ่มสินค้าและบริการ', };