diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 7ab6d47e..21506e34 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -59,6 +59,8 @@ export default { baseOnDevice: 'Base on Device', person: 'Person', recordsPage: 'Showing {resultcurrentPage} out of {total} records', + showing: 'Showing', + ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 6602952e..65de771c 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -59,6 +59,7 @@ export default { baseOnDevice: 'สีตามอุปกรณ์', person: 'คน', recordsPage: 'แสดง {resultcurrentPage} รายการจาก {total} รายการ', + showing: 'แสดงทีละ', ...status, ...main, ...address,