diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index abe1f8b4..328cfc66 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -126,6 +126,14 @@ export default { entryCheckpoint: 'Point of Entry', entryCardNumber: 'Entry Card Number', }, + businessRegistration: { + registrationNumber: 'Registration Number', + requestAt: 'Request At', + businessRegistration: 'Business Registration', + businessType: 'Business Type', + businessName: 'Name Used for Business', + RomanCharacters: 'Roman Characters', + }, title: { info: '{name}', create: 'Create {name}', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 98b11f04..aff12b2d 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -126,6 +126,14 @@ export default { entryCheckpoint: 'จุดผ่านแดนที่เข้าประเทศ', entryCardNumber: 'หมายเลขบัตรขาเข้า', }, + businessRegistration: { + registrationNumber: 'ทะเบียนเลขที่', + requestAt: 'คำขอที่', + businessRegistration: 'จดทะเบียนพาณิชย์', + businessType: 'ชนิดพาณิชย์', + businessName: 'ชื่อที่ใช้ในการประกอบพาณิชย์', + RomanCharacters: 'อักษรโรมัน', + }, title: { info: '{name}', create: 'สร้าง {name}',