pl_PL.d.ts 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. declare const _default: {
  6. locale: string;
  7. Pagination: {
  8. items_per_page: string;
  9. jump_to: string;
  10. jump_to_confirm: string;
  11. page: string;
  12. prev_page: string;
  13. next_page: string;
  14. prev_5: string;
  15. next_5: string;
  16. prev_3: string;
  17. next_3: string;
  18. page_size: string;
  19. };
  20. DatePicker: {
  21. lang: {
  22. placeholder: string;
  23. yearPlaceholder: string;
  24. monthPlaceholder: string;
  25. weekPlaceholder: string;
  26. rangePlaceholder: string[];
  27. rangeYearPlaceholder: string[];
  28. rangeMonthPlaceholder: string[];
  29. rangeWeekPlaceholder: string[];
  30. locale: string;
  31. today: string;
  32. now: string;
  33. backToToday: string;
  34. ok: string;
  35. clear: string;
  36. month: string;
  37. year: string;
  38. timeSelect: string;
  39. dateSelect: string;
  40. monthSelect: string;
  41. yearSelect: string;
  42. decadeSelect: string;
  43. yearFormat: string;
  44. dateFormat: string;
  45. dayFormat: string;
  46. dateTimeFormat: string;
  47. monthBeforeYear: boolean;
  48. previousMonth: string;
  49. nextMonth: string;
  50. previousYear: string;
  51. nextYear: string;
  52. previousDecade: string;
  53. nextDecade: string;
  54. previousCentury: string;
  55. nextCentury: string;
  56. };
  57. timePickerLocale: {
  58. placeholder: string;
  59. };
  60. };
  61. TimePicker: {
  62. placeholder: string;
  63. };
  64. Calendar: {
  65. lang: {
  66. placeholder: string;
  67. rangePlaceholder: string[];
  68. locale: string;
  69. today: string;
  70. now: string;
  71. backToToday: string;
  72. ok: string;
  73. clear: string;
  74. month: string;
  75. year: string;
  76. timeSelect: string;
  77. dateSelect: string;
  78. monthSelect: string;
  79. yearSelect: string;
  80. decadeSelect: string;
  81. yearFormat: string;
  82. dateFormat: string;
  83. dayFormat: string;
  84. dateTimeFormat: string;
  85. monthBeforeYear: boolean;
  86. previousMonth: string;
  87. nextMonth: string;
  88. previousYear: string;
  89. nextYear: string;
  90. previousDecade: string;
  91. nextDecade: string;
  92. previousCentury: string;
  93. nextCentury: string;
  94. };
  95. timePickerLocale: {
  96. placeholder: string;
  97. };
  98. };
  99. Table: {
  100. filterTitle: string;
  101. filterConfirm: string;
  102. filterReset: string;
  103. selectAll: string;
  104. selectInvert: string;
  105. triggerDesc: string;
  106. triggerAsc: string;
  107. cancelSort: string;
  108. filterEmptyText: string;
  109. filterCheckall: string;
  110. filterSearchPlaceholder: string;
  111. emptyText: string;
  112. selectNone: string;
  113. selectionAll: string;
  114. sortTitle: string;
  115. expand: string;
  116. collapse: string;
  117. };
  118. Modal: {
  119. okText: string;
  120. cancelText: string;
  121. justOkText: string;
  122. };
  123. Popconfirm: {
  124. okText: string;
  125. cancelText: string;
  126. };
  127. Transfer: {
  128. searchPlaceholder: string;
  129. itemUnit: string;
  130. itemsUnit: string;
  131. titles: string[];
  132. remove: string;
  133. selectCurrent: string;
  134. removeCurrent: string;
  135. selectAll: string;
  136. removeAll: string;
  137. selectInvert: string;
  138. };
  139. Upload: {
  140. uploading: string;
  141. removeFile: string;
  142. uploadError: string;
  143. previewFile: string;
  144. downloadFile: string;
  145. };
  146. Empty: {
  147. description: string;
  148. };
  149. global: {
  150. placeholder: string;
  151. };
  152. Icon: {
  153. icon: string;
  154. };
  155. Text: {
  156. edit: string;
  157. copy: string;
  158. copied: string;
  159. expand: string;
  160. };
  161. PageHeader: {
  162. back: string;
  163. };
  164. Image: {
  165. preview: string;
  166. };
  167. };
  168. export default _default;