7efe14a83823504edce81e6cfe543ae9bc5386cff316d7952371531e082323e96d038f1519b2447bf58c93c362500286903420c1a194fe04c992b1859371f8 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var pl = {
  4. name: "pl",
  5. el: {
  6. breadcrumb: {
  7. label: "Breadcrumb"
  8. },
  9. colorpicker: {
  10. confirm: "OK",
  11. clear: "Wyczy\u015B\u0107",
  12. defaultLabel: "color picker",
  13. description: "current color is {color}. press enter to select a new color.",
  14. alphaLabel: "pick alpha value"
  15. },
  16. datepicker: {
  17. now: "Teraz",
  18. today: "Dzisiaj",
  19. cancel: "Anuluj",
  20. clear: "Wyczy\u015B\u0107",
  21. confirm: "OK",
  22. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  23. monthTablePrompt: "Use the arrow keys and enter to select the month",
  24. yearTablePrompt: "Use the arrow keys and enter to select the year",
  25. selectedDate: "Selected date",
  26. selectDate: "Wybierz dat\u0119",
  27. selectTime: "Wybierz godzin\u0119",
  28. startDate: "Data pocz\u0105tkowa",
  29. startTime: "Godzina pocz\u0105tkowa",
  30. endDate: "Data ko\u0144cowa",
  31. endTime: "Czas ko\u0144cowa",
  32. prevYear: "Poprzedni rok",
  33. nextYear: "Nast\u0119pny rok",
  34. prevMonth: "Poprzedni miesi\u0105c",
  35. nextMonth: "Nast\u0119pny miesi\u0105c",
  36. year: "rok",
  37. month1: "stycze\u0144",
  38. month2: "luty",
  39. month3: "marzec",
  40. month4: "kwiecie\u0144",
  41. month5: "maj",
  42. month6: "czerwiec",
  43. month7: "lipiec",
  44. month8: "sierpie\u0144",
  45. month9: "wrzesie\u0144",
  46. month10: "pa\u017Adziernik",
  47. month11: "listopad",
  48. month12: "grudzie\u0144",
  49. weeks: {
  50. sun: "niedz.",
  51. mon: "pon.",
  52. tue: "wt.",
  53. wed: "\u015Br.",
  54. thu: "czw.",
  55. fri: "pt.",
  56. sat: "sob."
  57. },
  58. weeksFull: {
  59. sun: "Sunday",
  60. mon: "Monday",
  61. tue: "Tuesday",
  62. wed: "Wednesday",
  63. thu: "Thursday",
  64. fri: "Friday",
  65. sat: "Saturday"
  66. },
  67. months: {
  68. jan: "STY",
  69. feb: "LUT",
  70. mar: "MAR",
  71. apr: "KWI",
  72. may: "MAJ",
  73. jun: "CZE",
  74. jul: "LIP",
  75. aug: "SIE",
  76. sep: "WRZ",
  77. oct: "PA\u0179",
  78. nov: "LIS",
  79. dec: "GRU"
  80. }
  81. },
  82. inputNumber: {
  83. decrease: "decrease number",
  84. increase: "increase number"
  85. },
  86. select: {
  87. loading: "\u0141adowanie",
  88. noMatch: "Brak dopasowa\u0144",
  89. noData: "Brak danych",
  90. placeholder: "Wybierz"
  91. },
  92. mention: {
  93. loading: "\u0141adowanie"
  94. },
  95. dropdown: {
  96. toggleDropdown: "Toggle Dropdown"
  97. },
  98. cascader: {
  99. noMatch: "Brak dopasowa\u0144",
  100. loading: "\u0141adowanie",
  101. placeholder: "Wybierz",
  102. noData: "Brak danych"
  103. },
  104. pagination: {
  105. goto: "Id\u017A do",
  106. pagesize: "/stron\u0119",
  107. total: "Wszystkich {total}",
  108. pageClassifier: "",
  109. page: "Page",
  110. prev: "Go to previous page",
  111. next: "Go to next page",
  112. currentPage: "page {pager}",
  113. prevPages: "Previous {pager} pages",
  114. nextPages: "Next {pager} pages",
  115. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  116. },
  117. dialog: {
  118. close: "Close this dialog"
  119. },
  120. drawer: {
  121. close: "Close this dialog"
  122. },
  123. messagebox: {
  124. title: "Wiadomo\u015B\u0107",
  125. confirm: "OK",
  126. cancel: "Anuluj",
  127. error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki",
  128. close: "Close this dialog"
  129. },
  130. upload: {
  131. deleteTip: "kliknij kasuj aby usun\u0105\u0107",
  132. delete: "Kasuj",
  133. preview: "Podgl\u0105d",
  134. continue: "Kontynuuj"
  135. },
  136. slider: {
  137. defaultLabel: "slider between {min} and {max}",
  138. defaultRangeStartLabel: "pick start value",
  139. defaultRangeEndLabel: "pick end value"
  140. },
  141. table: {
  142. emptyText: "Brak danych",
  143. confirmFilter: "Potwierd\u017A",
  144. resetFilter: "Resetuj",
  145. clearFilter: "Wszystko",
  146. sumText: "Razem"
  147. },
  148. tour: {
  149. next: "Dalej",
  150. previous: "Wr\xF3\u0107",
  151. finish: "Zako\u0144cz",
  152. close: "Close this dialog"
  153. },
  154. tree: {
  155. emptyText: "Brak danych"
  156. },
  157. transfer: {
  158. noMatch: "Brak dopasowa\u0144",
  159. noData: "Brak danych",
  160. titles: ["Lista 1", "Lista 2"],
  161. filterPlaceholder: "Wpisz szukan\u0105 fraz\u0119",
  162. noCheckedFormat: "razem: {total}",
  163. hasCheckedFormat: "wybranych: {checked}/{total}"
  164. },
  165. image: {
  166. error: "B\u0141\u0104D"
  167. },
  168. pageHeader: {
  169. title: "Wstecz"
  170. },
  171. popconfirm: {
  172. confirmButtonText: "Tak",
  173. cancelButtonText: "Nie"
  174. },
  175. carousel: {
  176. leftArrow: "Carousel arrow left",
  177. rightArrow: "Carousel arrow right",
  178. indicator: "Carousel switch to index {index}"
  179. }
  180. }
  181. };
  182. exports["default"] = pl;
  183. //# sourceMappingURL=pl.js.map