lt.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. noData: 'Nėra duomenų'
  88. },
  89. pagination: {
  90. goto: 'Eiti į',
  91. pagesize: '/p',
  92. total: 'Viso {total}',
  93. pageClassifier: ''
  94. },
  95. messagebox: {
  96. title: 'Žinutė',
  97. confirm: 'OK',
  98. cancel: 'Atšaukti',
  99. error: 'Klaida įvestuose duomenyse'
  100. },
  101. upload: {
  102. deleteTip: 'spauskite "Trinti" norėdami pašalinti',
  103. delete: 'Trinti',
  104. preview: 'Peržiūrėti',
  105. continue: 'Toliau'
  106. },
  107. table: {
  108. emptyText: 'Duomenų nerasta',
  109. confirmFilter: 'Patvirtinti',
  110. resetFilter: 'Atstatyti',
  111. clearFilter: 'Išvalyti',
  112. sumText: 'Suma'
  113. },
  114. tree: {
  115. emptyText: 'Nėra duomenų'
  116. },
  117. transfer: {
  118. noMatch: 'Duomenų nerasta',
  119. noData: 'Nėra duomenų',
  120. titles: ['Sąrašas 1', 'Sąrašas 2'],
  121. filterPlaceholder: 'Įvesk raktažodį',
  122. noCheckedFormat: 'Viso: {total}',
  123. hasCheckedFormat: 'Pažymėta {checked} iš {total}'
  124. },
  125. image: {
  126. error: 'FAILED' // to be translated
  127. },
  128. pageHeader: {
  129. title: 'Back' // to be translated
  130. },
  131. popconfirm: {
  132. confirmButtonText: 'Yes', // to be translated
  133. cancelButtonText: 'No' // to be translated
  134. },
  135. empty: {
  136. description: 'Duomenų nerasta'
  137. }
  138. }
  139. };
  140. module.exports = exports['default'];
  141. });