kk_KZ.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. monthSelect: string;
  42. yearSelect: string;
  43. decadeSelect: string;
  44. yearFormat: string;
  45. dateFormat: string;
  46. dayFormat: string;
  47. dateTimeFormat: string;
  48. monthBeforeYear: boolean;
  49. previousMonth: string;
  50. nextMonth: string;
  51. previousYear: string;
  52. nextYear: string;
  53. previousDecade: string;
  54. nextDecade: string;
  55. previousCentury: string;
  56. nextCentury: string;
  57. };
  58. timePickerLocale: {
  59. placeholder: string;
  60. rangePlaceholder: string[];
  61. };
  62. };
  63. TimePicker: {
  64. placeholder: string;
  65. rangePlaceholder: string[];
  66. };
  67. Calendar: {
  68. lang: {
  69. placeholder: string;
  70. yearPlaceholder: string;
  71. quarterPlaceholder: string;
  72. monthPlaceholder: string;
  73. weekPlaceholder: string;
  74. rangePlaceholder: string[];
  75. rangeYearPlaceholder: string[];
  76. rangeMonthPlaceholder: string[];
  77. rangeWeekPlaceholder: string[];
  78. locale: string;
  79. today: string;
  80. now: string;
  81. backToToday: string;
  82. ok: string;
  83. clear: string;
  84. month: string;
  85. year: string;
  86. timeSelect: string;
  87. dateSelect: string;
  88. monthSelect: string;
  89. yearSelect: string;
  90. decadeSelect: string;
  91. yearFormat: string;
  92. dateFormat: string;
  93. dayFormat: string;
  94. dateTimeFormat: string;
  95. monthBeforeYear: boolean;
  96. previousMonth: string;
  97. nextMonth: string;
  98. previousYear: string;
  99. nextYear: string;
  100. previousDecade: string;
  101. nextDecade: string;
  102. previousCentury: string;
  103. nextCentury: string;
  104. };
  105. timePickerLocale: {
  106. placeholder: string;
  107. rangePlaceholder: string[];
  108. };
  109. };
  110. global: {
  111. placeholder: string;
  112. };
  113. Table: {
  114. filterTitle: string;
  115. filterConfirm: string;
  116. filterReset: string;
  117. filterEmptyText: string;
  118. emptyText: 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. selectAll: string;
  145. selectCurrent: string;
  146. selectInvert: string;
  147. removeAll: string;
  148. removeCurrent: 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;