sk.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/sk', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.sk = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Zmazať'
  22. },
  23. datepicker: {
  24. now: 'Teraz',
  25. today: 'Dnes',
  26. cancel: 'Zrušiť',
  27. clear: 'Zmazať',
  28. confirm: 'OK',
  29. selectDate: 'Vybrať dátum',
  30. selectTime: 'Vybrať čas',
  31. startDate: 'Dátum začiatku',
  32. startTime: 'Čas začiatku',
  33. endDate: 'Dátum konca',
  34. endTime: 'Čas konca',
  35. prevYear: 'Predošlý rok',
  36. nextYear: 'Ďalší rok',
  37. prevMonth: 'Predošlý mesiac',
  38. nextMonth: 'Ďalší mesiac',
  39. day: 'Deň',
  40. week: 'Týždeň',
  41. month: 'Mesiac',
  42. year: 'Rok',
  43. month1: 'Január',
  44. month2: 'Február',
  45. month3: 'Marec',
  46. month4: 'Apríl',
  47. month5: 'Máj',
  48. month6: 'Jún',
  49. month7: 'Júl',
  50. month8: 'August',
  51. month9: 'September',
  52. month10: 'Október',
  53. month11: 'November',
  54. month12: 'December',
  55. weeks: {
  56. sun: 'Ne',
  57. mon: 'Po',
  58. tue: 'Ut',
  59. wed: 'St',
  60. thu: 'Št',
  61. fri: 'Pi',
  62. sat: 'So'
  63. },
  64. months: {
  65. jan: 'Jan',
  66. feb: 'Feb',
  67. mar: 'Mar',
  68. apr: 'Apr',
  69. may: 'Máj',
  70. jun: 'Jún',
  71. jul: 'Júl',
  72. aug: 'Aug',
  73. sep: 'Sep',
  74. oct: 'Okt',
  75. nov: 'Nov',
  76. dec: 'Dec'
  77. }
  78. },
  79. select: {
  80. loading: 'Načítavanie',
  81. noMatch: 'Žiadna zhoda',
  82. noData: 'Žiadne dáta',
  83. placeholder: 'Vybrať'
  84. },
  85. cascader: {
  86. noMatch: 'Žiadna zhoda',
  87. loading: 'Načítavanie',
  88. placeholder: 'Vybrať',
  89. noData: 'Žiadne dáta'
  90. },
  91. pagination: {
  92. goto: 'Choď na',
  93. pagesize: 'na stranu',
  94. total: 'Všetko {total}',
  95. pageClassifier: ''
  96. },
  97. messagebox: {
  98. title: 'Správa',
  99. confirm: 'OK',
  100. cancel: 'Zrušiť',
  101. error: 'Neplatný vstup'
  102. },
  103. upload: {
  104. deleteTip: 'pre odstránenie stisni klávesu Delete',
  105. delete: 'Vymazať',
  106. preview: 'Prehliadať',
  107. continue: 'Pokračovať'
  108. },
  109. table: {
  110. emptyText: 'Žiadne dáta',
  111. confirmFilter: 'Potvrdiť',
  112. resetFilter: 'Zresetovať',
  113. clearFilter: 'Všetko',
  114. sumText: 'Spolu'
  115. },
  116. tree: {
  117. emptyText: 'Žiadne dáta'
  118. },
  119. transfer: {
  120. noMatch: 'Žiadna zhoda',
  121. noData: 'Žiadne dáta',
  122. titles: ['Zoznam 1', 'Zoznam 2'],
  123. filterPlaceholder: 'Filtrovať podľa',
  124. noCheckedFormat: '{total} položiek',
  125. hasCheckedFormat: '{checked}/{total} označených'
  126. },
  127. image: {
  128. error: 'Chyba načítania'
  129. },
  130. pageHeader: {
  131. title: 'Späť'
  132. },
  133. popconfirm: {
  134. confirmButtonText: 'Potvrdiť',
  135. cancelButtonText: 'Zrušiť'
  136. },
  137. empty: {
  138. description: 'Žiadne dáta'
  139. }
  140. }
  141. };
  142. module.exports = exports['default'];
  143. });