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: 'ชื่องาน',