diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index e12e6d03..abe1f8b4 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -120,6 +120,12 @@ export default { }, form: { + tm6: { + transportation: 'Flight/Vehicle', + travelDate: 'Date of Entry', + entryCheckpoint: 'Point of Entry', + entryCardNumber: 'Entry Card Number', + }, title: { info: '{name}', create: 'Create {name}', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index fc092749..98b11f04 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -120,6 +120,12 @@ export default { }, form: { + tm6: { + transportation: 'เที่ยวบิน/พาหนะ', + travelDate: 'วันที่เดินทางเข้ามา', + entryCheckpoint: 'จุดผ่านแดนที่เข้าประเทศ', + entryCardNumber: 'หมายเลขบัตรขาเข้า', + }, title: { info: '{name}', create: 'สร้าง {name}',