fix: แก้คำผิด
This commit is contained in:
parent
e06d24819e
commit
3d336eed58
2 changed files with 15 additions and 10 deletions
|
|
@ -1,9 +1,9 @@
|
|||
export default {
|
||||
costomerManagement: 'Customer Management',
|
||||
costomerTooltipTitle: 'No employer data available',
|
||||
costomerTooltipCaption: 'Click + to add an employer',
|
||||
costomerAdd: 'Add Employer',
|
||||
customerManagement: 'Customer Management',
|
||||
customerTooltipTitle: 'No employer data available',
|
||||
customerTooltipCaption: 'Click + to add an employer',
|
||||
customerAdd: 'Add Employer',
|
||||
EMPLOYER: 'Employer',
|
||||
WORKER: 'Employee',
|
||||
costomerStatTitle: 'Summary of Employer Data',
|
||||
customerStatTitle: 'Summary of Employer Data',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,9 +1,14 @@
|
|||
export default {
|
||||
costomerManagement: 'จัดการลูกค้า',
|
||||
costomerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง',
|
||||
costomerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง',
|
||||
costomerAdd: 'เพิ่มนายจ้าง',
|
||||
customerManagement: 'จัดการลูกค้า',
|
||||
customerTooltipTitle: 'ยังไม่มีข้อมูลนายจ้าง',
|
||||
customerTooltipCaption: 'คลิก + เพื่อเพิ่มนายจ้าง',
|
||||
customerAdd: 'เพิ่มนายจ้าง',
|
||||
EMPLOYER: 'นายจ้าง',
|
||||
WORKER: 'ลูกจ้าง',
|
||||
costomerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',
|
||||
customerStatTitle: 'สรุปจำนวนข้อมูลนายจ้าง',
|
||||
|
||||
customerCardUserType: 'ประเภทนายจ้าง',
|
||||
|
||||
customerLegalEntity: 'นิติบุคคล',
|
||||
customerNaturalPerson: 'บุคคลธรรมดา',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue