diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 8ec03107..ea1967ff 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -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', }; diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 35fcd97d..9279c0f6 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -11,4 +11,20 @@ export default { customerLegalEntity: 'นิติบุคคล', customerNaturalPerson: 'บุคคลธรรมดา', + + businessInformation: 'ข้อมูลกิจการ', + inputCustomerAddress: 'สำนักงานจัดหางาน (อยู่ในเขต พื้นที่)', + + businessType: 'ประเภทกิจการ ภาษาไทย', + businessTypeEN: 'ประเภทกิจการ ภาษาอังกฤษ', + + jobPosition: 'ตําแหน่งงาน ภาษาไทย', + jobPositionEN: 'ตําแหน่งงาน ภาษาอังกฤษ', + + jobDescription: 'ลักษณะงาน', + + payDay: 'วันที่จ่ายค่าแรง', + payRate: 'อัตราค่าจ้าง/วัน', + + salesPerson: 'พนักงานขาย', };