refactor: i18n

This commit is contained in:
puriphatt 2024-10-02 15:06:57 +07:00
parent 51f41abc4b
commit 1fc31f3cc5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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