feat: เพิ่ม i18n

This commit is contained in:
Net 2024-06-12 11:43:19 +07:00
parent 627da99cf0
commit c237a478e2
6 changed files with 30 additions and 14 deletions

View file

@ -170,4 +170,6 @@ export default {
formDialogTabCheckup: 'Checkup ',
formDialogTabWork: 'Work ',
formDialogEmployerRanchCode: 'Branch Code',
};

View file

@ -42,6 +42,7 @@ export default {
addSignature: 'Add Signature',
clear: 'Clear',
detail: 'Detail',
add: 'Add',
...status,
...main,
...address,

View file

@ -1,9 +1,14 @@
export default {
ProductAndService: 'Product and Service Groups',
ProductAndServiceAll: 'All Product and Service Groups',
ProductAndServiceType: 'Product and Service Type',
ProductAndServiceGroupCode: 'Product and Service Group Code',
ProductAndServiceGroupName: 'Product and Service Group Name',
ProductAndServiceTypeCode: 'Product and Service Type Code',
ProductAndServiceTypeName: 'Product and Service Type Name',
productAndService: 'Product and Service Groups',
productAndServiceAll: 'All Product and Service Groups',
productAndServiceType: 'Product and Service Type',
productAndServiceGroupCode: 'Product and Service Group Code',
productAndServiceGroupName: 'Product and Service Group Name',
productAndServiceTypeCode: 'Product and Service Type Code',
productAndServiceTypeName: 'Product and Service Type Name',
messageTooltipNoProduct: 'No Product and Service Groups',
messageTooltipProductCreate: 'Click + for product and service groups.',
productCreate: 'Create Product and Service Group',
};

View file

@ -169,4 +169,6 @@ export default {
formDialogTabCheckup: 'ครั้งที่ ',
formDialogTabWork: 'ครั้งที่ ',
formDialogEmployerRanchCode: 'รหัสสาขา',
};

View file

@ -42,6 +42,7 @@ export default {
addSignature: 'เพิ่มลายเซ็น',
clear: 'ล้าง',
detail: 'รายละเอียด',
add: 'เพิ่ม',
...status,
...main,
...address,

View file

@ -1,9 +1,14 @@
export default {
ProductAndService: 'กลุ่มสินค้าและบริการ',
ProductAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
ProductAndServiceType: 'ประเภทสินค้าและบริการ',
ProductAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
ProductAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
ProductAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
ProductAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
productAndService: 'กลุ่มสินค้าและบริการ',
productAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
productAndServiceType: 'ประเภทสินค้าและบริการ',
productAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
productAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
productAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
};