feat: add i18n
This commit is contained in:
parent
f6b482330a
commit
9a4282393f
2 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
customer: {
|
customer: {
|
||||||
|
employer: 'Employer',
|
||||||
|
employee: 'Employee',
|
||||||
form: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
basicInfo: 'Basic Information',
|
basicInfo: 'Basic Information',
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,8 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
customer: {
|
customer: {
|
||||||
|
employer: 'นายจ้าง',
|
||||||
|
employee: 'ลูกจ้าง',
|
||||||
form: {
|
form: {
|
||||||
group: {
|
group: {
|
||||||
basicInfo: 'ข้อมูลพื้นฐาน',
|
basicInfo: 'ข้อมูลพื้นฐาน',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue