refactor: i18n
This commit is contained in:
parent
49ed0f5095
commit
58fd3da83e
2 changed files with 21 additions and 8 deletions
|
|
@ -62,10 +62,10 @@ export default {
|
|||
contactName: 'Contact Name',
|
||||
image: 'Image of ',
|
||||
apply: 'Apply',
|
||||
|
||||
licenseNumber: 'License number',
|
||||
dateOfIssue: 'Date of issue',
|
||||
expirationDate: 'Expiration date',
|
||||
information: '{msg} Information',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -344,6 +344,7 @@ export default {
|
|||
},
|
||||
headQuarters: {
|
||||
title: 'Headoffice',
|
||||
telephoneNo: 'Headoffice Telephone',
|
||||
},
|
||||
businessType: 'Business Type',
|
||||
businessTypeEN: 'Business Type (EN)',
|
||||
|
|
@ -353,6 +354,10 @@ export default {
|
|||
payDay: 'Pay Day',
|
||||
payRate: 'Pay Rate',
|
||||
salesPerson: 'Sales Person',
|
||||
employerName: 'Employer Name',
|
||||
employmentOffice: 'Employment Office',
|
||||
homeCode: 'Address Identification (11 characters)',
|
||||
agent: 'Agent',
|
||||
},
|
||||
|
||||
table: {
|
||||
|
|
@ -464,6 +469,7 @@ export default {
|
|||
contact: 'Contact',
|
||||
attachment: 'Upload Document',
|
||||
remark: 'remark',
|
||||
authorized: 'Authorized',
|
||||
},
|
||||
form: {
|
||||
title: 'Branch',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue