feat: เพิ่ม i18n
This commit is contained in:
parent
9e104446ef
commit
0498f711fc
2 changed files with 33 additions and 7 deletions
|
|
@ -1,12 +1,22 @@
|
||||||
export default {
|
export default {
|
||||||
customerManagement: 'Manage Customer',
|
customerManagement: 'Manage customers',
|
||||||
customerTooltipTitle: 'No employer data available',
|
customerTooltipTitle: 'No employer data yet',
|
||||||
customerTooltipCaption: 'Click + to add an employer',
|
customerTooltipCaption: 'Click + to add an employer',
|
||||||
customerAdd: 'Add Employer',
|
customerAdd: 'Add employer',
|
||||||
EMPLOYER: 'Employer',
|
EMPLOYER: 'Employer',
|
||||||
WORKER: 'Employee',
|
WORKER: 'Employee',
|
||||||
customerStatTitle: 'Employer Data Summary',
|
customerStatTitle: 'Employer data summary',
|
||||||
customerCardUserType: 'Employer Type',
|
customerCardUserType: 'Employer type',
|
||||||
customerLegalEntity: 'Legal Entity',
|
customerLegalEntity: 'Legal entity',
|
||||||
customerNaturalPerson: 'Natural Person',
|
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',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,20 @@ export default {
|
||||||
|
|
||||||
customerLegalEntity: 'นิติบุคคล',
|
customerLegalEntity: 'นิติบุคคล',
|
||||||
customerNaturalPerson: 'บุคคลธรรมดา',
|
customerNaturalPerson: 'บุคคลธรรมดา',
|
||||||
|
|
||||||
|
businessInformation: 'ข้อมูลกิจการ',
|
||||||
|
inputCustomerAddress: 'สำนักงานจัดหางาน (อยู่ในเขต พื้นที่)',
|
||||||
|
|
||||||
|
businessType: 'ประเภทกิจการ ภาษาไทย',
|
||||||
|
businessTypeEN: 'ประเภทกิจการ ภาษาอังกฤษ',
|
||||||
|
|
||||||
|
jobPosition: 'ตําแหน่งงาน ภาษาไทย',
|
||||||
|
jobPositionEN: 'ตําแหน่งงาน ภาษาอังกฤษ',
|
||||||
|
|
||||||
|
jobDescription: 'ลักษณะงาน',
|
||||||
|
|
||||||
|
payDay: 'วันที่จ่ายค่าแรง',
|
||||||
|
payRate: 'อัตราค่าจ้าง/วัน',
|
||||||
|
|
||||||
|
salesPerson: 'พนักงานขาย',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue