lv_LV.d.ts 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. quaterPlaceholder: 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. global: {
  111. placeholder: string;
  112. };
  113. Table: {
  114. filterTitle: string;
  115. filterConfirm: string;
  116. filterReset: string;
  117. filterEmptyText: string;
  118. emptyText: string;
  119. selectAll: string;
  120. selectInvert: string;
  121. selectionAll: string;
  122. sortTitle: string;
  123. expand: string;
  124. collapse: string;
  125. triggerDesc: string;
  126. triggerAsc: string;
  127. cancelSort: string;
  128. filterCheckall: string;
  129. filterSearchPlaceholder: string;
  130. selectNone: string;
  131. };
  132. Modal: {
  133. okText: string;
  134. cancelText: string;
  135. justOkText: string;
  136. };
  137. Popconfirm: {
  138. okText: string;
  139. cancelText: string;
  140. };
  141. Transfer: {
  142. titles: string[];
  143. searchPlaceholder: string;
  144. itemUnit: string;
  145. itemsUnit: string;
  146. remove: string;
  147. selectCurrent: string;
  148. removeCurrent: string;
  149. selectAll: string;
  150. removeAll: string;
  151. selectInvert: string;
  152. };
  153. Upload: {
  154. uploading: string;
  155. removeFile: string;
  156. uploadError: string;
  157. previewFile: string;
  158. downloadFile: string;
  159. };
  160. Empty: {
  161. description: string;
  162. };
  163. Icon: {
  164. icon: string;
  165. };
  166. Text: {
  167. edit: string;
  168. copy: string;
  169. copied: string;
  170. expand: string;
  171. };
  172. PageHeader: {
  173. back: string;
  174. };
  175. Image: {
  176. preview: string;
  177. };
  178. CronExpression: {
  179. cronError: string;
  180. second: string;
  181. minute: string;
  182. hour: string;
  183. day: string;
  184. month: string;
  185. week: string;
  186. };
  187. QRCode: {
  188. expired: string;
  189. refresh: string;
  190. scanned: string;
  191. };
  192. };
  193. export default _default;