feat: เพิ่ม i18n
This commit is contained in:
parent
627da99cf0
commit
c237a478e2
6 changed files with 30 additions and 14 deletions
|
|
@ -170,4 +170,6 @@ export default {
|
|||
|
||||
formDialogTabCheckup: 'Checkup ',
|
||||
formDialogTabWork: 'Work ',
|
||||
|
||||
formDialogEmployerRanchCode: 'Branch Code',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ export default {
|
|||
addSignature: 'Add Signature',
|
||||
clear: 'Clear',
|
||||
detail: 'Detail',
|
||||
add: 'Add',
|
||||
...status,
|
||||
...main,
|
||||
...address,
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue