Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.js 491B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Items per page:',
  4. rowsPerPageAll: 'All',
  5. pageText: '{0}-{1} of {2}',
  6. noResultsText: 'No matching records found',
  7. nextPage: 'Next page',
  8. prevPage: 'Previous page'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Rows per page:'
  12. },
  13. noDataText: 'No data available',
  14. carousel: {
  15. prev: 'Previous visual',
  16. next: 'Next visual'
  17. }
  18. };
  19. //# sourceMappingURL=en.js.map