From 0af5d049c340b58f0e5dc9158004e4bb81a9e810 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:06:21 +0700 Subject: [PATCH] feat: update i18n --- src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/index.ts | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 3919920f..2cee1938 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -123,6 +123,8 @@ export default { basicInfo: 'Basic Information', branch: 'Branch', }, + codeAbbrev: 'Company Abbreviation', + codeNumber: 'Company Number', registeredBranch: 'Registered Branch', customerName: 'Company Name', customerNameEN: 'Company Name (EN)', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 5a1ec4d0..2bd97e8c 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -119,11 +119,14 @@ export default { customer: { employer: 'นายจ้าง', employee: 'ลูกจ้าง', + form: { group: { basicInfo: 'ข้อมูลพื้นฐาน', branch: 'ข้อมูลสาขา', }, + codeAbbrev: 'ชื่อย่อบริษัท', + codeNumber: 'เลขประจำตัวบริษัท', registeredBranch: 'สาขาที่ลงทะเบียน', customerName: 'ชื่อบริษัท', customerNameEN: 'ชื่อบริษัท (EN)',