refactor: add i18n and edit
This commit is contained in:
parent
c436765f91
commit
f8c991393f
2 changed files with 4 additions and 2 deletions
|
|
@ -178,6 +178,7 @@ export default {
|
||||||
lastNameEN: 'Last Name (EN)',
|
lastNameEN: 'Last Name (EN)',
|
||||||
middleName: 'Middle Name',
|
middleName: 'Middle Name',
|
||||||
middleNameEN: 'Middle Name (EN)',
|
middleNameEN: 'Middle Name (EN)',
|
||||||
|
alienReferenceNumber: 'Alien Reference Number',
|
||||||
error: {
|
error: {
|
||||||
title: 'Error Occurred {msg}',
|
title: 'Error Occurred {msg}',
|
||||||
required: 'This field is required.',
|
required: 'This field is required.',
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,7 @@ export default {
|
||||||
basicInformation: 'ข้อมูลพื้นฐาน',
|
basicInformation: 'ข้อมูลพื้นฐาน',
|
||||||
address: 'ข้อมูลที่อยู่',
|
address: 'ข้อมูลที่อยู่',
|
||||||
},
|
},
|
||||||
|
alienReferenceNumber: 'เลขที่อ้างอิงคนต่างด้าว',
|
||||||
birthDate: 'วันเดือนปีเกิด',
|
birthDate: 'วันเดือนปีเกิด',
|
||||||
email: 'อีเมล',
|
email: 'อีเมล',
|
||||||
gender: 'เพศ',
|
gender: 'เพศ',
|
||||||
|
|
@ -171,9 +172,9 @@ export default {
|
||||||
soi: 'ซอย',
|
soi: 'ซอย',
|
||||||
road: 'ถนน',
|
road: 'ถนน',
|
||||||
province: 'จังหวัด',
|
province: 'จังหวัด',
|
||||||
district: 'อำเภอ',
|
district: 'เขต/อำเภอ',
|
||||||
fullAddress: 'ที่อยู่เต็ม',
|
fullAddress: 'ที่อยู่เต็ม',
|
||||||
subDistrict: 'ตำบล',
|
subDistrict: 'แขวง/ตำบล',
|
||||||
zipCode: 'รหัสไปรษณีย์',
|
zipCode: 'รหัสไปรษณีย์',
|
||||||
prefixName: 'คํานําหน้า',
|
prefixName: 'คํานําหน้า',
|
||||||
firstName: 'ชื่อ ',
|
firstName: 'ชื่อ ',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue