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.

272 lines
9.3 KiB

  1. /*!
  2. *
  3. * Super simple wysiwyg editor v0.8.18
  4. * https://summernote.org
  5. *
  6. *
  7. * Copyright 2013- Alan Hong. and other contributors
  8. * summernote may be freely distributed under the MIT license.
  9. *
  10. * Date: 2020-05-20T18:09Z
  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. })(window, function() {
  23. return /******/ (function(modules) { // webpackBootstrap
  24. /******/ // The module cache
  25. /******/ var installedModules = {};
  26. /******/
  27. /******/ // The require function
  28. /******/ function __webpack_require__(moduleId) {
  29. /******/
  30. /******/ // Check if module is in cache
  31. /******/ if(installedModules[moduleId]) {
  32. /******/ return installedModules[moduleId].exports;
  33. /******/ }
  34. /******/ // Create a new module (and put it into the cache)
  35. /******/ var module = installedModules[moduleId] = {
  36. /******/ i: moduleId,
  37. /******/ l: false,
  38. /******/ exports: {}
  39. /******/ };
  40. /******/
  41. /******/ // Execute the module function
  42. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  43. /******/
  44. /******/ // Flag the module as loaded
  45. /******/ module.l = true;
  46. /******/
  47. /******/ // Return the exports of the module
  48. /******/ return module.exports;
  49. /******/ }
  50. /******/
  51. /******/
  52. /******/ // expose the modules object (__webpack_modules__)
  53. /******/ __webpack_require__.m = modules;
  54. /******/
  55. /******/ // expose the module cache
  56. /******/ __webpack_require__.c = installedModules;
  57. /******/
  58. /******/ // define getter function for harmony exports
  59. /******/ __webpack_require__.d = function(exports, name, getter) {
  60. /******/ if(!__webpack_require__.o(exports, name)) {
  61. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  62. /******/ }
  63. /******/ };
  64. /******/
  65. /******/ // define __esModule on exports
  66. /******/ __webpack_require__.r = function(exports) {
  67. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  68. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  69. /******/ }
  70. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  71. /******/ };
  72. /******/
  73. /******/ // create a fake namespace object
  74. /******/ // mode & 1: value is a module id, require it
  75. /******/ // mode & 2: merge all properties of value into the ns
  76. /******/ // mode & 4: return value when already ns object
  77. /******/ // mode & 8|1: behave like require
  78. /******/ __webpack_require__.t = function(value, mode) {
  79. /******/ if(mode & 1) value = __webpack_require__(value);
  80. /******/ if(mode & 8) return value;
  81. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  82. /******/ var ns = Object.create(null);
  83. /******/ __webpack_require__.r(ns);
  84. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  85. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  86. /******/ return ns;
  87. /******/ };
  88. /******/
  89. /******/ // getDefaultExport function for compatibility with non-harmony modules
  90. /******/ __webpack_require__.n = function(module) {
  91. /******/ var getter = module && module.__esModule ?
  92. /******/ function getDefault() { return module['default']; } :
  93. /******/ function getModuleExports() { return module; };
  94. /******/ __webpack_require__.d(getter, 'a', getter);
  95. /******/ return getter;
  96. /******/ };
  97. /******/
  98. /******/ // Object.prototype.hasOwnProperty.call
  99. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  100. /******/
  101. /******/ // __webpack_public_path__
  102. /******/ __webpack_require__.p = "";
  103. /******/
  104. /******/
  105. /******/ // Load entry module and return exports
  106. /******/ return __webpack_require__(__webpack_require__.s = 28);
  107. /******/ })
  108. /************************************************************************/
  109. /******/ ({
  110. /***/ 28:
  111. /***/ (function(module, exports) {
  112. (function ($) {
  113. $.extend($.summernote.lang, {
  114. 'lt-LT': {
  115. font: {
  116. bold: 'Paryškintas',
  117. italic: 'Kursyvas',
  118. underline: 'Pabrėžtas',
  119. clear: 'Be formatavimo',
  120. height: 'Eilutės aukštis',
  121. name: 'Šrifto pavadinimas',
  122. strikethrough: 'Perbrauktas',
  123. superscript: 'Viršutinis',
  124. subscript: 'Indeksas',
  125. size: 'Šrifto dydis'
  126. },
  127. image: {
  128. image: 'Paveikslėlis',
  129. insert: 'Įterpti paveikslėlį',
  130. resizeFull: 'Pilnas dydis',
  131. resizeHalf: 'Sumažinti dydį 50%',
  132. resizeQuarter: 'Sumažinti dydį 25%',
  133. floatLeft: 'Kairinis lygiavimas',
  134. floatRight: 'Dešininis lygiavimas',
  135. floatNone: 'Jokio lygiavimo',
  136. shapeRounded: 'Forma: apvalūs kraštai',
  137. shapeCircle: 'Forma: apskritimas',
  138. shapeThumbnail: 'Forma: miniatiūra',
  139. shapeNone: 'Forma: jokia',
  140. dragImageHere: 'Vilkite paveikslėlį čia',
  141. dropImage: 'Drop image or Text',
  142. selectFromFiles: 'Pasirinkite failą',
  143. maximumFileSize: 'Maskimalus failo dydis',
  144. maximumFileSizeError: 'Maskimalus failo dydis viršytas!',
  145. url: 'Paveikslėlio URL adresas',
  146. remove: 'Ištrinti paveikslėlį',
  147. original: 'Original'
  148. },
  149. video: {
  150. video: 'Video',
  151. videoLink: 'Video Link',
  152. insert: 'Insert Video',
  153. url: 'Video URL?',
  154. providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion or Youku)'
  155. },
  156. link: {
  157. link: 'Nuoroda',
  158. insert: 'Įterpti nuorodą',
  159. unlink: 'Pašalinti nuorodą',
  160. edit: 'Redaguoti',
  161. textToDisplay: 'Rodomas tekstas',
  162. url: 'Koks URL adresas yra susietas?',
  163. openInNewWindow: 'Atidaryti naujame lange'
  164. },
  165. table: {
  166. table: 'Lentelė',
  167. addRowAbove: 'Add row above',
  168. addRowBelow: 'Add row below',
  169. addColLeft: 'Add column left',
  170. addColRight: 'Add column right',
  171. delRow: 'Delete row',
  172. delCol: 'Delete column',
  173. delTable: 'Delete table'
  174. },
  175. hr: {
  176. insert: 'Įterpti horizontalią liniją'
  177. },
  178. style: {
  179. style: 'Stilius',
  180. p: 'pus',
  181. blockquote: 'Citata',
  182. pre: 'Kodas',
  183. h1: 'Antraštė 1',
  184. h2: 'Antraštė 2',
  185. h3: 'Antraštė 3',
  186. h4: 'Antraštė 4',
  187. h5: 'Antraštė 5',
  188. h6: 'Antraštė 6'
  189. },
  190. lists: {
  191. unordered: 'Suženklintasis sąrašas',
  192. ordered: 'Sunumeruotas sąrašas'
  193. },
  194. options: {
  195. help: 'Pagalba',
  196. fullscreen: 'Viso ekrano režimas',
  197. codeview: 'HTML kodo peržiūra'
  198. },
  199. paragraph: {
  200. paragraph: 'Pastraipa',
  201. outdent: 'Sumažinti įtrauką',
  202. indent: 'Padidinti įtrauką',
  203. left: 'Kairinė lygiuotė',
  204. center: 'Centrinė lygiuotė',
  205. right: 'Dešininė lygiuotė',
  206. justify: 'Abipusis išlyginimas'
  207. },
  208. color: {
  209. recent: 'Paskutinė naudota spalva',
  210. more: 'Daugiau spalvų',
  211. background: 'Fono spalva',
  212. foreground: 'Šrifto spalva',
  213. transparent: 'Permatoma',
  214. setTransparent: 'Nustatyti skaidrumo intensyvumą',
  215. reset: 'Atkurti',
  216. resetToDefault: 'Atstatyti numatytąją spalvą'
  217. },
  218. shortcut: {
  219. shortcuts: 'Spartieji klavišai',
  220. close: 'Uždaryti',
  221. textFormatting: 'Teksto formatavimas',
  222. action: 'Veiksmas',
  223. paragraphFormatting: 'Pastraipos formatavimas',
  224. documentStyle: 'Dokumento stilius',
  225. extraKeys: 'Papildomi klavišų deriniai'
  226. },
  227. help: {
  228. 'insertParagraph': 'Insert Paragraph',
  229. 'undo': 'Undoes the last command',
  230. 'redo': 'Redoes the last command',
  231. 'tab': 'Tab',
  232. 'untab': 'Untab',
  233. 'bold': 'Set a bold style',
  234. 'italic': 'Set a italic style',
  235. 'underline': 'Set a underline style',
  236. 'strikethrough': 'Set a strikethrough style',
  237. 'removeFormat': 'Clean a style',
  238. 'justifyLeft': 'Set left align',
  239. 'justifyCenter': 'Set center align',
  240. 'justifyRight': 'Set right align',
  241. 'justifyFull': 'Set full align',
  242. 'insertUnorderedList': 'Toggle unordered list',
  243. 'insertOrderedList': 'Toggle ordered list',
  244. 'outdent': 'Outdent on current paragraph',
  245. 'indent': 'Indent on current paragraph',
  246. 'formatPara': 'Change current block\'s format as a paragraph(P tag)',
  247. 'formatH1': 'Change current block\'s format as H1',
  248. 'formatH2': 'Change current block\'s format as H2',
  249. 'formatH3': 'Change current block\'s format as H3',
  250. 'formatH4': 'Change current block\'s format as H4',
  251. 'formatH5': 'Change current block\'s format as H5',
  252. 'formatH6': 'Change current block\'s format as H6',
  253. 'insertHorizontalRule': 'Insert horizontal rule',
  254. 'linkDialog.show': 'Show Link Dialog'
  255. },
  256. history: {
  257. undo: 'Anuliuoti veiksmą',
  258. redo: 'Perdaryti veiksmą'
  259. },
  260. specialChar: {
  261. specialChar: 'SPECIAL CHARACTERS',
  262. select: 'Select Special characters'
  263. }
  264. }
  265. });
  266. })(jQuery);
  267. /***/ })
  268. /******/ });
  269. });