sk.mjs 5.1 KB

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