refactor: add i18n

This commit is contained in:
Net 2024-09-25 10:55:06 +07:00
parent 9efe220548
commit 32975adeeb
4 changed files with 36 additions and 12 deletions

View file

@ -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}',

View file

@ -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}',