ar_EG.d.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. };
  59. timePickerLocale: {
  60. placeholder: string;
  61. };
  62. dateFormat: string;
  63. monthFormat: string;
  64. dateTimeFormat: string;
  65. weekFormat: string;
  66. };
  67. TimePicker: {
  68. placeholder: 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. };
  109. timePickerLocale: {
  110. placeholder: string;
  111. };
  112. dateFormat: string;
  113. monthFormat: string;
  114. dateTimeFormat: string;
  115. weekFormat: string;
  116. };
  117. global: {
  118. placeholder: string;
  119. };
  120. Table: {
  121. filterTitle: string;
  122. filterConfirm: string;
  123. filterReset: string;
  124. selectAll: string;
  125. selectInvert: string;
  126. selectionAll: string;
  127. sortTitle: string;
  128. expand: string;
  129. collapse: string;
  130. triggerDesc: string;
  131. triggerAsc: string;
  132. cancelSort: string;
  133. };
  134. Modal: {
  135. okText: string;
  136. cancelText: string;
  137. justOkText: string;
  138. };
  139. Popconfirm: {
  140. okText: string;
  141. cancelText: string;
  142. };
  143. Transfer: {
  144. searchPlaceholder: string;
  145. itemUnit: string;
  146. itemsUnit: string;
  147. };
  148. Upload: {
  149. uploading: string;
  150. removeFile: string;
  151. uploadError: string;
  152. previewFile: string;
  153. downloadFile: string;
  154. };
  155. Empty: {
  156. description: string;
  157. };
  158. Icon: {
  159. icon: string;
  160. };
  161. Text: {
  162. edit: string;
  163. copy: string;
  164. copied: string;
  165. expand: string;
  166. };
  167. PageHeader: {
  168. back: string;
  169. };
  170. };
  171. export default _default;