diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 8d4547cf..24f703ef 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -8,6 +8,9 @@ export default { customerEmployeeTooltipCaption: 'Click + to add an employee', customerEmployerAdd: 'Add employer', customerEmployeeAdd: 'Add employee', + + nameEmployee:'Name Employee', + EMPLOYER: 'Employer', EMPLOYEE: 'Employee', customerEmployerStatTitle: 'Employer data summary', diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 150b9f14..8f5edc4b 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -8,6 +8,9 @@ export default { customerEmployeeTooltipCaption: 'คลิก + เพื่อเพิ่มลูกจ้าง', customerEmployerAdd: 'เพิ่มนายจ้าง', customerEmployeeAdd: 'เพิ่มลูกจ้าง', + + nameEmployee:'ชื่อลูกจ้าง', + EMPLOYER: 'นายจ้าง', EMPLOYEE: 'ลูกจ้าง', customerEmployerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',