refactor: add i18n

This commit is contained in:
Net 2024-09-20 14:23:09 +07:00
parent 7d8cd9fa28
commit 26eec507c8
2 changed files with 12 additions and 0 deletions

View file

@ -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}',

View file

@ -120,6 +120,12 @@ export default {
},
form: {
tm6: {
transportation: 'เที่ยวบิน/พาหนะ',
travelDate: 'วันที่เดินทางเข้ามา',
entryCheckpoint: 'จุดผ่านแดนที่เข้าประเทศ',
entryCardNumber: 'หมายเลขบัตรขาเข้า',
},
title: {
info: '{name}',
create: 'สร้าง {name}',