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.

pl.js 510B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Pozycji na stronie:',
  4. rowsPerPageAll: 'Wszystkie',
  5. pageText: '{0}-{1} z {2}',
  6. noResultsText: 'Nie znaleziono danych',
  7. nextPage: 'Następna strona',
  8. prevPage: 'Poprzednia strona'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Wierszy na stronie:'
  12. },
  13. noDataText: 'Brak danych',
  14. carousel: {
  15. prev: 'Poprzedni obraz',
  16. next: 'Następny obraz'
  17. }
  18. };
  19. //# sourceMappingURL=pl.js.map