lt.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. /*! Element Plus v2.9.1 */
  2. (function (global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define(factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleLt = factory());
  6. })(this, (function () { 'use strict';
  7. var lt = {
  8. name: "lt",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "OK",
  15. clear: "Valyti"
  16. },
  17. datepicker: {
  18. now: "Dabar",
  19. today: "\u0160iandien",
  20. cancel: "At\u0161aukti",
  21. clear: "Valyti",
  22. confirm: "OK",
  23. selectDate: "Pasirink dat\u0105",
  24. selectTime: "Pasirink laik\u0105",
  25. startDate: "Data nuo",
  26. startTime: "Laikas nuo",
  27. endDate: "Data iki",
  28. endTime: "Laikas iki",
  29. prevYear: "Metai atgal",
  30. nextYear: "Metai \u012F priek\u012F",
  31. prevMonth: "M\u0117n. atgal",
  32. nextMonth: "M\u0117n. \u012F priek\u012F",
  33. year: "",
  34. month1: "Sausis",
  35. month2: "Vasaris",
  36. month3: "Kovas",
  37. month4: "Balandis",
  38. month5: "Gegu\u017E\u0117",
  39. month6: "Bir\u017Eelis",
  40. month7: "Liepa",
  41. month8: "Rugpj\u016Btis",
  42. month9: "Rugs\u0117jis",
  43. month10: "Spalis",
  44. month11: "Lapkritis",
  45. month12: "Gruodis",
  46. weeks: {
  47. sun: "S.",
  48. mon: "Pr.",
  49. tue: "A.",
  50. wed: "T.",
  51. thu: "K.",
  52. fri: "Pn.",
  53. sat: "\u0160."
  54. },
  55. months: {
  56. jan: "Sau",
  57. feb: "Vas",
  58. mar: "Kov",
  59. apr: "Bal",
  60. may: "Geg",
  61. jun: "Bir",
  62. jul: "Lie",
  63. aug: "Rugp",
  64. sep: "Rugs",
  65. oct: "Spa",
  66. nov: "Lap",
  67. dec: "Gruo"
  68. }
  69. },
  70. select: {
  71. loading: "Kraunasi",
  72. noMatch: "Duomen\u0173 nerasta",
  73. noData: "N\u0117ra duomen\u0173",
  74. placeholder: "Pasirink"
  75. },
  76. mention: {
  77. loading: "Kraunasi"
  78. },
  79. cascader: {
  80. noMatch: "Duomen\u0173 nerasta",
  81. loading: "Kraunasi",
  82. placeholder: "Pasirink",
  83. noData: "N\u0117ra duomen\u0173"
  84. },
  85. pagination: {
  86. goto: "Eiti \u012F",
  87. pagesize: "/p",
  88. total: "Viso {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. title: "\u017Dinut\u0117",
  99. confirm: "OK",
  100. cancel: "At\u0161aukti",
  101. error: "Klaida \u012Fvestuose duomenyse"
  102. },
  103. upload: {
  104. deleteTip: 'spauskite "Trinti" nor\u0117dami pa\u0161alinti',
  105. delete: "Trinti",
  106. preview: "Per\u017Ei\u016Br\u0117ti",
  107. continue: "Toliau"
  108. },
  109. table: {
  110. emptyText: "Duomen\u0173 nerasta",
  111. confirmFilter: "Patvirtinti",
  112. resetFilter: "Atstatyti",
  113. clearFilter: "I\u0161valyti",
  114. sumText: "Suma"
  115. },
  116. tour: {
  117. next: "Kitas",
  118. previous: "Ankstesnis",
  119. finish: "Baigti"
  120. },
  121. tree: {
  122. emptyText: "N\u0117ra duomen\u0173"
  123. },
  124. transfer: {
  125. noMatch: "Duomen\u0173 nerasta",
  126. noData: "N\u0117ra duomen\u0173",
  127. titles: ["S\u0105ra\u0161as 1", "S\u0105ra\u0161as 2"],
  128. filterPlaceholder: "\u012Evesk rakta\u017Eod\u012F",
  129. noCheckedFormat: "Viso: {total}",
  130. hasCheckedFormat: "Pa\u017Eym\u0117ta {checked} i\u0161 {total}"
  131. },
  132. image: {
  133. error: "FAILED"
  134. },
  135. pageHeader: {
  136. title: "Back"
  137. },
  138. popconfirm: {
  139. confirmButtonText: "Yes",
  140. cancelButtonText: "No"
  141. },
  142. carousel: {
  143. leftArrow: "Carousel arrow left",
  144. rightArrow: "Carousel arrow right",
  145. indicator: "Carousel switch to index {index}"
  146. }
  147. }
  148. };
  149. return lt;
  150. }));