refactor: add i18n
This commit is contained in:
parent
9efe220548
commit
32975adeeb
4 changed files with 36 additions and 12 deletions
|
|
@ -141,6 +141,13 @@ export default {
|
|||
businessName: 'Name Used for Business',
|
||||
romanCharacters: 'Roman Characters',
|
||||
},
|
||||
noticeJobEmployment: {
|
||||
permitNumber: 'Work Permit Number',
|
||||
jobDescription: 'Job Description',
|
||||
workplace: 'Workplace',
|
||||
dateOfHire: 'Date of Hire',
|
||||
},
|
||||
|
||||
title: {
|
||||
info: '{name}',
|
||||
create: 'Create {name}',
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export default {
|
|||
age: 'อายุ',
|
||||
nationality: 'สัญชาติ',
|
||||
times: 'ครั้งที่ {number}',
|
||||
uploadFile: 'อัปโหลดไฟล์',
|
||||
uploadFile: 'อัปโหลดเอกสาร',
|
||||
typeBranch: 'ประเภทสาขา',
|
||||
branchStatus: 'สถานะสาขา',
|
||||
success: 'สำเร็จ',
|
||||
|
|
@ -141,6 +141,12 @@ export default {
|
|||
businessName: 'ชื่อที่ใช้ในการประกอบพาณิชย์',
|
||||
romanCharacters: 'อักษรโรมัน',
|
||||
},
|
||||
noticeJobEmployment: {
|
||||
permitNumber: 'หมายเลขใบอนุญาตทำงาน ',
|
||||
jobDescription: 'ลักษณะงาน',
|
||||
workplace: 'สถานที่ทำงาน',
|
||||
dateOfHire: 'วันที่จ้าง',
|
||||
},
|
||||
title: {
|
||||
info: '{name}',
|
||||
create: 'สร้าง {name}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue