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