feat: add i18n
This commit is contained in:
parent
52c18e6a6c
commit
6c30e4412d
5 changed files with 48 additions and 18 deletions
|
|
@ -401,6 +401,20 @@ export default {
|
|||
mother: 'Mother',
|
||||
motherBirthPlace: 'Mother Birth Place',
|
||||
},
|
||||
fileType: {
|
||||
passport: 'Passport',
|
||||
visa: 'VISA',
|
||||
tm6: 'TM.6',
|
||||
workPermit: 'Work Permit',
|
||||
noticeJobEmployment: 'Foreign Worker Employment Notification Form',
|
||||
noticeJobEntry:
|
||||
'Foreign Worker Employment Commencement Notification Form',
|
||||
historyJob: 'Employment History Form',
|
||||
acceptJob:
|
||||
'Acknowledgement of Foreign Worker Employment Notification Form',
|
||||
receipt: 'Receipt',
|
||||
other: 'Other',
|
||||
},
|
||||
},
|
||||
customerBranch: {
|
||||
tab: {
|
||||
|
|
|
|||
|
|
@ -400,6 +400,18 @@ export default {
|
|||
mother: 'มารดา',
|
||||
motherBirthPlace: 'สถานที่เกิดของมารดา',
|
||||
},
|
||||
fileType: {
|
||||
passport: 'ข้อมูลหนังสือการเดินทาง',
|
||||
visa: 'ข้อมูลการตรวจลงตรา',
|
||||
tm6: 'ตม.6',
|
||||
workPermit: 'ใบอนุญาตทำงาน',
|
||||
noticeJobEmployment: 'แบบแจ้งการจ้างคนต่างด้าวทำงาน',
|
||||
noticeJobEntry: 'แบบแจ้งเข้าทำงานของคนต่างด้าว',
|
||||
historyJob: 'ใบคัดประวัติระบบจัดหางาน',
|
||||
acceptJob: 'ใบตอบรับการแจ้งเกี่ยวกับการทำงานของคนต่างด้าว',
|
||||
receipt: 'ใบเสร็จรับเงิน',
|
||||
other: 'อื่นๆ',
|
||||
},
|
||||
},
|
||||
customerBranch: {
|
||||
tab: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue