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

View file

@ -11,4 +11,20 @@ export default {
customerLegalEntity: 'นิติบุคคล',
customerNaturalPerson: 'บุคคลธรรมดา',
businessInformation: 'ข้อมูลกิจการ',
inputCustomerAddress: 'สำนักงานจัดหางาน (อยู่ในเขต พื้นที่)',
businessType: 'ประเภทกิจการ ภาษาไทย',
businessTypeEN: 'ประเภทกิจการ ภาษาอังกฤษ',
jobPosition: 'ตําแหน่งงาน ภาษาไทย',
jobPositionEN: 'ตําแหน่งงาน ภาษาอังกฤษ',
jobDescription: 'ลักษณะงาน',
payDay: 'วันที่จ่ายค่าแรง',
payRate: 'อัตราค่าจ้าง/วัน',
salesPerson: 'พนักงานขาย',
};