hr_HR.d.ts 4.7 KB

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