zh_CN.d.ts 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. rangeQuarterPlaceholder: string[];
  30. rangeMonthPlaceholder: string[];
  31. rangeWeekPlaceholder: string[];
  32. locale: string;
  33. today: string;
  34. now: string;
  35. backToToday: string;
  36. ok: string;
  37. timeSelect: string;
  38. dateSelect: string;
  39. weekSelect: string;
  40. clear: string;
  41. month: string;
  42. year: string;
  43. previousMonth: string;
  44. nextMonth: string;
  45. monthSelect: string;
  46. yearSelect: string;
  47. decadeSelect: string;
  48. yearFormat: string;
  49. dayFormat: string;
  50. dateFormat: string;
  51. dateTimeFormat: 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. timeSelect: string;
  85. dateSelect: string;
  86. weekSelect: string;
  87. clear: string;
  88. month: string;
  89. year: string;
  90. previousMonth: string;
  91. nextMonth: string;
  92. monthSelect: string;
  93. yearSelect: string;
  94. decadeSelect: string;
  95. yearFormat: string;
  96. dayFormat: string;
  97. dateFormat: string;
  98. dateTimeFormat: string;
  99. previousYear: string;
  100. nextYear: string;
  101. previousDecade: string;
  102. nextDecade: string;
  103. previousCentury: string;
  104. nextCentury: string;
  105. };
  106. timePickerLocale: {
  107. placeholder: string;
  108. rangePlaceholder: string[];
  109. };
  110. };
  111. global: {
  112. placeholder: string;
  113. };
  114. Table: {
  115. filterTitle: string;
  116. filterConfirm: string;
  117. filterReset: string;
  118. filterEmptyText: 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. filterCheckall: string;
  129. filterSearchPlaceholder: string;
  130. selectNone: string;
  131. };
  132. Modal: {
  133. okText: string;
  134. cancelText: string;
  135. justOkText: string;
  136. };
  137. Popconfirm: {
  138. cancelText: string;
  139. okText: string;
  140. };
  141. Transfer: {
  142. searchPlaceholder: string;
  143. itemUnit: string;
  144. itemsUnit: string;
  145. remove: string;
  146. selectCurrent: string;
  147. removeCurrent: string;
  148. selectAll: string;
  149. removeAll: string;
  150. selectInvert: string;
  151. };
  152. Upload: {
  153. uploading: string;
  154. removeFile: string;
  155. uploadError: string;
  156. previewFile: string;
  157. downloadFile: string;
  158. };
  159. Empty: {
  160. description: string;
  161. };
  162. Icon: {
  163. icon: string;
  164. };
  165. Text: {
  166. edit: string;
  167. copy: string;
  168. copied: string;
  169. expand: string;
  170. };
  171. PageHeader: {
  172. back: string;
  173. };
  174. Image: {
  175. preview: string;
  176. };
  177. CronExpression: {
  178. cronError: string;
  179. second: string;
  180. minute: string;
  181. hour: string;
  182. day: string;
  183. month: string;
  184. week: string;
  185. };
  186. QRCode: {
  187. expired: string;
  188. refresh: string;
  189. scanned: string;
  190. };
  191. CheckList: {
  192. checkList: string;
  193. checkListFinish: string;
  194. checkListClose: string;
  195. checkListFooter: string;
  196. checkListCheck: string;
  197. ok: string;
  198. cancel: string;
  199. checkListCheckOther: string;
  200. };
  201. };
  202. export default _default;