refactor: add i18n

This commit is contained in:
Net 2024-09-16 13:52:26 +07:00
parent bace84d794
commit cfaf1467a6
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,8 @@ export default {
licenseNumber: 'License number',
dateOfIssue: 'Date of issue',
expirationDate: 'Expiration date',
document: 'Document',
uploadDate: 'Upload Date',
information: '{msg} Information',
},

View file

@ -65,6 +65,8 @@ export default {
licenseNumber: 'เลขที่ใบอนุญาต',
dateOfIssue: 'วันที่อนุญาต',
expirationDate: 'วันที่หมดอายุ',
document: 'ชื่อเอกสาร',
uploadDate: 'วันที่อัปโหลด',
information: 'ข้อมูล{msg}',
},