From 6b9c070352debb41108ff1768e8cd1fde1a3464a Mon Sep 17 00:00:00 2001 From: Net Date: Fri, 20 Sep 2024 14:31:59 +0700 Subject: [PATCH] refactor: add i18n businessRegistration --- src/i18n/eng/index.ts | 8 ++++++++ src/i18n/tha/index.ts | 8 ++++++++ 2 files changed, 16 insertions(+) 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}',