ga_IE.d.ts 4.6 KB

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