refactor: add i18n
This commit is contained in:
parent
87c606348f
commit
0ddda9cd35
2 changed files with 9 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ export default {
|
|||
contactName: 'Contact Name',
|
||||
image: 'Image of ',
|
||||
apply: 'Apply',
|
||||
|
||||
licenseNumber: 'License number',
|
||||
dateOfIssue: 'Date of issue',
|
||||
expirationDate: 'Expiration date',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -456,6 +460,7 @@ export default {
|
|||
business: 'Business',
|
||||
contact: 'Contact',
|
||||
attachment: 'Upload Document',
|
||||
remark: 'remark',
|
||||
},
|
||||
form: {
|
||||
title: 'Branch',
|
||||
|
|
|
|||
|
|
@ -62,6 +62,9 @@ export default {
|
|||
contactName: 'ติดต่อ',
|
||||
image: 'รูปภาพ',
|
||||
apply: 'นำไปใช้',
|
||||
licenseNumber: 'เลขที่ใบอนุญาต',
|
||||
dateOfIssue: 'วันที่อนุญาต',
|
||||
expirationDate: 'วันที่หมดอายุ',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -454,6 +457,7 @@ export default {
|
|||
business: 'ธุรกิจ',
|
||||
contact: 'ติดต่อ',
|
||||
attachment: 'อัปโหลดเอกสาร',
|
||||
remark: 'หมายเหตุ',
|
||||
},
|
||||
form: {
|
||||
title: 'สาขา',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue