sk_SK.js 513 B

123456789101112131415161718192021
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var _default = {
  7. // Options.jsx
  8. items_per_page: '/ strana',
  9. jump_to: 'Choď na',
  10. jump_to_confirm: 'potvrdit',
  11. page: '',
  12. // Pagination.jsx
  13. prev_page: 'Predchádzajúca strana',
  14. next_page: 'Nasledujúca strana',
  15. prev_5: 'Predchádzajúcich 5 strán',
  16. next_5: 'Nasledujúcich 5 strán',
  17. prev_3: 'Predchádzajúce 3 strany',
  18. next_3: 'Nasledujúce 3 strany'
  19. };
  20. exports.default = _default;