pl.js 5.1 KB

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