diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 8302274f..c6749bd2 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -65,6 +65,8 @@ export default { licenseNumber: 'License number', dateOfIssue: 'Date of issue', expirationDate: 'Expiration date', + document: 'Document', + uploadDate: 'Upload Date', information: '{msg} Information', }, diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 110beec2..31d40ac1 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -65,6 +65,8 @@ export default { licenseNumber: 'เลขที่ใบอนุญาต', dateOfIssue: 'วันที่อนุญาต', expirationDate: 'วันที่หมดอายุ', + document: 'ชื่อเอกสาร', + uploadDate: 'วันที่อัปโหลด', information: 'ข้อมูล{msg}', },