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)',