ru_RU.d.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. selectNone: string;
  129. };
  130. Modal: {
  131. okText: string;
  132. cancelText: string;
  133. justOkText: string;
  134. };
  135. Popconfirm: {
  136. okText: string;
  137. cancelText: string;
  138. };
  139. Transfer: {
  140. titles: string[];
  141. searchPlaceholder: string;
  142. itemUnit: string;
  143. itemsUnit: string;
  144. remove: string;
  145. selectAll: string;
  146. selectCurrent: string;
  147. selectInvert: string;
  148. removeAll: string;
  149. removeCurrent: string;
  150. };
  151. Upload: {
  152. uploading: string;
  153. removeFile: string;
  154. uploadError: string;
  155. previewFile: string;
  156. downloadFile: string;
  157. };
  158. Empty: {
  159. description: string;
  160. };
  161. Icon: {
  162. icon: string;
  163. };
  164. Text: {
  165. edit: string;
  166. copy: string;
  167. copied: string;
  168. expand: string;
  169. };
  170. PageHeader: {
  171. back: string;
  172. };
  173. Image: {
  174. preview: string;
  175. };
  176. };
  177. export default _default;