From e50904bead0f67fbe7648a69e0f8cf9767bf127b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 17 Sep 2024 18:00:28 +0700 Subject: [PATCH] fix: i18n --- src/i18n/eng/index.ts | 2 ++ src/i18n/tha/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index ab23a967..991198ed 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -367,11 +367,13 @@ export default { orderNumber: 'No.', fullname: 'Full Name', businessTypePure: 'Business Type', + jobPosition: 'Job Position', address: 'Address', workPlace: 'Workplace', contactName: 'Contact Name', contactPhone: 'Contact Phone', totalEmployee: 'Total Employee', + officeTel: 'Headoffice Telephone', }, }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 24031afd..c02f94c9 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -367,11 +367,13 @@ export default { orderNumber: 'ลําดับ', fullname: 'ชื่อ-นามสกุล', businessTypePure: 'ประเภทกิจการ', + jobPosition: 'ตำแหน่งงาน', address: 'ที่อยู่', workPlace: 'สถานที่ทํางาน', contactName: 'ชื่อผู้ติดต่อ', contactPhone: 'โทรศัพท์ผู้ติดต่อ', totalEmployee: 'ลูกจ้างทั้งหมด', + officeTel: 'เบอร์โทรสำนักงาน', }, },