pl.js 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. 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: "Dzisiaj",
  25. cancel: "Anuluj",
  26. clear: "Wyczy\u015B\u0107",
  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: "Wybierz dat\u0119",
  33. selectTime: "Wybierz godzin\u0119",
  34. startDate: "Data pocz\u0105tkowa",
  35. startTime: "Godzina pocz\u0105tkowa",
  36. endDate: "Data ko\u0144cowa",
  37. endTime: "Czas ko\u0144cowa",
  38. prevYear: "Poprzedni rok",
  39. nextYear: "Nast\u0119pny rok",
  40. prevMonth: "Poprzedni miesi\u0105c",
  41. nextMonth: "Nast\u0119pny miesi\u0105c",
  42. year: "rok",
  43. month1: "stycze\u0144",
  44. month2: "luty",
  45. month3: "marzec",
  46. month4: "kwiecie\u0144",
  47. month5: "maj",
  48. month6: "czerwiec",
  49. month7: "lipiec",
  50. month8: "sierpie\u0144",
  51. month9: "wrzesie\u0144",
  52. month10: "pa\u017Adziernik",
  53. month11: "listopad",
  54. month12: "grudzie\u0144",
  55. weeks: {
  56. sun: "niedz.",
  57. mon: "pon.",
  58. tue: "wt.",
  59. wed: "\u015Br.",
  60. thu: "czw.",
  61. fri: "pt.",
  62. sat: "sob."
  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: "STY",
  75. feb: "LUT",
  76. mar: "MAR",
  77. apr: "KWI",
  78. may: "MAJ",
  79. jun: "CZE",
  80. jul: "LIP",
  81. aug: "SIE",
  82. sep: "WRZ",
  83. oct: "PA\u0179",
  84. nov: "LIS",
  85. dec: "GRU"
  86. }
  87. },
  88. inputNumber: {
  89. decrease: "decrease number",
  90. increase: "increase number"
  91. },
  92. select: {
  93. loading: "\u0141adowanie",
  94. noMatch: "Brak dopasowa\u0144",
  95. noData: "Brak danych",
  96. placeholder: "Wybierz"
  97. },
  98. mention: {
  99. loading: "\u0141adowanie"
  100. },
  101. dropdown: {
  102. toggleDropdown: "Toggle Dropdown"
  103. },
  104. cascader: {
  105. noMatch: "Brak dopasowa\u0144",
  106. loading: "\u0141adowanie",
  107. placeholder: "Wybierz",
  108. noData: "Brak danych"
  109. },
  110. pagination: {
  111. goto: "Id\u017A do",
  112. pagesize: "/stron\u0119",
  113. total: "Wszystkich {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: "Wiadomo\u015B\u0107",
  131. confirm: "OK",
  132. cancel: "Anuluj",
  133. error: "Wiadomo\u015B\u0107 zawiera niedozwolone znaki",
  134. close: "Close this dialog"
  135. },
  136. upload: {
  137. deleteTip: "kliknij kasuj aby usun\u0105\u0107",
  138. delete: "Kasuj",
  139. preview: "Podgl\u0105d",
  140. continue: "Kontynuuj"
  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: "Brak danych",
  149. confirmFilter: "Potwierd\u017A",
  150. resetFilter: "Resetuj",
  151. clearFilter: "Wszystko",
  152. sumText: "Razem"
  153. },
  154. tour: {
  155. next: "Dalej",
  156. previous: "Wr\xF3\u0107",
  157. finish: "Zako\u0144cz",
  158. close: "Close this dialog"
  159. },
  160. tree: {
  161. emptyText: "Brak danych"
  162. },
  163. transfer: {
  164. noMatch: "Brak dopasowa\u0144",
  165. noData: "Brak danych",
  166. titles: ["Lista 1", "Lista 2"],
  167. filterPlaceholder: "Wpisz szukan\u0105 fraz\u0119",
  168. noCheckedFormat: "razem: {total}",
  169. hasCheckedFormat: "wybranych: {checked}/{total}"
  170. },
  171. image: {
  172. error: "B\u0141\u0104D"
  173. },
  174. pageHeader: {
  175. title: "Wstecz"
  176. },
  177. popconfirm: {
  178. confirmButtonText: "Tak",
  179. cancelButtonText: "Nie"
  180. },
  181. carousel: {
  182. leftArrow: "Carousel arrow left",
  183. rightArrow: "Carousel arrow right",
  184. indicator: "Carousel switch to index {index}"
  185. }
  186. }
  187. };
  188. exports["default"] = pl;
  189. //# sourceMappingURL=pl.js.map