pt_PT.d.ts 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. yearPlaceholder: string;
  23. quarterPlaceholder: string;
  24. monthPlaceholder: string;
  25. weekPlaceholder: string;
  26. rangePlaceholder: string[];
  27. rangeYearPlaceholder: string[];
  28. rangeMonthPlaceholder: string[];
  29. rangeWeekPlaceholder: string[];
  30. locale: string;
  31. today: string;
  32. now: string;
  33. backToToday: string;
  34. ok: string;
  35. clear: string;
  36. month: string;
  37. year: string;
  38. timeSelect: string;
  39. dateSelect: string;
  40. monthSelect: string;
  41. yearSelect: string;
  42. decadeSelect: string;
  43. yearFormat: string;
  44. dateFormat: string;
  45. dayFormat: string;
  46. dateTimeFormat: string;
  47. monthBeforeYear: boolean;
  48. previousMonth: string;
  49. nextMonth: string;
  50. previousYear: string;
  51. nextYear: string;
  52. previousDecade: string;
  53. nextDecade: string;
  54. previousCentury: string;
  55. nextCentury: string;
  56. placeholder: string;
  57. monthFormat: string;
  58. };
  59. timePickerLocale: {
  60. placeholder: string;
  61. };
  62. };
  63. TimePicker: {
  64. placeholder: string;
  65. };
  66. Calendar: {
  67. lang: {
  68. locale: string;
  69. today: string;
  70. now: string;
  71. backToToday: string;
  72. ok: string;
  73. clear: string;
  74. month: string;
  75. year: string;
  76. timeSelect: string;
  77. dateSelect: string;
  78. monthSelect: string;
  79. yearSelect: string;
  80. decadeSelect: string;
  81. yearFormat: string;
  82. dateFormat: string;
  83. dayFormat: string;
  84. dateTimeFormat: string;
  85. monthBeforeYear: boolean;
  86. previousMonth: string;
  87. nextMonth: string;
  88. previousYear: string;
  89. nextYear: string;
  90. previousDecade: string;
  91. nextDecade: string;
  92. previousCentury: string;
  93. nextCentury: string;
  94. placeholder: string;
  95. rangePlaceholder: string[];
  96. monthFormat: string;
  97. };
  98. timePickerLocale: {
  99. placeholder: string;
  100. };
  101. };
  102. Table: {
  103. filterTitle: string;
  104. filterConfirm: string;
  105. filterReset: string;
  106. selectAll: string;
  107. selectInvert: string;
  108. sortTitle: string;
  109. };
  110. Modal: {
  111. okText: string;
  112. cancelText: string;
  113. justOkText: string;
  114. };
  115. Popconfirm: {
  116. okText: string;
  117. cancelText: string;
  118. };
  119. Transfer: {
  120. searchPlaceholder: string;
  121. itemUnit: string;
  122. itemsUnit: string;
  123. };
  124. Upload: {
  125. uploading: string;
  126. removeFile: string;
  127. uploadError: string;
  128. previewFile: string;
  129. downloadFile: string;
  130. };
  131. Empty: {
  132. description: string;
  133. };
  134. };
  135. export default _default;