km_KH.d.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. timeSelect: string;
  37. dateSelect: string;
  38. weekSelect: string;
  39. clear: string;
  40. month: string;
  41. year: string;
  42. previousMonth: string;
  43. nextMonth: string;
  44. monthSelect: string;
  45. yearSelect: string;
  46. decadeSelect: string;
  47. yearFormat: string;
  48. dayFormat: string;
  49. dateFormat: string;
  50. dateTimeFormat: string;
  51. previousYear: string;
  52. nextYear: string;
  53. previousDecade: string;
  54. nextDecade: string;
  55. previousCentury: string;
  56. nextCentury: string;
  57. monthBeforeYear: boolean;
  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. monthBeforeYear: boolean;
  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. filterEmptyText: string;
  120. emptyText: string;
  121. selectAll: string;
  122. selectInvert: string;
  123. selectNone: string;
  124. selectionAll: string;
  125. sortTitle: string;
  126. expand: string;
  127. collapse: string;
  128. triggerDesc: string;
  129. triggerAsc: string;
  130. cancelSort: 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. titles: string[];
  143. searchPlaceholder: string;
  144. itemUnit: string;
  145. itemsUnit: string;
  146. remove: string;
  147. selectCurrent: string;
  148. removeCurrent: string;
  149. selectAll: string;
  150. removeAll: string;
  151. selectInvert: string;
  152. };
  153. Upload: {
  154. uploading: string;
  155. removeFile: string;
  156. uploadError: string;
  157. previewFile: string;
  158. downloadFile: string;
  159. };
  160. Empty: {
  161. description: string;
  162. };
  163. Icon: {
  164. icon: string;
  165. };
  166. Text: {
  167. edit: string;
  168. copy: string;
  169. copied: string;
  170. expand: string;
  171. };
  172. PageHeader: {
  173. back: string;
  174. };
  175. };
  176. export default _default;