diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index 430d733c..aed90ddf 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -16,4 +16,16 @@ export default { productCreate: 'Create Product and Service Group', addProduct: 'Add Product and Service Group', + + addService: 'Add Service', + serviceInformation: 'Service Information', + workInformation: 'Work Information', + workName: 'Work Name', + serviceCode: 'Work Code', + serviceName: 'Service Name', + serviceDetail: 'Service Detail', + productInWork: 'Products in work', + serviceAddProduct: 'Add Product', + processTime: 'Processing Time', + day: 'Days', }; diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index 4af84d11..ad9663d1 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -17,4 +17,16 @@ export default { addProduct: 'เพิ่มกลุ่มสินค้าและบริการ', productCreate: 'สร้างกลุ่มสินค้าและบริการ', + + addService: 'เพิ่มบริการ', + serviceInformation: 'ข้อมูลบริการ', + workInformation: 'ข้อมูลงาน', + workName: 'ชื่องาน', + serviceCode: 'รหัสบริการ', + serviceName: 'ชื่อบริการ', + serviceDetail: 'รายละเอียดบริการ', + productInWork: 'สินค้าภายในงาน', + serviceAddProduct: 'เพิ่มสินค้า', + processTime: 'ระยะเวลาดำเนินการ', + day: 'วัน', };