From 58fd3da83e854c28ebe8507840b40e5b3c40b54d Mon Sep 17 00:00:00 2001 From: puriphatt Date: Mon, 16 Sep 2024 10:29:52 +0700 Subject: [PATCH] refactor: i18n --- src/i18n/eng/index.ts | 8 +++++++- src/i18n/tha/index.ts | 21 ++++++++++++++------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 4c29fa02..8302274f 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 2d3766f9..110beec2 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -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: 'สาขา',