refactor: add i18n
This commit is contained in:
parent
7d8cd9fa28
commit
26eec507c8
2 changed files with 12 additions and 0 deletions
|
|
@ -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}',
|
||||
|
|
|
|||
|
|
@ -120,6 +120,12 @@ export default {
|
|||
},
|
||||
|
||||
form: {
|
||||
tm6: {
|
||||
transportation: 'เที่ยวบิน/พาหนะ',
|
||||
travelDate: 'วันที่เดินทางเข้ามา',
|
||||
entryCheckpoint: 'จุดผ่านแดนที่เข้าประเทศ',
|
||||
entryCardNumber: 'หมายเลขบัตรขาเข้า',
|
||||
},
|
||||
title: {
|
||||
info: '{name}',
|
||||
create: 'สร้าง {name}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue