sk.mjs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. var sk = {
  2. name: "sk",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "OK",
  9. clear: "Zmaza\u0165",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value",
  13. alphaDescription: "alpha {alpha}, current color is {color}",
  14. hueLabel: "pick hue value",
  15. hueDescription: "hue {hue}, current color is {color}",
  16. svLabel: "pick saturation and brightness value",
  17. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  18. predefineDescription: "select {value} as the color"
  19. },
  20. datepicker: {
  21. now: "Teraz",
  22. today: "Dnes",
  23. cancel: "Zru\u0161i\u0165",
  24. clear: "Zmaza\u0165",
  25. confirm: "OK",
  26. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  27. monthTablePrompt: "Use the arrow keys and enter to select the month",
  28. yearTablePrompt: "Use the arrow keys and enter to select the year",
  29. selectedDate: "Selected date",
  30. selectDate: "Vybra\u0165 d\xE1tum",
  31. selectTime: "Vybra\u0165 \u010Das",
  32. startDate: "D\xE1tum za\u010Diatku",
  33. startTime: "\u010Cas za\u010Diatku",
  34. endDate: "D\xE1tum konca",
  35. endTime: "\u010Cas konca",
  36. prevYear: "Predo\u0161l\xFD rok",
  37. nextYear: "\u010Eal\u0161\xED rok",
  38. prevMonth: "Predo\u0161l\xFD mesiac",
  39. nextMonth: "\u010Eal\u0161\xED mesiac",
  40. year: "Rok",
  41. month1: "Janu\xE1r",
  42. month2: "Febru\xE1r",
  43. month3: "Marec",
  44. month4: "Apr\xEDl",
  45. month5: "M\xE1j",
  46. month6: "J\xFAn",
  47. month7: "J\xFAl",
  48. month8: "August",
  49. month9: "September",
  50. month10: "Okt\xF3ber",
  51. month11: "November",
  52. month12: "December",
  53. weeks: {
  54. sun: "Ne",
  55. mon: "Po",
  56. tue: "Ut",
  57. wed: "St",
  58. thu: "\u0160t",
  59. fri: "Pi",
  60. sat: "So"
  61. },
  62. weeksFull: {
  63. sun: "Sunday",
  64. mon: "Monday",
  65. tue: "Tuesday",
  66. wed: "Wednesday",
  67. thu: "Thursday",
  68. fri: "Friday",
  69. sat: "Saturday"
  70. },
  71. months: {
  72. jan: "Jan",
  73. feb: "Feb",
  74. mar: "Mar",
  75. apr: "Apr",
  76. may: "M\xE1j",
  77. jun: "J\xFAn",
  78. jul: "J\xFAl",
  79. aug: "Aug",
  80. sep: "Sep",
  81. oct: "Okt",
  82. nov: "Nov",
  83. dec: "Dec"
  84. },
  85. day: "De\u0148",
  86. month: "Mesiac"
  87. },
  88. inputNumber: {
  89. decrease: "decrease number",
  90. increase: "increase number"
  91. },
  92. select: {
  93. loading: "Na\u010D\xEDtavanie",
  94. noMatch: "\u017Diadna zhoda",
  95. noData: "\u017Diadne d\xE1ta",
  96. placeholder: "Vybra\u0165"
  97. },
  98. mention: {
  99. loading: "Na\u010D\xEDtavanie"
  100. },
  101. dropdown: {
  102. toggleDropdown: "Toggle Dropdown"
  103. },
  104. cascader: {
  105. noMatch: "\u017Diadna zhoda",
  106. loading: "Na\u010D\xEDtavanie",
  107. placeholder: "Vybra\u0165",
  108. noData: "\u017Diadne d\xE1ta"
  109. },
  110. pagination: {
  111. goto: "Cho\u010F na",
  112. pagesize: "na stranu",
  113. total: "V\u0161etko {total}",
  114. pageClassifier: "",
  115. page: "Page",
  116. prev: "Go to previous page",
  117. next: "Go to next page",
  118. currentPage: "page {pager}",
  119. prevPages: "Previous {pager} pages",
  120. nextPages: "Next {pager} pages",
  121. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  122. },
  123. dialog: {
  124. close: "Close this dialog"
  125. },
  126. drawer: {
  127. close: "Close this dialog"
  128. },
  129. messagebox: {
  130. title: "Spr\xE1va",
  131. confirm: "OK",
  132. cancel: "Zru\u0161i\u0165",
  133. error: "Neplatn\xFD vstup",
  134. close: "Close this dialog"
  135. },
  136. upload: {
  137. deleteTip: "pre odstr\xE1nenie stisni kl\xE1vesu Delete",
  138. delete: "Vymaza\u0165",
  139. preview: "Prehliada\u0165",
  140. continue: "Pokra\u010Dova\u0165"
  141. },
  142. slider: {
  143. defaultLabel: "slider between {min} and {max}",
  144. defaultRangeStartLabel: "pick start value",
  145. defaultRangeEndLabel: "pick end value"
  146. },
  147. table: {
  148. emptyText: "\u017Diadne d\xE1ta",
  149. confirmFilter: "Potvrdi\u0165",
  150. resetFilter: "Zresetova\u0165",
  151. clearFilter: "V\u0161etko",
  152. sumText: "Spolu"
  153. },
  154. tour: {
  155. next: "Next",
  156. previous: "Previous",
  157. finish: "Finish",
  158. close: "Close this dialog"
  159. },
  160. tree: {
  161. emptyText: "\u017Diadne d\xE1ta"
  162. },
  163. transfer: {
  164. noMatch: "\u017Diadna zhoda",
  165. noData: "\u017Diadne d\xE1ta",
  166. titles: ["Zoznam 1", "Zoznam 2"],
  167. filterPlaceholder: "Filtrova\u0165 pod\u013Ea",
  168. noCheckedFormat: "{total} polo\u017Eiek",
  169. hasCheckedFormat: "{checked}/{total} ozna\u010Den\xFDch"
  170. },
  171. image: {
  172. error: "FAILED"
  173. },
  174. pageHeader: {
  175. title: "Back"
  176. },
  177. popconfirm: {
  178. confirmButtonText: "Yes",
  179. cancelButtonText: "No"
  180. },
  181. carousel: {
  182. leftArrow: "Carousel arrow left",
  183. rightArrow: "Carousel arrow right",
  184. indicator: "Carousel switch to index {index}"
  185. }
  186. }
  187. };
  188. export { sk as default };
  189. //# sourceMappingURL=sk.mjs.map