refactor: เพิ่ม i18n
This commit is contained in:
parent
3a69c5e44e
commit
e15fd825f9
2 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ export default {
|
||||||
customerEmployeeTooltipCaption: 'Click + to add an employee',
|
customerEmployeeTooltipCaption: 'Click + to add an employee',
|
||||||
customerEmployerAdd: 'Add employer',
|
customerEmployerAdd: 'Add employer',
|
||||||
customerEmployeeAdd: 'Add employee',
|
customerEmployeeAdd: 'Add employee',
|
||||||
|
|
||||||
|
nameEmployee:'Name Employee',
|
||||||
|
|
||||||
EMPLOYER: 'Employer',
|
EMPLOYER: 'Employer',
|
||||||
EMPLOYEE: 'Employee',
|
EMPLOYEE: 'Employee',
|
||||||
customerEmployerStatTitle: 'Employer data summary',
|
customerEmployerStatTitle: 'Employer data summary',
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@ export default {
|
||||||
customerEmployeeTooltipCaption: 'คลิก + เพื่อเพิ่มลูกจ้าง',
|
customerEmployeeTooltipCaption: 'คลิก + เพื่อเพิ่มลูกจ้าง',
|
||||||
customerEmployerAdd: 'เพิ่มนายจ้าง',
|
customerEmployerAdd: 'เพิ่มนายจ้าง',
|
||||||
customerEmployeeAdd: 'เพิ่มลูกจ้าง',
|
customerEmployeeAdd: 'เพิ่มลูกจ้าง',
|
||||||
|
|
||||||
|
nameEmployee:'ชื่อลูกจ้าง',
|
||||||
|
|
||||||
EMPLOYER: 'นายจ้าง',
|
EMPLOYER: 'นายจ้าง',
|
||||||
EMPLOYEE: 'ลูกจ้าง',
|
EMPLOYEE: 'ลูกจ้าง',
|
||||||
customerEmployerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',
|
customerEmployerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue