nl_BE.d.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. rangePlaceholder: string[];
  24. locale: string;
  25. today: string;
  26. now: string;
  27. backToToday: string;
  28. ok: string;
  29. clear: string;
  30. month: string;
  31. year: string;
  32. timeSelect: string;
  33. dateSelect: string;
  34. monthSelect: string;
  35. yearSelect: string;
  36. decadeSelect: string;
  37. yearFormat: string;
  38. dateFormat: string;
  39. dayFormat: string;
  40. dateTimeFormat: string;
  41. monthBeforeYear: boolean;
  42. previousMonth: string;
  43. nextMonth: string;
  44. previousYear: string;
  45. nextYear: string;
  46. previousDecade: string;
  47. nextDecade: string;
  48. previousCentury: string;
  49. nextCentury: string;
  50. monthPlaceholder: string;
  51. quarterPlaceholder: string;
  52. rangeMonthPlaceholder: string[];
  53. rangeWeekPlaceholder: string[];
  54. rangeYearPlaceholder: string[];
  55. weekPlaceholder: string;
  56. yearPlaceholder: string;
  57. };
  58. timePickerLocale: {
  59. placeholder: string;
  60. rangePlaceholder: string[];
  61. };
  62. };
  63. TimePicker: {
  64. placeholder: string;
  65. rangePlaceholder: string[];
  66. };
  67. Calendar: {
  68. lang: {
  69. placeholder: string;
  70. rangePlaceholder: string[];
  71. locale: string;
  72. today: string;
  73. now: string;
  74. backToToday: string;
  75. ok: string;
  76. clear: string;
  77. month: string;
  78. year: string;
  79. timeSelect: string;
  80. dateSelect: string;
  81. monthSelect: string;
  82. yearSelect: string;
  83. decadeSelect: string;
  84. yearFormat: string;
  85. dateFormat: string;
  86. dayFormat: string;
  87. dateTimeFormat: string;
  88. monthBeforeYear: boolean;
  89. previousMonth: string;
  90. nextMonth: string;
  91. previousYear: string;
  92. nextYear: string;
  93. previousDecade: string;
  94. nextDecade: string;
  95. previousCentury: string;
  96. nextCentury: string;
  97. monthPlaceholder: string;
  98. quarterPlaceholder: string;
  99. rangeMonthPlaceholder: string[];
  100. rangeWeekPlaceholder: string[];
  101. rangeYearPlaceholder: string[];
  102. weekPlaceholder: string;
  103. yearPlaceholder: string;
  104. };
  105. timePickerLocale: {
  106. placeholder: string;
  107. rangePlaceholder: string[];
  108. };
  109. };
  110. Table: {
  111. filterTitle: string;
  112. filterConfirm: string;
  113. filterReset: string;
  114. selectAll: string;
  115. selectInvert: string;
  116. cancelSort: string;
  117. collapse: string;
  118. emptyText: string;
  119. expand: string;
  120. filterEmptyText: string;
  121. selectNone: string;
  122. selectionAll: string;
  123. sortTitle: string;
  124. triggerAsc: string;
  125. triggerDesc: string;
  126. };
  127. Modal: {
  128. okText: string;
  129. cancelText: string;
  130. justOkText: string;
  131. };
  132. Popconfirm: {
  133. okText: string;
  134. cancelText: string;
  135. };
  136. Transfer: {
  137. searchPlaceholder: string;
  138. itemUnit: string;
  139. itemsUnit: string;
  140. remove: string;
  141. removeAll: string;
  142. removeCurrent: string;
  143. selectAll: string;
  144. selectCurrent: string;
  145. selectInvert: string;
  146. titles: string[];
  147. };
  148. Upload: {
  149. uploading: string;
  150. removeFile: string;
  151. uploadError: string;
  152. previewFile: string;
  153. downloadFile: string;
  154. };
  155. Empty: {
  156. description: string;
  157. };
  158. global: {
  159. placeholder: string;
  160. };
  161. Icon: {
  162. icon: string;
  163. };
  164. Text: {
  165. edit: string;
  166. copy: string;
  167. copied: string;
  168. expand: string;
  169. };
  170. PageHeader: {
  171. back: string;
  172. };
  173. Image: {
  174. preview: string;
  175. };
  176. };
  177. export default _default;