diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index ae5af7b6..20fb3d35 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4bfa3212..f212403c 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -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: 'สาขา',