feat: i18n service

This commit is contained in:
puriphatt 2024-06-18 01:59:02 +00:00
parent f4df07ea24
commit 290e299d01
2 changed files with 24 additions and 0 deletions

View file

@ -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',
};

View file

@ -17,4 +17,16 @@ export default {
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
addService: 'เพิ่มบริการ',
serviceInformation: 'ข้อมูลบริการ',
workInformation: 'ข้อมูลงาน',
workName: 'ชื่องาน',
serviceCode: 'รหัสบริการ',
serviceName: 'ชื่อบริการ',
serviceDetail: 'รายละเอียดบริการ',
productInWork: 'สินค้าภายในงาน',
serviceAddProduct: 'เพิ่มสินค้า',
processTime: 'ระยะเวลาดำเนินการ',
day: 'วัน',
};