feat: เพิ่ม i18n
This commit is contained in:
parent
f4d7d43ba6
commit
507706b4d2
1 changed files with 5 additions and 2 deletions
|
|
@ -1,9 +1,12 @@
|
|||
export default {
|
||||
customerManagement: 'Customer Management',
|
||||
customerManagement: 'Manage Customer',
|
||||
customerTooltipTitle: 'No employer data available',
|
||||
customerTooltipCaption: 'Click + to add an employer',
|
||||
customerAdd: 'Add Employer',
|
||||
EMPLOYER: 'Employer',
|
||||
WORKER: 'Employee',
|
||||
customerStatTitle: 'Summary of Employer Data',
|
||||
customerStatTitle: 'Employer Data Summary',
|
||||
customerCardUserType: 'Employer Type',
|
||||
customerLegalEntity: 'Legal Entity',
|
||||
customerNaturalPerson: 'Natural Person',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue