feat: เพิ่ม i18n

This commit is contained in:
Net 2024-04-22 16:23:13 +07:00
parent f4d7d43ba6
commit 507706b4d2

View file

@ -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',
};