pt_BR.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. shortWeekDays: string[];
  59. shortMonths: string[];
  60. };
  61. timePickerLocale: {
  62. placeholder: string;
  63. rangePlaceholder: string[];
  64. };
  65. };
  66. TimePicker: {
  67. placeholder: string;
  68. rangePlaceholder: string[];
  69. };
  70. Calendar: {
  71. lang: {
  72. placeholder: string;
  73. yearPlaceholder: string;
  74. quarterPlaceholder: string;
  75. monthPlaceholder: string;
  76. weekPlaceholder: string;
  77. rangePlaceholder: string[];
  78. rangeYearPlaceholder: string[];
  79. rangeMonthPlaceholder: string[];
  80. rangeWeekPlaceholder: string[];
  81. locale: string;
  82. today: string;
  83. now: string;
  84. backToToday: string;
  85. ok: string;
  86. clear: string;
  87. month: string;
  88. year: string;
  89. timeSelect: string;
  90. dateSelect: string;
  91. weekSelect: string;
  92. monthSelect: string;
  93. yearSelect: string;
  94. decadeSelect: string;
  95. yearFormat: string;
  96. dateFormat: string;
  97. dayFormat: string;
  98. dateTimeFormat: string;
  99. monthBeforeYear: boolean;
  100. previousMonth: string;
  101. nextMonth: string;
  102. previousYear: string;
  103. nextYear: string;
  104. previousDecade: string;
  105. nextDecade: string;
  106. previousCentury: string;
  107. nextCentury: string;
  108. shortWeekDays: string[];
  109. shortMonths: string[];
  110. };
  111. timePickerLocale: {
  112. placeholder: string;
  113. rangePlaceholder: string[];
  114. };
  115. };
  116. global: {
  117. placeholder: string;
  118. };
  119. Table: {
  120. filterTitle: string;
  121. filterConfirm: string;
  122. filterReset: string;
  123. filterEmptyText: string;
  124. emptyText: string;
  125. selectAll: string;
  126. selectInvert: string;
  127. selectionAll: string;
  128. sortTitle: string;
  129. expand: string;
  130. collapse: string;
  131. triggerDesc: string;
  132. triggerAsc: string;
  133. cancelSort: string;
  134. selectNone: string;
  135. };
  136. Modal: {
  137. okText: string;
  138. cancelText: string;
  139. justOkText: string;
  140. };
  141. Popconfirm: {
  142. okText: string;
  143. cancelText: string;
  144. };
  145. Transfer: {
  146. titles: string[];
  147. searchPlaceholder: string;
  148. itemUnit: string;
  149. itemsUnit: string;
  150. remove: string;
  151. selectCurrent: string;
  152. removeCurrent: string;
  153. selectAll: string;
  154. removeAll: string;
  155. selectInvert: 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. CronExpression: {
  183. cronError: string;
  184. second: string;
  185. minute: string;
  186. hour: string;
  187. day: string;
  188. month: string;
  189. week: string;
  190. };
  191. };
  192. export default _default;