9e8f88e776d9154d713f5edc9a77d077e8dc990290721cedad53af5a4530a95128c26a4a7713732f25ca8a9738e177770649105c5b609d35771e5ae9cfbd66 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. var lt = {
  2. name: "lt",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "OK",
  9. clear: "Valyti",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value"
  13. },
  14. datepicker: {
  15. now: "Dabar",
  16. today: "\u0160iandien",
  17. cancel: "At\u0161aukti",
  18. clear: "Valyti",
  19. confirm: "OK",
  20. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  21. monthTablePrompt: "Use the arrow keys and enter to select the month",
  22. yearTablePrompt: "Use the arrow keys and enter to select the year",
  23. selectedDate: "Selected date",
  24. selectDate: "Pasirink dat\u0105",
  25. selectTime: "Pasirink laik\u0105",
  26. startDate: "Data nuo",
  27. startTime: "Laikas nuo",
  28. endDate: "Data iki",
  29. endTime: "Laikas iki",
  30. prevYear: "Metai atgal",
  31. nextYear: "Metai \u012F priek\u012F",
  32. prevMonth: "M\u0117n. atgal",
  33. nextMonth: "M\u0117n. \u012F priek\u012F",
  34. year: "",
  35. month1: "Sausis",
  36. month2: "Vasaris",
  37. month3: "Kovas",
  38. month4: "Balandis",
  39. month5: "Gegu\u017E\u0117",
  40. month6: "Bir\u017Eelis",
  41. month7: "Liepa",
  42. month8: "Rugpj\u016Btis",
  43. month9: "Rugs\u0117jis",
  44. month10: "Spalis",
  45. month11: "Lapkritis",
  46. month12: "Gruodis",
  47. weeks: {
  48. sun: "S.",
  49. mon: "Pr.",
  50. tue: "A.",
  51. wed: "T.",
  52. thu: "K.",
  53. fri: "Pn.",
  54. sat: "\u0160."
  55. },
  56. weeksFull: {
  57. sun: "Sunday",
  58. mon: "Monday",
  59. tue: "Tuesday",
  60. wed: "Wednesday",
  61. thu: "Thursday",
  62. fri: "Friday",
  63. sat: "Saturday"
  64. },
  65. months: {
  66. jan: "Sau",
  67. feb: "Vas",
  68. mar: "Kov",
  69. apr: "Bal",
  70. may: "Geg",
  71. jun: "Bir",
  72. jul: "Lie",
  73. aug: "Rugp",
  74. sep: "Rugs",
  75. oct: "Spa",
  76. nov: "Lap",
  77. dec: "Gruo"
  78. }
  79. },
  80. inputNumber: {
  81. decrease: "decrease number",
  82. increase: "increase number"
  83. },
  84. select: {
  85. loading: "Kraunasi",
  86. noMatch: "Duomen\u0173 nerasta",
  87. noData: "N\u0117ra duomen\u0173",
  88. placeholder: "Pasirink"
  89. },
  90. mention: {
  91. loading: "Kraunasi"
  92. },
  93. dropdown: {
  94. toggleDropdown: "Toggle Dropdown"
  95. },
  96. cascader: {
  97. noMatch: "Duomen\u0173 nerasta",
  98. loading: "Kraunasi",
  99. placeholder: "Pasirink",
  100. noData: "N\u0117ra duomen\u0173"
  101. },
  102. pagination: {
  103. goto: "Eiti \u012F",
  104. pagesize: "/p",
  105. total: "Viso {total}",
  106. pageClassifier: "",
  107. page: "Page",
  108. prev: "Go to previous page",
  109. next: "Go to next page",
  110. currentPage: "page {pager}",
  111. prevPages: "Previous {pager} pages",
  112. nextPages: "Next {pager} pages",
  113. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  114. },
  115. dialog: {
  116. close: "Close this dialog"
  117. },
  118. drawer: {
  119. close: "Close this dialog"
  120. },
  121. messagebox: {
  122. title: "\u017Dinut\u0117",
  123. confirm: "OK",
  124. cancel: "At\u0161aukti",
  125. error: "Klaida \u012Fvestuose duomenyse",
  126. close: "Close this dialog"
  127. },
  128. upload: {
  129. deleteTip: 'spauskite "Trinti" nor\u0117dami pa\u0161alinti',
  130. delete: "Trinti",
  131. preview: "Per\u017Ei\u016Br\u0117ti",
  132. continue: "Toliau"
  133. },
  134. slider: {
  135. defaultLabel: "slider between {min} and {max}",
  136. defaultRangeStartLabel: "pick start value",
  137. defaultRangeEndLabel: "pick end value"
  138. },
  139. table: {
  140. emptyText: "Duomen\u0173 nerasta",
  141. confirmFilter: "Patvirtinti",
  142. resetFilter: "Atstatyti",
  143. clearFilter: "I\u0161valyti",
  144. sumText: "Suma"
  145. },
  146. tour: {
  147. next: "Kitas",
  148. previous: "Ankstesnis",
  149. finish: "Baigti",
  150. close: "Close this dialog"
  151. },
  152. tree: {
  153. emptyText: "N\u0117ra duomen\u0173"
  154. },
  155. transfer: {
  156. noMatch: "Duomen\u0173 nerasta",
  157. noData: "N\u0117ra duomen\u0173",
  158. titles: ["S\u0105ra\u0161as 1", "S\u0105ra\u0161as 2"],
  159. filterPlaceholder: "\u012Evesk rakta\u017Eod\u012F",
  160. noCheckedFormat: "Viso: {total}",
  161. hasCheckedFormat: "Pa\u017Eym\u0117ta {checked} i\u0161 {total}"
  162. },
  163. image: {
  164. error: "FAILED"
  165. },
  166. pageHeader: {
  167. title: "Back"
  168. },
  169. popconfirm: {
  170. confirmButtonText: "Yes",
  171. cancelButtonText: "No"
  172. },
  173. carousel: {
  174. leftArrow: "Carousel arrow left",
  175. rightArrow: "Carousel arrow right",
  176. indicator: "Carousel switch to index {index}"
  177. }
  178. }
  179. };
  180. export { lt as default };
  181. //# sourceMappingURL=lt.mjs.map