refactor: add i18n

This commit is contained in:
Net 2024-09-12 14:22:31 +07:00
parent 87c606348f
commit 0ddda9cd35
2 changed files with 9 additions and 0 deletions

View file

@ -62,6 +62,10 @@ export default {
contactName: 'Contact Name', contactName: 'Contact Name',
image: 'Image of ', image: 'Image of ',
apply: 'Apply', apply: 'Apply',
licenseNumber: 'License number',
dateOfIssue: 'Date of issue',
expirationDate: 'Expiration date',
}, },
menu: { menu: {
@ -456,6 +460,7 @@ export default {
business: 'Business', business: 'Business',
contact: 'Contact', contact: 'Contact',
attachment: 'Upload Document', attachment: 'Upload Document',
remark: 'remark',
}, },
form: { form: {
title: 'Branch', title: 'Branch',

View file

@ -62,6 +62,9 @@ export default {
contactName: 'ติดต่อ', contactName: 'ติดต่อ',
image: 'รูปภาพ', image: 'รูปภาพ',
apply: 'นำไปใช้', apply: 'นำไปใช้',
licenseNumber: 'เลขที่ใบอนุญาต',
dateOfIssue: 'วันที่อนุญาต',
expirationDate: 'วันที่หมดอายุ',
}, },
menu: { menu: {
@ -454,6 +457,7 @@ export default {
business: 'ธุรกิจ', business: 'ธุรกิจ',
contact: 'ติดต่อ', contact: 'ติดต่อ',
attachment: 'อัปโหลดเอกสาร', attachment: 'อัปโหลดเอกสาร',
remark: 'หมายเหตุ',
}, },
form: { form: {
title: 'สาขา', title: 'สาขา',