refactor: add i18n
This commit is contained in:
parent
d641e1bbcd
commit
557bef87b4
2 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ export default {
|
|||
address: 'Address {suffix}',
|
||||
error: {
|
||||
required: 'This field is required.',
|
||||
please: 'Please enter {msg} correct information.',
|
||||
invalid: 'Invalid value.',
|
||||
invalidCustomeMessage: 'Invalid value. {msg}',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ export default {
|
|||
address: 'ที่อยู่ {suffix}',
|
||||
error: {
|
||||
required: 'จำเป็นต้องกรอกข้อมูลนี้',
|
||||
please: 'โปรดใส่ข้อมูล{msg}ให้ถูกต้อง',
|
||||
invalid: 'ค่าที่ไม่ถูกต้อง',
|
||||
invalidCustomeMessage: 'ค่าที่ไม่ถูกต้อง {msg}',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue