diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 638b734a..fd314229 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -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', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 6cd8e088..4e2759cb 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -35,6 +35,7 @@ export default { detail: 'รายละเอียด{msg}', remark: 'หมายเหตุ{msg}', createdAt: 'สร้างเมื่อ', + validUntil: 'ใช้ได้ถึง', noData: 'ไม่มีข้อมูล{msg}', noField: 'ไม่มีฟิลด์', notFound: 'ไม่พบ',