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: 'เพิ่มสินค้า',