20 lines
492 B
JavaScript

export default {
dataIterator: {
rowsPerPageText: 'Items per page:',
rowsPerPageAll: 'All',
pageText: '{0}-{1} of {2}',
noResultsText: 'No matching records found',
nextPage: 'Next page',
prevPage: 'Previous page'
},
dataTable: {
rowsPerPageText: 'Rows per page:'
},
noDataText: 'No data available',
carousel: {
prev: 'Previous visual',
next: 'Next visual'
}
};
//# sourceMappingURL=en.js.map