You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /*!
  2. *
  3. * Super simple WYSIWYG editor v0.8.20
  4. * https://summernote.org
  5. *
  6. *
  7. * Copyright 2013- Alan Hong and contributors
  8. * Summernote may be freely distributed under the MIT license.
  9. *
  10. * Date: 2021-10-14T21:15Z
  11. *
  12. */
  13. (function webpackUniversalModuleDefinition(root, factory) {
  14. if(typeof exports === 'object' && typeof module === 'object')
  15. module.exports = factory();
  16. else if(typeof define === 'function' && define.amd)
  17. define([], factory);
  18. else {
  19. var a = factory();
  20. for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
  21. }
  22. })(self, function() {
  23. return /******/ (() => { // webpackBootstrap
  24. var __webpack_exports__ = {};
  25. (function ($) {
  26. $.extend($.summernote.lang, {
  27. 'lt-LT': {
  28. font: {
  29. bold: 'Paryškintas',
  30. italic: 'Kursyvas',
  31. underline: 'Pabrėžtas',
  32. clear: 'Be formatavimo',
  33. height: 'Eilutės aukštis',
  34. name: 'Šrifto pavadinimas',
  35. strikethrough: 'Perbrauktas',
  36. superscript: 'Viršutinis',
  37. subscript: 'Indeksas',
  38. size: 'Šrifto dydis'
  39. },
  40. image: {
  41. image: 'Paveikslėlis',
  42. insert: 'Įterpti paveikslėlį',
  43. resizeFull: 'Pilnas dydis',
  44. resizeHalf: 'Sumažinti dydį 50%',
  45. resizeQuarter: 'Sumažinti dydį 25%',
  46. floatLeft: 'Kairinis lygiavimas',
  47. floatRight: 'Dešininis lygiavimas',
  48. floatNone: 'Jokio lygiavimo',
  49. shapeRounded: 'Forma: apvalūs kraštai',
  50. shapeCircle: 'Forma: apskritimas',
  51. shapeThumbnail: 'Forma: miniatiūra',
  52. shapeNone: 'Forma: jokia',
  53. dragImageHere: 'Vilkite paveikslėlį čia',
  54. dropImage: 'Drop image or Text',
  55. selectFromFiles: 'Pasirinkite failą',
  56. maximumFileSize: 'Maskimalus failo dydis',
  57. maximumFileSizeError: 'Maskimalus failo dydis viršytas!',
  58. url: 'Paveikslėlio URL adresas',
  59. remove: 'Ištrinti paveikslėlį',
  60. original: 'Original'
  61. },
  62. video: {
  63. video: 'Video',
  64. videoLink: 'Video Link',
  65. insert: 'Insert Video',
  66. url: 'Video URL?',
  67. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion or Youku)'
  68. },
  69. link: {
  70. link: 'Nuoroda',
  71. insert: 'Įterpti nuorodą',
  72. unlink: 'Pašalinti nuorodą',
  73. edit: 'Redaguoti',
  74. textToDisplay: 'Rodomas tekstas',
  75. url: 'Koks URL adresas yra susietas?',
  76. openInNewWindow: 'Atidaryti naujame lange'
  77. },
  78. table: {
  79. table: 'Lentelė',
  80. addRowAbove: 'Add row above',
  81. addRowBelow: 'Add row below',
  82. addColLeft: 'Add column left',
  83. addColRight: 'Add column right',
  84. delRow: 'Delete row',
  85. delCol: 'Delete column',
  86. delTable: 'Delete table'
  87. },
  88. hr: {
  89. insert: 'Įterpti horizontalią liniją'
  90. },
  91. style: {
  92. style: 'Stilius',
  93. p: 'pus',
  94. blockquote: 'Citata',
  95. pre: 'Kodas',
  96. h1: 'Antraštė 1',
  97. h2: 'Antraštė 2',
  98. h3: 'Antraštė 3',
  99. h4: 'Antraštė 4',
  100. h5: 'Antraštė 5',
  101. h6: 'Antraštė 6'
  102. },
  103. lists: {
  104. unordered: 'Suženklintasis sąrašas',
  105. ordered: 'Sunumeruotas sąrašas'
  106. },
  107. options: {
  108. help: 'Pagalba',
  109. fullscreen: 'Viso ekrano režimas',
  110. codeview: 'HTML kodo peržiūra'
  111. },
  112. paragraph: {
  113. paragraph: 'Pastraipa',
  114. outdent: 'Sumažinti įtrauką',
  115. indent: 'Padidinti įtrauką',
  116. left: 'Kairinė lygiuotė',
  117. center: 'Centrinė lygiuotė',
  118. right: 'Dešininė lygiuotė',
  119. justify: 'Abipusis išlyginimas'
  120. },
  121. color: {
  122. recent: 'Paskutinė naudota spalva',
  123. more: 'Daugiau spalvų',
  124. background: 'Fono spalva',
  125. foreground: 'Šrifto spalva',
  126. transparent: 'Permatoma',
  127. setTransparent: 'Nustatyti skaidrumo intensyvumą',
  128. reset: 'Atkurti',
  129. resetToDefault: 'Atstatyti numatytąją spalvą'
  130. },
  131. shortcut: {
  132. shortcuts: 'Spartieji klavišai',
  133. close: 'Uždaryti',
  134. textFormatting: 'Teksto formatavimas',
  135. action: 'Veiksmas',
  136. paragraphFormatting: 'Pastraipos formatavimas',
  137. documentStyle: 'Dokumento stilius',
  138. extraKeys: 'Papildomi klavišų deriniai'
  139. },
  140. help: {
  141. 'insertParagraph': 'Insert Paragraph',
  142. 'undo': 'Undoes the last command',
  143. 'redo': 'Redoes the last command',
  144. 'tab': 'Tab',
  145. 'untab': 'Untab',
  146. 'bold': 'Set a bold style',
  147. 'italic': 'Set a italic style',
  148. 'underline': 'Set a underline style',
  149. 'strikethrough': 'Set a strikethrough style',
  150. 'removeFormat': 'Clean a style',
  151. 'justifyLeft': 'Set left align',
  152. 'justifyCenter': 'Set center align',
  153. 'justifyRight': 'Set right align',
  154. 'justifyFull': 'Set full align',
  155. 'insertUnorderedList': 'Toggle unordered list',
  156. 'insertOrderedList': 'Toggle ordered list',
  157. 'outdent': 'Outdent on current paragraph',
  158. 'indent': 'Indent on current paragraph',
  159. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  160. 'formatH1': 'Change current block\'s format as H1',
  161. 'formatH2': 'Change current block\'s format as H2',
  162. 'formatH3': 'Change current block\'s format as H3',
  163. 'formatH4': 'Change current block\'s format as H4',
  164. 'formatH5': 'Change current block\'s format as H5',
  165. 'formatH6': 'Change current block\'s format as H6',
  166. 'insertHorizontalRule': 'Insert horizontal rule',
  167. 'linkDialog.show': 'Show Link Dialog'
  168. },
  169. history: {
  170. undo: 'Anuliuoti veiksmą',
  171. redo: 'Perdaryti veiksmą'
  172. },
  173. specialChar: {
  174. specialChar: 'SPECIAL CHARACTERS',
  175. select: 'Select Special characters'
  176. }
  177. }
  178. });
  179. })(jQuery);
  180. /******/ return __webpack_exports__;
  181. /******/ })()
  182. ;
  183. });
  184. //# sourceMappingURL=summernote-lt-LT.js.map