kmr_IQ.d.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. };
  51. timePickerLocale: {
  52. placeholder: string;
  53. };
  54. };
  55. TimePicker: {
  56. placeholder: string;
  57. };
  58. Calendar: {
  59. lang: {
  60. placeholder: string;
  61. rangePlaceholder: string[];
  62. locale: string;
  63. today: string;
  64. now: string;
  65. backToToday: string;
  66. ok: string;
  67. clear: string;
  68. month: string;
  69. year: string;
  70. timeSelect: string;
  71. dateSelect: string;
  72. monthSelect: string;
  73. yearSelect: string;
  74. decadeSelect: string;
  75. yearFormat: string;
  76. dateFormat: string;
  77. dayFormat: string;
  78. dateTimeFormat: string;
  79. monthBeforeYear: boolean;
  80. previousMonth: string;
  81. nextMonth: string;
  82. previousYear: string;
  83. nextYear: string;
  84. previousDecade: string;
  85. nextDecade: string;
  86. previousCentury: string;
  87. nextCentury: string;
  88. };
  89. timePickerLocale: {
  90. placeholder: string;
  91. };
  92. };
  93. Table: {
  94. filterTitle: string;
  95. filterConfirm: string;
  96. filterReset: string;
  97. selectAll: string;
  98. selectInvert: string;
  99. };
  100. Modal: {
  101. okText: string;
  102. cancelText: string;
  103. justOkText: string;
  104. };
  105. Popconfirm: {
  106. okText: string;
  107. cancelText: string;
  108. };
  109. Transfer: {
  110. searchPlaceholder: string;
  111. itemUnit: string;
  112. itemsUnit: string;
  113. };
  114. Upload: {
  115. uploading: string;
  116. removeFile: string;
  117. uploadError: string;
  118. previewFile: string;
  119. downloadFile: string;
  120. };
  121. Empty: {
  122. description: string;
  123. };
  124. };
  125. export default _default;