fr_FR.d.ts 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. weekSelect: string;
  42. monthSelect: string;
  43. yearSelect: string;
  44. decadeSelect: string;
  45. yearFormat: string;
  46. dateFormat: string;
  47. dayFormat: string;
  48. dateTimeFormat: string;
  49. monthBeforeYear: boolean;
  50. previousMonth: string;
  51. nextMonth: string;
  52. previousYear: string;
  53. nextYear: string;
  54. previousDecade: string;
  55. nextDecade: string;
  56. previousCentury: string;
  57. nextCentury: 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. yearPlaceholder: string;
  72. quarterPlaceholder: string;
  73. monthPlaceholder: string;
  74. weekPlaceholder: string;
  75. rangePlaceholder: string[];
  76. rangeYearPlaceholder: string[];
  77. rangeMonthPlaceholder: string[];
  78. rangeWeekPlaceholder: string[];
  79. locale: string;
  80. today: string;
  81. now: string;
  82. backToToday: string;
  83. ok: string;
  84. clear: string;
  85. month: string;
  86. year: string;
  87. timeSelect: string;
  88. dateSelect: string;
  89. monthSelect: string;
  90. yearSelect: string;
  91. decadeSelect: string;
  92. yearFormat: string;
  93. dateFormat: string;
  94. dayFormat: string;
  95. dateTimeFormat: string;
  96. monthBeforeYear: boolean;
  97. previousMonth: string;
  98. nextMonth: string;
  99. previousYear: string;
  100. nextYear: string;
  101. previousDecade: string;
  102. nextDecade: string;
  103. previousCentury: string;
  104. nextCentury: string;
  105. };
  106. timePickerLocale: {
  107. placeholder: string;
  108. rangePlaceholder: string[];
  109. };
  110. };
  111. global: {
  112. placeholder: string;
  113. };
  114. Table: {
  115. filterTitle: string;
  116. filterConfirm: string;
  117. filterReset: string;
  118. selectAll: string;
  119. selectInvert: string;
  120. selectionAll: string;
  121. sortTitle: string;
  122. expand: string;
  123. collapse: string;
  124. triggerDesc: string;
  125. triggerAsc: string;
  126. cancelSort: string;
  127. filterEmptyText: string;
  128. emptyText: string;
  129. selectNone: 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. searchPlaceholder: string;
  142. itemUnit: string;
  143. itemsUnit: string;
  144. titles: string[];
  145. remove: string;
  146. selectCurrent: string;
  147. removeCurrent: string;
  148. selectAll: string;
  149. removeAll: string;
  150. selectInvert: string;
  151. };
  152. Empty: {
  153. description: string;
  154. };
  155. Upload: {
  156. uploading: string;
  157. removeFile: string;
  158. uploadError: string;
  159. previewFile: string;
  160. downloadFile: string;
  161. };
  162. Text: {
  163. edit: string;
  164. copy: string;
  165. copied: string;
  166. expand: string;
  167. };
  168. PageHeader: {
  169. back: string;
  170. };
  171. Icon: {
  172. icon: string;
  173. };
  174. Image: {
  175. preview: string;
  176. };
  177. CronExpression: {
  178. cronError: string;
  179. second: string;
  180. minute: string;
  181. hour: string;
  182. day: string;
  183. month: string;
  184. week: string;
  185. };
  186. QRCode: {
  187. expired: string;
  188. refresh: string;
  189. scanned: string;
  190. };
  191. };
  192. export default _default;