siftlode/frontend/src/i18n/locales/en/datatable.json

16 lines
314 B
JSON
Raw Normal View History

{
"filter": "Filter",
"clear": "Clear",
"all": "All",
"rowsPerPage": "Rows per page",
"noOptions": "No options",
"empty": "Nothing to show.",
"pager": {
"prev": "Previous",
"next": "Next",
"page": "Page {{page}} of {{total}}",
"pageLabel": "Page",
"ofTotal": "of {{total}}"
}
}