diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 4067245e..a53aebbe 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4f978ff5..490da368 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -35,7 +35,7 @@ export default { detail: 'รายละเอียด{msg}', remark: 'หมายเหตุ{msg}', createdAt: 'สร้างเมื่อ', - noData: 'ไม่มีข้อมูล', + noData: 'ไม่มีข้อมูล{msg}', noField: 'ไม่มีฟิลด์', notFound: 'ไม่พบ', viewDetail: 'ดูรายละเอียด',