sr_RS.d.ts 4.6 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. page: string;
  11. prev_page: string;
  12. next_page: string;
  13. prev_5: string;
  14. next_5: string;
  15. prev_3: string;
  16. next_3: string;
  17. page_size: string;
  18. };
  19. DatePicker: {
  20. lang: {
  21. placeholder: string;
  22. rangePlaceholder: string[];
  23. locale: string;
  24. today: string;
  25. now: string;
  26. backToToday: string;
  27. ok: string;
  28. clear: string;
  29. month: string;
  30. year: string;
  31. timeSelect: string;
  32. dateSelect: string;
  33. monthSelect: string;
  34. yearSelect: string;
  35. decadeSelect: string;
  36. yearFormat: string;
  37. dateFormat: string;
  38. dayFormat: string;
  39. dateTimeFormat: string;
  40. monthBeforeYear: boolean;
  41. previousMonth: string;
  42. nextMonth: string;
  43. previousYear: string;
  44. nextYear: string;
  45. previousDecade: string;
  46. nextDecade: string;
  47. previousCentury: string;
  48. nextCentury: string;
  49. yearPlaceholder: string;
  50. quarterPlaceholder: string;
  51. monthPlaceholder: string;
  52. weekPlaceholder: string;
  53. rangeYearPlaceholder: string[];
  54. rangeMonthPlaceholder: string[];
  55. rangeWeekPlaceholder: string[];
  56. };
  57. timePickerLocale: {
  58. placeholder: string;
  59. rangePlaceholder: string[];
  60. };
  61. };
  62. TimePicker: {
  63. placeholder: string;
  64. rangePlaceholder: string[];
  65. };
  66. Calendar: {
  67. lang: {
  68. placeholder: string;
  69. rangePlaceholder: string[];
  70. locale: string;
  71. today: string;
  72. now: string;
  73. backToToday: string;
  74. ok: string;
  75. clear: string;
  76. month: string;
  77. year: string;
  78. timeSelect: string;
  79. dateSelect: string;
  80. monthSelect: string;
  81. yearSelect: string;
  82. decadeSelect: string;
  83. yearFormat: string;
  84. dateFormat: string;
  85. dayFormat: string;
  86. dateTimeFormat: string;
  87. monthBeforeYear: boolean;
  88. previousMonth: string;
  89. nextMonth: string;
  90. previousYear: string;
  91. nextYear: string;
  92. previousDecade: string;
  93. nextDecade: string;
  94. previousCentury: string;
  95. nextCentury: string;
  96. yearPlaceholder: string;
  97. quarterPlaceholder: string;
  98. monthPlaceholder: string;
  99. weekPlaceholder: string;
  100. rangeYearPlaceholder: string[];
  101. rangeMonthPlaceholder: string[];
  102. rangeWeekPlaceholder: string[];
  103. };
  104. timePickerLocale: {
  105. placeholder: string;
  106. rangePlaceholder: string[];
  107. };
  108. };
  109. Table: {
  110. filterTitle: string;
  111. filterConfirm: string;
  112. filterReset: string;
  113. selectAll: string;
  114. selectInvert: string;
  115. filterEmptyText: string;
  116. emptyText: string;
  117. selectNone: string;
  118. selectionAll: string;
  119. sortTitle: string;
  120. expand: string;
  121. collapse: string;
  122. triggerDesc: string;
  123. triggerAsc: string;
  124. cancelSort: string;
  125. };
  126. Modal: {
  127. okText: string;
  128. cancelText: string;
  129. justOkText: string;
  130. };
  131. Popconfirm: {
  132. okText: string;
  133. cancelText: string;
  134. };
  135. Transfer: {
  136. searchPlaceholder: string;
  137. itemUnit: string;
  138. itemsUnit: string;
  139. titles: string[];
  140. remove: string;
  141. selectCurrent: string;
  142. removeCurrent: string;
  143. selectAll: string;
  144. removeAll: string;
  145. selectInvert: string;
  146. };
  147. Upload: {
  148. uploading: string;
  149. removeFile: string;
  150. uploadError: string;
  151. previewFile: string;
  152. downloadFile: string;
  153. };
  154. Empty: {
  155. description: string;
  156. };
  157. global: {
  158. placeholder: 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. Image: {
  173. preview: string;
  174. };
  175. };
  176. export default _default;