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.

sr-Cyrl.js 664B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Ставки по страници:',
  4. rowsPerPageAll: 'Све',
  5. pageText: '{0}-{1} од {2}',
  6. noResultsText: 'Ни један запис није пронађен',
  7. nextPage: 'Следећа страница',
  8. prevPage: 'Претходна страница'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Редова по страници:'
  12. },
  13. noDataText: 'Нема доступних података',
  14. carousel: {
  15. prev: 'Превиоус висуал',
  16. next: 'Нект висуал'
  17. }
  18. };
  19. //# sourceMappingURL=sr-Cyrl.js.map