lt.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/lt', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.lt = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Valyti'
  22. },
  23. datepicker: {
  24. now: 'Dabar',
  25. today: 'Šiandien',
  26. cancel: 'Atšaukti',
  27. clear: 'Valyti',
  28. confirm: 'OK',
  29. selectDate: 'Pasirink datą',
  30. selectTime: 'Pasirink laiką',
  31. startDate: 'Data nuo',
  32. startTime: 'Laikas nuo',
  33. endDate: 'Data iki',
  34. endTime: 'Laikas iki',
  35. prevYear: 'Metai atgal',
  36. nextYear: 'Metai į priekį',
  37. prevMonth: 'Mėn. atgal',
  38. nextMonth: 'Mėn. į priekį',
  39. year: '',
  40. month1: 'Sausis',
  41. month2: 'Vasaris',
  42. month3: 'Kovas',
  43. month4: 'Balandis',
  44. month5: 'Gegužė',
  45. month6: 'Birželis',
  46. month7: 'Liepa',
  47. month8: 'Rugpjūtis',
  48. month9: 'Rugsėjis',
  49. month10: 'Spalis',
  50. month11: 'Lapkritis',
  51. month12: 'Gruodis',
  52. // week: 'savaitė',
  53. weeks: {
  54. sun: 'S.',
  55. mon: 'Pr.',
  56. tue: 'A.',
  57. wed: 'T.',
  58. thu: 'K.',
  59. fri: 'Pn.',
  60. sat: 'Š.'
  61. },
  62. months: {
  63. jan: 'Sau',
  64. feb: 'Vas',
  65. mar: 'Kov',
  66. apr: 'Bal',
  67. may: 'Geg',
  68. jun: 'Bir',
  69. jul: 'Lie',
  70. aug: 'Rugp',
  71. sep: 'Rugs',
  72. oct: 'Spa',
  73. nov: 'Lap',
  74. dec: 'Gruo'
  75. }
  76. },
  77. select: {
  78. loading: 'Kraunasi',
  79. noMatch: 'Duomenų nerasta',
  80. noData: 'Nėra duomenų',
  81. placeholder: 'Pasirink'
  82. },
  83. cascader: {
  84. noMatch: 'Duomenų nerasta',
  85. loading: 'Kraunasi',
  86. placeholder: 'Pasirink'
  87. },
  88. pagination: {
  89. goto: 'Eiti į',
  90. pagesize: '/p',
  91. total: 'Viso {total}',
  92. pageClassifier: ''
  93. },
  94. messagebox: {
  95. title: 'Žinutė',
  96. confirm: 'OK',
  97. cancel: 'Atšaukti',
  98. error: 'Klaida įvestuose duomenyse'
  99. },
  100. upload: {
  101. deleteTip: 'spauskite "Trinti" norėdami pašalinti',
  102. delete: 'Trinti',
  103. preview: 'Peržiūrėti',
  104. continue: 'Toliau'
  105. },
  106. table: {
  107. emptyText: 'Duomenų nerasta',
  108. confirmFilter: 'Patvirtinti',
  109. resetFilter: 'Atstatyti',
  110. clearFilter: 'Išvalyti',
  111. sumText: 'Suma'
  112. },
  113. tree: {
  114. emptyText: 'Nėra duomenų'
  115. },
  116. transfer: {
  117. noMatch: 'Duomenų nerasta',
  118. noData: 'Nėra duomenų',
  119. titles: ['Sąrašas 1', 'Sąrašas 2'],
  120. filterPlaceholder: 'Įvesk raktažodį',
  121. noCheckedFormat: 'Viso: {total}',
  122. hasCheckedFormat: 'Pažymėta {checked} iš {total}'
  123. },
  124. image: {
  125. error: 'FAILED' // to be translated
  126. }
  127. }
  128. };
  129. module.exports = exports['default'];
  130. });