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.

hu.js 520B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Elem oldalanként:',
  4. rowsPerPageAll: 'Mind',
  5. pageText: '{0}-{1} / {2}',
  6. noResultsText: 'Nincs egyező találat',
  7. nextPage: 'Következő oldal',
  8. prevPage: 'Előző oldal'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Elem oldalanként:'
  12. },
  13. noDataText: 'Nincs elérhető adat',
  14. carousel: {
  15. prev: 'Korábbi vizuális',
  16. next: 'Következő vizuális'
  17. }
  18. };
  19. //# sourceMappingURL=hu.js.map