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',
remark: '{msg} Remark',
createdAt: 'Created at',
noData: 'No Data',
noData: 'No {msg} Data',
noField: 'No Field',
notFound: 'Not Found',
viewDetail: 'View Detail',

View file

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