sk.js 5.2 KB

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