hi_IN.d.ts 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. clear: string;
  30. month: string;
  31. year: string;
  32. timeSelect: string;
  33. dateSelect: string;
  34. weekSelect: string;
  35. monthSelect: string;
  36. yearSelect: string;
  37. decadeSelect: string;
  38. yearFormat: string;
  39. dateFormat: string;
  40. dayFormat: string;
  41. dateTimeFormat: string;
  42. monthBeforeYear: boolean;
  43. previousMonth: string;
  44. nextMonth: string;
  45. previousYear: string;
  46. nextYear: string;
  47. previousDecade: string;
  48. nextDecade: string;
  49. previousCentury: string;
  50. nextCentury: string;
  51. yearPlaceholder: string;
  52. quarterPlaceholder: string;
  53. monthPlaceholder: string;
  54. weekPlaceholder: string;
  55. rangeYearPlaceholder: string[];
  56. rangeMonthPlaceholder: string[];
  57. rangeWeekPlaceholder: 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. clear: string;
  78. month: string;
  79. year: string;
  80. timeSelect: string;
  81. dateSelect: string;
  82. weekSelect: string;
  83. monthSelect: string;
  84. yearSelect: string;
  85. decadeSelect: string;
  86. yearFormat: string;
  87. dateFormat: string;
  88. dayFormat: string;
  89. dateTimeFormat: string;
  90. monthBeforeYear: boolean;
  91. previousMonth: string;
  92. nextMonth: string;
  93. previousYear: string;
  94. nextYear: string;
  95. previousDecade: string;
  96. nextDecade: string;
  97. previousCentury: string;
  98. nextCentury: string;
  99. yearPlaceholder: string;
  100. quarterPlaceholder: string;
  101. monthPlaceholder: string;
  102. weekPlaceholder: string;
  103. rangeYearPlaceholder: string[];
  104. rangeMonthPlaceholder: string[];
  105. rangeWeekPlaceholder: string[];
  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. emptyText: string;
  120. selectAll: string;
  121. selectInvert: string;
  122. sortTitle: string;
  123. filterEmptyText: string;
  124. selectNone: string;
  125. selectionAll: 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. notFoundContent: string;
  144. searchPlaceholder: string;
  145. itemUnit: string;
  146. itemsUnit: string;
  147. remove: string;
  148. selectCurrent: string;
  149. removeCurrent: string;
  150. selectAll: string;
  151. removeAll: string;
  152. selectInvert: string;
  153. };
  154. Select: {
  155. notFoundContent: string;
  156. };
  157. Upload: {
  158. uploading: string;
  159. removeFile: string;
  160. uploadError: string;
  161. previewFile: string;
  162. downloadFile: string;
  163. };
  164. Empty: {
  165. description: string;
  166. };
  167. Icon: {
  168. icon: string;
  169. };
  170. Text: {
  171. edit: string;
  172. copy: string;
  173. copied: string;
  174. expand: string;
  175. };
  176. PageHeader: {
  177. back: string;
  178. };
  179. Image: {
  180. preview: string;
  181. };
  182. };
  183. export default _default;