sk.mjs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. //#region ../../packages/locale/lang/sk.ts
  2. var sk_default = {
  3. name: "sk",
  4. el: {
  5. breadcrumb: { label: "Breadcrumb" },
  6. colorpicker: {
  7. confirm: "OK",
  8. clear: "Zmazať",
  9. defaultLabel: "color picker",
  10. description: "current color is {color}. press enter to select a new color.",
  11. alphaLabel: "pick alpha value",
  12. alphaDescription: "alpha {alpha}, current color is {color}",
  13. hueLabel: "pick hue value",
  14. hueDescription: "hue {hue}, current color is {color}",
  15. svLabel: "pick saturation and brightness value",
  16. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  17. predefineDescription: "select {value} as the color"
  18. },
  19. datepicker: {
  20. now: "Teraz",
  21. today: "Dnes",
  22. cancel: "Zrušiť",
  23. clear: "Zmazať",
  24. confirm: "OK",
  25. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  26. monthTablePrompt: "Use the arrow keys and enter to select the month",
  27. yearTablePrompt: "Use the arrow keys and enter to select the year",
  28. selectedDate: "Selected date",
  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. year: "Rok",
  40. month1: "Január",
  41. month2: "Február",
  42. month3: "Marec",
  43. month4: "Apríl",
  44. month5: "Máj",
  45. month6: "Jún",
  46. month7: "Júl",
  47. month8: "August",
  48. month9: "September",
  49. month10: "Október",
  50. month11: "November",
  51. month12: "December",
  52. weeks: {
  53. sun: "Ne",
  54. mon: "Po",
  55. tue: "Ut",
  56. wed: "St",
  57. thu: "Št",
  58. fri: "Pi",
  59. sat: "So"
  60. },
  61. weeksFull: {
  62. sun: "Sunday",
  63. mon: "Monday",
  64. tue: "Tuesday",
  65. wed: "Wednesday",
  66. thu: "Thursday",
  67. fri: "Friday",
  68. sat: "Saturday"
  69. },
  70. months: {
  71. jan: "Jan",
  72. feb: "Feb",
  73. mar: "Mar",
  74. apr: "Apr",
  75. may: "Máj",
  76. jun: "Jún",
  77. jul: "Júl",
  78. aug: "Aug",
  79. sep: "Sep",
  80. oct: "Okt",
  81. nov: "Nov",
  82. dec: "Dec"
  83. },
  84. day: "Deň",
  85. month: "Mesiac"
  86. },
  87. inputNumber: {
  88. decrease: "decrease number",
  89. increase: "increase number"
  90. },
  91. select: {
  92. loading: "Načítavanie",
  93. noMatch: "Žiadna zhoda",
  94. noData: "Žiadne dáta",
  95. placeholder: "Vybrať"
  96. },
  97. mention: { loading: "Načítavanie" },
  98. dropdown: { toggleDropdown: "Toggle Dropdown" },
  99. cascader: {
  100. noMatch: "Žiadna zhoda",
  101. loading: "Načítavanie",
  102. placeholder: "Vybrať",
  103. noData: "Žiadne dáta"
  104. },
  105. pagination: {
  106. goto: "Choď na",
  107. pagesize: "na stranu",
  108. total: "Všetko {total}",
  109. pageClassifier: "",
  110. page: "Page",
  111. prev: "Go to previous page",
  112. next: "Go to next page",
  113. currentPage: "page {pager}",
  114. prevPages: "Previous {pager} pages",
  115. nextPages: "Next {pager} pages",
  116. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  117. },
  118. dialog: { close: "Close this dialog" },
  119. drawer: { close: "Close this dialog" },
  120. messagebox: {
  121. title: "Správa",
  122. confirm: "OK",
  123. cancel: "Zrušiť",
  124. error: "Neplatný vstup",
  125. close: "Close this dialog"
  126. },
  127. upload: {
  128. deleteTip: "pre odstránenie stisni klávesu Delete",
  129. delete: "Vymazať",
  130. preview: "Prehliadať",
  131. continue: "Pokračovať"
  132. },
  133. slider: {
  134. defaultLabel: "slider between {min} and {max}",
  135. defaultRangeStartLabel: "pick start value",
  136. defaultRangeEndLabel: "pick end value"
  137. },
  138. table: {
  139. emptyText: "Žiadne dáta",
  140. confirmFilter: "Potvrdiť",
  141. resetFilter: "Zresetovať",
  142. clearFilter: "Všetko",
  143. sumText: "Spolu",
  144. selectAllLabel: "Select all rows",
  145. selectRowLabel: "Select this row",
  146. expandRowLabel: "Expand this row",
  147. collapseRowLabel: "Collapse this row",
  148. sortLabel: "Sort by {column}",
  149. filterLabel: "Filter by {column}"
  150. },
  151. tag: { close: "Close this tag" },
  152. tour: {
  153. next: "Next",
  154. previous: "Previous",
  155. finish: "Finish",
  156. close: "Close this dialog"
  157. },
  158. tree: { emptyText: "Žiadne dáta" },
  159. transfer: {
  160. noMatch: "Žiadna zhoda",
  161. noData: "Žiadne dáta",
  162. titles: ["Zoznam 1", "Zoznam 2"],
  163. filterPlaceholder: "Filtrovať podľa",
  164. noCheckedFormat: "{total} položiek",
  165. hasCheckedFormat: "{checked}/{total} označených"
  166. },
  167. image: { error: "FAILED" },
  168. pageHeader: { title: "Back" },
  169. popconfirm: {
  170. confirmButtonText: "Yes",
  171. cancelButtonText: "No"
  172. },
  173. carousel: {
  174. leftArrow: "Carousel arrow left",
  175. rightArrow: "Carousel arrow right",
  176. indicator: "Carousel switch to index {index}"
  177. }
  178. }
  179. };
  180. //#endregion
  181. export { sk_default as default };
  182. //# sourceMappingURL=sk.mjs.map