uk_UA.d.ts 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. monthSelect: string;
  42. yearSelect: string;
  43. decadeSelect: string;
  44. yearFormat: string;
  45. dateFormat: string;
  46. dayFormat: string;
  47. dateTimeFormat: string;
  48. monthBeforeYear: boolean;
  49. previousMonth: string;
  50. nextMonth: string;
  51. previousYear: string;
  52. nextYear: string;
  53. previousDecade: string;
  54. nextDecade: string;
  55. previousCentury: string;
  56. nextCentury: string;
  57. };
  58. timePickerLocale: {
  59. placeholder: string;
  60. rangePlaceholder: string[];
  61. };
  62. };
  63. TimePicker: {
  64. placeholder: string;
  65. rangePlaceholder: string[];
  66. };
  67. Calendar: {
  68. lang: {
  69. placeholder: string;
  70. rangePlaceholder: string[];
  71. locale: string;
  72. today: string;
  73. now: string;
  74. backToToday: string;
  75. ok: string;
  76. clear: string;
  77. month: string;
  78. year: string;
  79. timeSelect: string;
  80. dateSelect: string;
  81. monthSelect: string;
  82. yearSelect: string;
  83. decadeSelect: string;
  84. yearFormat: string;
  85. dateFormat: string;
  86. dayFormat: string;
  87. dateTimeFormat: string;
  88. monthBeforeYear: boolean;
  89. previousMonth: string;
  90. nextMonth: string;
  91. previousYear: string;
  92. nextYear: string;
  93. previousDecade: string;
  94. nextDecade: string;
  95. previousCentury: string;
  96. nextCentury: 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. };
  109. Modal: {
  110. okText: string;
  111. cancelText: string;
  112. justOkText: string;
  113. };
  114. Popconfirm: {
  115. okText: string;
  116. cancelText: string;
  117. };
  118. Transfer: {
  119. searchPlaceholder: string;
  120. itemUnit: string;
  121. itemsUnit: string;
  122. };
  123. Upload: {
  124. uploading: string;
  125. removeFile: string;
  126. uploadError: string;
  127. previewFile: string;
  128. downloadFile: string;
  129. };
  130. Empty: {
  131. description: string;
  132. };
  133. Icon: {
  134. icon: string;
  135. };
  136. Text: {
  137. edit: string;
  138. copy: string;
  139. copied: string;
  140. expand: string;
  141. };
  142. PageHeader: {
  143. back: string;
  144. };
  145. };
  146. export default _default;