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