hy_AM.d.ts 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. };
  19. DatePicker: {
  20. lang: {
  21. locale: string;
  22. placeholder: string;
  23. rangePlaceholder: string[];
  24. today: string;
  25. now: string;
  26. backToToday: string;
  27. ok: string;
  28. clear: string;
  29. month: string;
  30. year: string;
  31. timeSelect: string;
  32. dateSelect: string;
  33. weekSelect: 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. locale: string;
  61. placeholder: string;
  62. rangePlaceholder: 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. weekSelect: string;
  73. monthSelect: string;
  74. yearSelect: string;
  75. decadeSelect: string;
  76. yearFormat: string;
  77. dateFormat: string;
  78. dayFormat: string;
  79. dateTimeFormat: string;
  80. monthBeforeYear: boolean;
  81. previousMonth: string;
  82. nextMonth: string;
  83. previousYear: string;
  84. nextYear: string;
  85. previousDecade: string;
  86. nextDecade: string;
  87. previousCentury: string;
  88. nextCentury: string;
  89. };
  90. timePickerLocale: {
  91. placeholder: string;
  92. };
  93. };
  94. global: {
  95. placeholder: string;
  96. };
  97. Table: {
  98. filterTitle: string;
  99. filterConfirm: string;
  100. filterReset: string;
  101. selectAll: string;
  102. selectInvert: string;
  103. sortTitle: string;
  104. expand: string;
  105. collapse: string;
  106. };
  107. Modal: {
  108. okText: string;
  109. cancelText: string;
  110. justOkText: string;
  111. };
  112. Popconfirm: {
  113. okText: string;
  114. cancelText: string;
  115. };
  116. Transfer: {
  117. titles: string[];
  118. searchPlaceholder: string;
  119. itemUnit: string;
  120. itemsUnit: string;
  121. };
  122. Upload: {
  123. uploading: string;
  124. removeFile: string;
  125. uploadError: string;
  126. previewFile: string;
  127. downloadFile: string;
  128. };
  129. Empty: {
  130. description: string;
  131. };
  132. Icon: {
  133. icon: string;
  134. };
  135. Text: {
  136. edit: string;
  137. copy: string;
  138. copied: string;
  139. expand: string;
  140. };
  141. PageHeader: {
  142. back: string;
  143. };
  144. };
  145. export default _default;