feat: i18n service
This commit is contained in:
parent
f4df07ea24
commit
290e299d01
2 changed files with 24 additions and 0 deletions
|
|
@ -16,4 +16,16 @@ export default {
|
||||||
productCreate: 'Create Product and Service Group',
|
productCreate: 'Create Product and Service Group',
|
||||||
|
|
||||||
addProduct: 'Add 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',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,16 @@ export default {
|
||||||
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
|
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
|
||||||
|
|
||||||
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
|
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
|
||||||
|
|
||||||
|
addService: 'เพิ่มบริการ',
|
||||||
|
serviceInformation: 'ข้อมูลบริการ',
|
||||||
|
workInformation: 'ข้อมูลงาน',
|
||||||
|
workName: 'ชื่องาน',
|
||||||
|
serviceCode: 'รหัสบริการ',
|
||||||
|
serviceName: 'ชื่อบริการ',
|
||||||
|
serviceDetail: 'รายละเอียดบริการ',
|
||||||
|
productInWork: 'สินค้าภายในงาน',
|
||||||
|
serviceAddProduct: 'เพิ่มสินค้า',
|
||||||
|
processTime: 'ระยะเวลาดำเนินการ',
|
||||||
|
day: 'วัน',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue