refactor: i18n

This commit is contained in:
puriphatt 2024-09-16 10:29:52 +07:00
parent 49ed0f5095
commit 58fd3da83e
2 changed files with 21 additions and 8 deletions

View file

@ -62,10 +62,10 @@ export default {
contactName: 'Contact Name', contactName: 'Contact Name',
image: 'Image of ', image: 'Image of ',
apply: 'Apply', apply: 'Apply',
licenseNumber: 'License number', licenseNumber: 'License number',
dateOfIssue: 'Date of issue', dateOfIssue: 'Date of issue',
expirationDate: 'Expiration date', expirationDate: 'Expiration date',
information: '{msg} Information',
}, },
menu: { menu: {
@ -344,6 +344,7 @@ export default {
}, },
headQuarters: { headQuarters: {
title: 'Headoffice', title: 'Headoffice',
telephoneNo: 'Headoffice Telephone',
}, },
businessType: 'Business Type', businessType: 'Business Type',
businessTypeEN: 'Business Type (EN)', businessTypeEN: 'Business Type (EN)',
@ -353,6 +354,10 @@ export default {
payDay: 'Pay Day', payDay: 'Pay Day',
payRate: 'Pay Rate', payRate: 'Pay Rate',
salesPerson: 'Sales Person', salesPerson: 'Sales Person',
employerName: 'Employer Name',
employmentOffice: 'Employment Office',
homeCode: 'Address Identification (11 characters)',
agent: 'Agent',
}, },
table: { table: {
@ -464,6 +469,7 @@ export default {
contact: 'Contact', contact: 'Contact',
attachment: 'Upload Document', attachment: 'Upload Document',
remark: 'remark', remark: 'remark',
authorized: 'Authorized',
}, },
form: { form: {
title: 'Branch', title: 'Branch',

View file

@ -65,6 +65,7 @@ export default {
licenseNumber: 'เลขที่ใบอนุญาต', licenseNumber: 'เลขที่ใบอนุญาต',
dateOfIssue: 'วันที่อนุญาต', dateOfIssue: 'วันที่อนุญาต',
expirationDate: 'วันที่หมดอายุ', expirationDate: 'วันที่หมดอายุ',
information: 'ข้อมูล{msg}',
}, },
menu: { menu: {
@ -343,15 +344,20 @@ export default {
}, },
headQuarters: { headQuarters: {
title: 'สำนักงานใหญ่', title: 'สำนักงานใหญ่',
telephoneNo: 'เบอร์โทรศัพท์สำนักงาน',
}, },
businessType: 'ประเภทธุรกิจ', businessType: 'ประเภทกิจการ',
businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)', businessTypeEN: 'ประเภทกิจการ (ภาษาอังกฤษ)',
jobPosition: 'ตำแหน่งงาน', jobPosition: 'ตำแหน่งงาน',
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)', jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
jobDescription: 'รายละเอียดงาน', jobDescription: 'รายละเอียดงาน',
payDay: 'วันจ่ายเงินเดือน', payDay: 'วันจ่ายเงินเดือน',
payRate: 'อัตราค่าจ้าง', payRate: 'อัตราค่าจ้าง/วัน',
salesPerson: 'เจ้าหน้าที่ขาย', salesPerson: 'เจ้าหน้าที่ขาย',
employerName: 'ชื่อนายจ้าง',
employmentOffice: 'สำนักงานจัดหางาน',
homeCode: 'รหัสประจำบ้าน (11 หลัก)',
agent: 'ตัวแทน',
}, },
table: { table: {
@ -456,11 +462,12 @@ export default {
customerBranch: { customerBranch: {
tab: { tab: {
main: 'เกี่ยวกับ', main: 'เกี่ยวกับ',
address: 'ที่อยู่', address: 'ที่อยู่นายจ้าง',
business: 'ธุรกิจ', business: 'ข้อมูลธุรกิจ',
contact: 'ติดต่อ', contact: 'ข้อมูลติดต่อ',
attachment: 'อัปโหลดเอกสาร', attachment: 'เอกสาร',
remark: 'หมายเหตุ', remark: 'หมายเหตุ',
authorized: 'ผู้มีอำนาจลงนาม',
}, },
form: { form: {
title: 'สาขา', title: 'สาขา',