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.

af.js 537B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Aantal per bladsy:',
  4. rowsPerPageAll: 'Alles',
  5. pageText: '{0}-{1} van {2}',
  6. noResultsText: 'Geen ooreenstemmende resultate is gevind nie',
  7. nextPage: 'Volgende bladsy',
  8. prevPage: 'Vorige bladsy'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Rye per bladsy:'
  12. },
  13. noDataText: 'Geen data is beskikbaar nie',
  14. carousel: {
  15. prev: 'Vorige visuele',
  16. next: 'Volgende visuele'
  17. }
  18. };
  19. //# sourceMappingURL=af.js.map