lt_LT.d.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. yearPlaceholder: string;
  71. quarterPlaceholder: string;
  72. monthPlaceholder: string;
  73. weekPlaceholder: string;
  74. rangePlaceholder: string[];
  75. rangeYearPlaceholder: string[];
  76. rangeMonthPlaceholder: string[];
  77. rangeWeekPlaceholder: string[];
  78. locale: string;
  79. today: string;
  80. now: string;
  81. backToToday: string;
  82. ok: string;
  83. clear: string;
  84. month: string;
  85. year: string;
  86. timeSelect: string;
  87. dateSelect: string;
  88. monthSelect: string;
  89. yearSelect: string;
  90. decadeSelect: string;
  91. yearFormat: string;
  92. dateFormat: string;
  93. dayFormat: string;
  94. dateTimeFormat: string;
  95. monthBeforeYear: boolean;
  96. previousMonth: string;
  97. nextMonth: string;
  98. previousYear: string;
  99. nextYear: string;
  100. previousDecade: string;
  101. nextDecade: string;
  102. previousCentury: string;
  103. nextCentury: string;
  104. };
  105. timePickerLocale: {
  106. placeholder: string;
  107. rangePlaceholder: string[];
  108. };
  109. };
  110. Table: {
  111. filterTitle: string;
  112. filterConfirm: string;
  113. filterReset: string;
  114. filterEmptyText: string;
  115. emptyText: string;
  116. selectAll: string;
  117. selectInvert: string;
  118. selectionAll: string;
  119. sortTitle: string;
  120. expand: string;
  121. collapse: string;
  122. triggerDesc: string;
  123. triggerAsc: string;
  124. cancelSort: string;
  125. };
  126. Modal: {
  127. okText: string;
  128. cancelText: string;
  129. justOkText: string;
  130. };
  131. Popconfirm: {
  132. okText: string;
  133. cancelText: string;
  134. };
  135. Transfer: {
  136. titles: string[];
  137. searchPlaceholder: string;
  138. itemUnit: string;
  139. itemsUnit: string;
  140. remove: string;
  141. selectAll: string;
  142. selectCurrent: string;
  143. selectInvert: string;
  144. removeAll: string;
  145. removeCurrent: string;
  146. };
  147. Upload: {
  148. uploading: string;
  149. removeFile: string;
  150. uploadError: string;
  151. previewFile: string;
  152. downloadFile: string;
  153. };
  154. Empty: {
  155. description: string;
  156. };
  157. Icon: {
  158. icon: string;
  159. };
  160. Text: {
  161. edit: string;
  162. copy: string;
  163. copied: string;
  164. expand: string;
  165. };
  166. PageHeader: {
  167. back: string;
  168. };
  169. };
  170. export default _default;