feat: เพิ่ม i18n

This commit is contained in:
Net 2024-04-23 13:38:26 +07:00
parent 9e104446ef
commit 0498f711fc
2 changed files with 33 additions and 7 deletions

View file

@ -1,12 +1,22 @@
export default {
customerManagement: 'Manage Customer',
customerTooltipTitle: 'No employer data available',
customerManagement: 'Manage customers',
customerTooltipTitle: 'No employer data yet',
customerTooltipCaption: 'Click + to add an employer',
customerAdd: 'Add Employer',
customerAdd: 'Add employer',
EMPLOYER: 'Employer',
WORKER: 'Employee',
customerStatTitle: 'Employer Data Summary',
customerCardUserType: 'Employer Type',
customerLegalEntity: 'Legal Entity',
customerNaturalPerson: 'Natural Person',
customerStatTitle: 'Employer data summary',
customerCardUserType: 'Employer type',
customerLegalEntity: 'Legal entity',
customerNaturalPerson: 'Natural person',
businessInformation: 'Business information',
inputCustomerAddress: 'Employment office location (within the area)',
businessType: 'Business type in Thai',
businessTypeEN: 'Business type in English',
jobPosition: 'Job position in Thai',
jobPositionEN: 'Job position in English',
jobDescription: 'Job description',
payDay: 'Payday',
payRate: 'Daily wage rate',
salesPerson: 'Salesperson',
};