zh_TW.d.ts 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. timeSelect: string;
  30. dateSelect: string;
  31. weekSelect: string;
  32. clear: string;
  33. month: string;
  34. year: string;
  35. previousMonth: string;
  36. nextMonth: string;
  37. monthSelect: string;
  38. yearSelect: string;
  39. decadeSelect: string;
  40. yearFormat: string;
  41. dayFormat: string;
  42. dateFormat: string;
  43. dateTimeFormat: string;
  44. previousYear: string;
  45. nextYear: string;
  46. previousDecade: string;
  47. nextDecade: string;
  48. previousCentury: string;
  49. nextCentury: string;
  50. yearPlaceholder: string;
  51. quarterPlaceholder: string;
  52. monthPlaceholder: string;
  53. weekPlaceholder: string;
  54. rangeYearPlaceholder: string[];
  55. rangeMonthPlaceholder: string[];
  56. rangeWeekPlaceholder: string[];
  57. rangeQuarterPlaceholder: 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. rangePlaceholder: string[];
  72. locale: string;
  73. today: string;
  74. now: string;
  75. backToToday: string;
  76. ok: string;
  77. timeSelect: string;
  78. dateSelect: string;
  79. weekSelect: string;
  80. clear: string;
  81. month: string;
  82. year: string;
  83. previousMonth: string;
  84. nextMonth: string;
  85. monthSelect: string;
  86. yearSelect: string;
  87. decadeSelect: string;
  88. yearFormat: string;
  89. dayFormat: string;
  90. dateFormat: string;
  91. dateTimeFormat: string;
  92. previousYear: string;
  93. nextYear: string;
  94. previousDecade: string;
  95. nextDecade: string;
  96. previousCentury: string;
  97. nextCentury: string;
  98. yearPlaceholder: string;
  99. quarterPlaceholder: string;
  100. monthPlaceholder: string;
  101. weekPlaceholder: string;
  102. rangeYearPlaceholder: string[];
  103. rangeMonthPlaceholder: string[];
  104. rangeWeekPlaceholder: 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. okText: string;
  139. cancelText: 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. };
  192. export default _default;