feat: add i18n

This commit is contained in:
Methapon Metanipat 2024-10-25 18:10:29 +07:00
parent cb3fc0c0a1
commit e08c3232eb
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ export default {
detail: '{msg} Detail',
remark: '{msg} Remark',
createdAt: 'Created at',
validUntil: 'Valid until',
noData: 'No {msg} Data',
noField: 'No Field',
notFound: 'Not Found',

View file

@ -35,6 +35,7 @@ export default {
detail: 'รายละเอียด{msg}',
remark: 'หมายเหตุ{msg}',
createdAt: 'สร้างเมื่อ',
validUntil: 'ใช้ได้ถึง',
noData: 'ไม่มีข้อมูล{msg}',
noField: 'ไม่มีฟิลด์',
notFound: 'ไม่พบ',