refactor: i18n
This commit is contained in:
parent
49ed0f5095
commit
58fd3da83e
2 changed files with 21 additions and 8 deletions
|
|
@ -62,10 +62,10 @@ export default {
|
|||
contactName: 'Contact Name',
|
||||
image: 'Image of ',
|
||||
apply: 'Apply',
|
||||
|
||||
licenseNumber: 'License number',
|
||||
dateOfIssue: 'Date of issue',
|
||||
expirationDate: 'Expiration date',
|
||||
information: '{msg} Information',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -344,6 +344,7 @@ export default {
|
|||
},
|
||||
headQuarters: {
|
||||
title: 'Headoffice',
|
||||
telephoneNo: 'Headoffice Telephone',
|
||||
},
|
||||
businessType: 'Business Type',
|
||||
businessTypeEN: 'Business Type (EN)',
|
||||
|
|
@ -353,6 +354,10 @@ export default {
|
|||
payDay: 'Pay Day',
|
||||
payRate: 'Pay Rate',
|
||||
salesPerson: 'Sales Person',
|
||||
employerName: 'Employer Name',
|
||||
employmentOffice: 'Employment Office',
|
||||
homeCode: 'Address Identification (11 characters)',
|
||||
agent: 'Agent',
|
||||
},
|
||||
|
||||
table: {
|
||||
|
|
@ -464,6 +469,7 @@ export default {
|
|||
contact: 'Contact',
|
||||
attachment: 'Upload Document',
|
||||
remark: 'remark',
|
||||
authorized: 'Authorized',
|
||||
},
|
||||
form: {
|
||||
title: 'Branch',
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ export default {
|
|||
licenseNumber: 'เลขที่ใบอนุญาต',
|
||||
dateOfIssue: 'วันที่อนุญาต',
|
||||
expirationDate: 'วันที่หมดอายุ',
|
||||
information: 'ข้อมูล{msg}',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -343,15 +344,20 @@ export default {
|
|||
},
|
||||
headQuarters: {
|
||||
title: 'สำนักงานใหญ่',
|
||||
telephoneNo: 'เบอร์โทรศัพท์สำนักงาน',
|
||||
},
|
||||
businessType: 'ประเภทธุรกิจ',
|
||||
businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)',
|
||||
businessType: 'ประเภทกิจการ',
|
||||
businessTypeEN: 'ประเภทกิจการ (ภาษาอังกฤษ)',
|
||||
jobPosition: 'ตำแหน่งงาน',
|
||||
jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)',
|
||||
jobDescription: 'รายละเอียดงาน',
|
||||
payDay: 'วันจ่ายเงินเดือน',
|
||||
payRate: 'อัตราค่าจ้าง',
|
||||
payRate: 'อัตราค่าจ้าง/วัน',
|
||||
salesPerson: 'เจ้าหน้าที่ขาย',
|
||||
employerName: 'ชื่อนายจ้าง',
|
||||
employmentOffice: 'สำนักงานจัดหางาน',
|
||||
homeCode: 'รหัสประจำบ้าน (11 หลัก)',
|
||||
agent: 'ตัวแทน',
|
||||
},
|
||||
|
||||
table: {
|
||||
|
|
@ -456,11 +462,12 @@ export default {
|
|||
customerBranch: {
|
||||
tab: {
|
||||
main: 'เกี่ยวกับ',
|
||||
address: 'ที่อยู่',
|
||||
business: 'ธุรกิจ',
|
||||
contact: 'ติดต่อ',
|
||||
attachment: 'อัปโหลดเอกสาร',
|
||||
address: 'ที่อยู่นายจ้าง',
|
||||
business: 'ข้อมูลธุรกิจ',
|
||||
contact: 'ข้อมูลติดต่อ',
|
||||
attachment: 'เอกสาร',
|
||||
remark: 'หมายเหตุ',
|
||||
authorized: 'ผู้มีอำนาจลงนาม',
|
||||
},
|
||||
form: {
|
||||
title: 'สาขา',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue