sk_SK.js 987 B

1234567891011121314151617181920212223242526272829303132333435
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'sk_SK',
  8. today: 'Dnes',
  9. now: 'Teraz',
  10. backToToday: 'Späť na dnes',
  11. ok: 'Ok',
  12. clear: 'Vymazať',
  13. month: 'Mesiac',
  14. year: 'Rok',
  15. timeSelect: 'Vybrať čas',
  16. dateSelect: 'Vybrať dátum',
  17. monthSelect: 'Vybrať mesiac',
  18. yearSelect: 'Vybrať rok',
  19. decadeSelect: 'Vybrať dekádu',
  20. yearFormat: 'YYYY',
  21. dateFormat: 'D.M.YYYY',
  22. dayFormat: 'D',
  23. dateTimeFormat: 'D.M.YYYY HH:mm:ss',
  24. monthBeforeYear: true,
  25. previousMonth: 'Predchádzajúci mesiac (PageUp)',
  26. nextMonth: 'Nasledujúci mesiac (PageDown)',
  27. previousYear: 'Predchádzajúci rok (Control + left)',
  28. nextYear: 'Nasledujúci rok (Control + right)',
  29. previousDecade: 'Predchádzajúca dekáda',
  30. nextDecade: 'Nasledujúca dekáda',
  31. previousCentury: 'Predchádzajúce storočie',
  32. nextCentury: 'Nasledujúce storočie'
  33. };
  34. var _default = exports.default = locale;