From beedae034fa68ae05e145b8555bf0962e99305c8 Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 27 Aug 2024 16:17:13 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 11 +++++++++++ src/i18n/tha/index.ts | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index e03cfba2..f993c44a 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -238,6 +238,17 @@ export default { }, }, customer: { + typeFile: { + citizenId: 'National ID card', + registrationBook: 'Household registration', + houseMap: 'House map', + businessRegistration: 'Commercial registration', + dbdCertificate: 'DBD Certificate', + VatRegistrationCertificate: 'VAT Registration Certificate', + powerOfAttorney: 'Power of Attorney', + others: 'Others', + }, + employer: 'Employer', employerLegalEntity: 'Legal Entity', employerNaturalPerson: 'Natrual Person', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index c329f134..0795726c 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -239,6 +239,16 @@ export default { }, }, customer: { + typeFile: { + citizenId: 'บัตรประจำตัวประชาชน', + registrationBook: 'ทะเบียนบ้าน', + houseMap: 'แผนที่ (บ้าน)', + businessRegistration: 'ทะเบียนพาณิชย์', + dbdCertificate: 'หนังสือรับรอง (DBD)', + VatRegistrationCertificate: 'ภ.พ.20', + powerOfAttorney: 'หนังสือมอบอำนาจ', + others: 'อื่นๆ', + }, employer: 'นายจ้าง', employee: 'ลูกจ้าง', employerLegalEntity: 'นิติบุคคล',