sv_SE.d.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. monthSelect: string;
  35. yearSelect: string;
  36. decadeSelect: string;
  37. yearFormat: string;
  38. dateFormat: string;
  39. dayFormat: string;
  40. dateTimeFormat: string;
  41. monthBeforeYear: boolean;
  42. previousMonth: string;
  43. nextMonth: string;
  44. previousYear: string;
  45. nextYear: string;
  46. previousDecade: string;
  47. nextDecade: string;
  48. previousCentury: string;
  49. nextCentury: string;
  50. yearPlaceholder: string;
  51. quarterPlaceholder: string;
  52. monthPlaceholder: string;
  53. weekPlaceholder: string;
  54. rangeYearPlaceholder: string[];
  55. rangeMonthPlaceholder: string[];
  56. rangeWeekPlaceholder: string[];
  57. };
  58. timePickerLocale: {
  59. placeholder: string;
  60. };
  61. };
  62. TimePicker: {
  63. placeholder: string;
  64. };
  65. Calendar: {
  66. lang: {
  67. placeholder: string;
  68. rangePlaceholder: string[];
  69. locale: string;
  70. today: string;
  71. now: string;
  72. backToToday: string;
  73. ok: string;
  74. clear: string;
  75. month: string;
  76. year: string;
  77. timeSelect: string;
  78. dateSelect: string;
  79. monthSelect: string;
  80. yearSelect: string;
  81. decadeSelect: string;
  82. yearFormat: string;
  83. dateFormat: string;
  84. dayFormat: string;
  85. dateTimeFormat: string;
  86. monthBeforeYear: boolean;
  87. previousMonth: string;
  88. nextMonth: string;
  89. previousYear: string;
  90. nextYear: string;
  91. previousDecade: string;
  92. nextDecade: string;
  93. previousCentury: string;
  94. nextCentury: string;
  95. yearPlaceholder: string;
  96. quarterPlaceholder: string;
  97. monthPlaceholder: string;
  98. weekPlaceholder: string;
  99. rangeYearPlaceholder: string[];
  100. rangeMonthPlaceholder: string[];
  101. rangeWeekPlaceholder: string[];
  102. };
  103. timePickerLocale: {
  104. placeholder: string;
  105. };
  106. };
  107. Table: {
  108. filterTitle: string;
  109. filterConfirm: string;
  110. filterReset: string;
  111. filterEmptyText: string;
  112. emptyText: string;
  113. selectAll: string;
  114. selectInvert: string;
  115. selectNone: string;
  116. selectionAll: string;
  117. sortTitle: string;
  118. expand: string;
  119. collapse: string;
  120. triggerDesc: string;
  121. triggerAsc: string;
  122. cancelSort: string;
  123. };
  124. Modal: {
  125. okText: string;
  126. cancelText: string;
  127. justOkText: string;
  128. };
  129. Popconfirm: {
  130. okText: string;
  131. cancelText: string;
  132. };
  133. Transfer: {
  134. searchPlaceholder: string;
  135. itemUnit: string;
  136. itemsUnit: string;
  137. titles: string[];
  138. remove: string;
  139. selectCurrent: string;
  140. removeCurrent: string;
  141. selectAll: string;
  142. removeAll: string;
  143. selectInvert: string;
  144. };
  145. Empty: {
  146. description: string;
  147. };
  148. Text: {
  149. edit: string;
  150. copy: string;
  151. copied: string;
  152. expand: string;
  153. };
  154. Upload: {
  155. uploading: string;
  156. removeFile: string;
  157. uploadError: string;
  158. previewFile: string;
  159. downloadFile: string;
  160. };
  161. global: {
  162. placeholder: string;
  163. };
  164. Icon: {
  165. icon: string;
  166. };
  167. PageHeader: {
  168. back: string;
  169. };
  170. Image: {
  171. preview: string;
  172. };
  173. };
  174. export default _default;