273 lines
9.3 KiB
JavaScript
273 lines
9.3 KiB
JavaScript
|
/*!
|
||
|
*
|
||
|
* Super simple wysiwyg editor v0.8.18
|
||
|
* https://summernote.org
|
||
|
*
|
||
|
*
|
||
|
* Copyright 2013- Alan Hong. and other contributors
|
||
|
* summernote may be freely distributed under the MIT license.
|
||
|
*
|
||
|
* Date: 2020-05-20T18:09Z
|
||
|
*
|
||
|
*/
|
||
|
(function webpackUniversalModuleDefinition(root, factory) {
|
||
|
if(typeof exports === 'object' && typeof module === 'object')
|
||
|
module.exports = factory();
|
||
|
else if(typeof define === 'function' && define.amd)
|
||
|
define([], factory);
|
||
|
else {
|
||
|
var a = factory();
|
||
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
||
|
}
|
||
|
})(window, function() {
|
||
|
return /******/ (function(modules) { // webpackBootstrap
|
||
|
/******/ // The module cache
|
||
|
/******/ var installedModules = {};
|
||
|
/******/
|
||
|
/******/ // The require function
|
||
|
/******/ function __webpack_require__(moduleId) {
|
||
|
/******/
|
||
|
/******/ // Check if module is in cache
|
||
|
/******/ if(installedModules[moduleId]) {
|
||
|
/******/ return installedModules[moduleId].exports;
|
||
|
/******/ }
|
||
|
/******/ // Create a new module (and put it into the cache)
|
||
|
/******/ var module = installedModules[moduleId] = {
|
||
|
/******/ i: moduleId,
|
||
|
/******/ l: false,
|
||
|
/******/ exports: {}
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // Execute the module function
|
||
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||
|
/******/
|
||
|
/******/ // Flag the module as loaded
|
||
|
/******/ module.l = true;
|
||
|
/******/
|
||
|
/******/ // Return the exports of the module
|
||
|
/******/ return module.exports;
|
||
|
/******/ }
|
||
|
/******/
|
||
|
/******/
|
||
|
/******/ // expose the modules object (__webpack_modules__)
|
||
|
/******/ __webpack_require__.m = modules;
|
||
|
/******/
|
||
|
/******/ // expose the module cache
|
||
|
/******/ __webpack_require__.c = installedModules;
|
||
|
/******/
|
||
|
/******/ // define getter function for harmony exports
|
||
|
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||
|
/******/ if(!__webpack_require__.o(exports, name)) {
|
||
|
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
||
|
/******/ }
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // define __esModule on exports
|
||
|
/******/ __webpack_require__.r = function(exports) {
|
||
|
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||
|
/******/ }
|
||
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // create a fake namespace object
|
||
|
/******/ // mode & 1: value is a module id, require it
|
||
|
/******/ // mode & 2: merge all properties of value into the ns
|
||
|
/******/ // mode & 4: return value when already ns object
|
||
|
/******/ // mode & 8|1: behave like require
|
||
|
/******/ __webpack_require__.t = function(value, mode) {
|
||
|
/******/ if(mode & 1) value = __webpack_require__(value);
|
||
|
/******/ if(mode & 8) return value;
|
||
|
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
||
|
/******/ var ns = Object.create(null);
|
||
|
/******/ __webpack_require__.r(ns);
|
||
|
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
||
|
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
||
|
/******/ return ns;
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||
|
/******/ __webpack_require__.n = function(module) {
|
||
|
/******/ var getter = module && module.__esModule ?
|
||
|
/******/ function getDefault() { return module['default']; } :
|
||
|
/******/ function getModuleExports() { return module; };
|
||
|
/******/ __webpack_require__.d(getter, 'a', getter);
|
||
|
/******/ return getter;
|
||
|
/******/ };
|
||
|
/******/
|
||
|
/******/ // Object.prototype.hasOwnProperty.call
|
||
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||
|
/******/
|
||
|
/******/ // __webpack_public_path__
|
||
|
/******/ __webpack_require__.p = "";
|
||
|
/******/
|
||
|
/******/
|
||
|
/******/ // Load entry module and return exports
|
||
|
/******/ return __webpack_require__(__webpack_require__.s = 23);
|
||
|
/******/ })
|
||
|
/************************************************************************/
|
||
|
/******/ ({
|
||
|
|
||
|
/***/ 23:
|
||
|
/***/ (function(module, exports) {
|
||
|
|
||
|
(function ($) {
|
||
|
$.extend($.summernote.lang, {
|
||
|
'hu-HU': {
|
||
|
font: {
|
||
|
bold: 'Félkövér',
|
||
|
italic: 'Dőlt',
|
||
|
underline: 'Aláhúzott',
|
||
|
clear: 'Formázás törlése',
|
||
|
height: 'Sorköz',
|
||
|
name: 'Betűtípus',
|
||
|
strikethrough: 'Áthúzott',
|
||
|
subscript: 'Subscript',
|
||
|
superscript: 'Superscript',
|
||
|
size: 'Betűméret'
|
||
|
},
|
||
|
image: {
|
||
|
image: 'Kép',
|
||
|
insert: 'Kép beszúrása',
|
||
|
resizeFull: 'Átméretezés teljes méretre',
|
||
|
resizeHalf: 'Átméretezés felére',
|
||
|
resizeQuarter: 'Átméretezés negyedére',
|
||
|
floatLeft: 'Igazítás balra',
|
||
|
floatRight: 'Igazítás jobbra',
|
||
|
floatNone: 'Igazítás törlése',
|
||
|
shapeRounded: 'Shape: Rounded',
|
||
|
shapeCircle: 'Shape: Circle',
|
||
|
shapeThumbnail: 'Shape: Thumbnail',
|
||
|
shapeNone: 'Shape: None',
|
||
|
dragImageHere: 'Ide húzhat képet vagy szöveget',
|
||
|
dropImage: 'Engedje el a képet vagy szöveget',
|
||
|
selectFromFiles: 'Fájlok kiválasztása',
|
||
|
maximumFileSize: 'Maximum file size',
|
||
|
maximumFileSizeError: 'Maximum file size exceeded.',
|
||
|
url: 'Kép URL címe',
|
||
|
remove: 'Kép törlése',
|
||
|
original: 'Original'
|
||
|
},
|
||
|
video: {
|
||
|
video: 'Videó',
|
||
|
videoLink: 'Videó hivatkozás',
|
||
|
insert: 'Videó beszúrása',
|
||
|
url: 'Videó URL címe',
|
||
|
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion vagy Youku)'
|
||
|
},
|
||
|
link: {
|
||
|
link: 'Hivatkozás',
|
||
|
insert: 'Hivatkozás beszúrása',
|
||
|
unlink: 'Hivatkozás megszüntetése',
|
||
|
edit: 'Szerkesztés',
|
||
|
textToDisplay: 'Megjelenítendő szöveg',
|
||
|
url: 'Milyen URL címre hivatkozzon?',
|
||
|
openInNewWindow: 'Megnyitás új ablakban'
|
||
|
},
|
||
|
table: {
|
||
|
table: 'Táblázat',
|
||
|
addRowAbove: 'Add row above',
|
||
|
addRowBelow: 'Add row below',
|
||
|
addColLeft: 'Add column left',
|
||
|
addColRight: 'Add column right',
|
||
|
delRow: 'Delete row',
|
||
|
delCol: 'Delete column',
|
||
|
delTable: 'Delete table'
|
||
|
},
|
||
|
hr: {
|
||
|
insert: 'Elválasztó vonal beszúrása'
|
||
|
},
|
||
|
style: {
|
||
|
style: 'Stílus',
|
||
|
p: 'Normál',
|
||
|
blockquote: 'Idézet',
|
||
|
pre: 'Kód',
|
||
|
h1: 'Fejléc 1',
|
||
|
h2: 'Fejléc 2',
|
||
|
h3: 'Fejléc 3',
|
||
|
h4: 'Fejléc 4',
|
||
|
h5: 'Fejléc 5',
|
||
|
h6: 'Fejléc 6'
|
||
|
},
|
||
|
lists: {
|
||
|
unordered: 'Listajeles lista',
|
||
|
ordered: 'Számozott lista'
|
||
|
},
|
||
|
options: {
|
||
|
help: 'Súgó',
|
||
|
fullscreen: 'Teljes képernyő',
|
||
|
codeview: 'Kód nézet'
|
||
|
},
|
||
|
paragraph: {
|
||
|
paragraph: 'Bekezdés',
|
||
|
outdent: 'Behúzás csökkentése',
|
||
|
indent: 'Behúzás növelése',
|
||
|
left: 'Igazítás balra',
|
||
|
center: 'Igazítás középre',
|
||
|
right: 'Igazítás jobbra',
|
||
|
justify: 'Sorkizárt'
|
||
|
},
|
||
|
color: {
|
||
|
recent: 'Jelenlegi szín',
|
||
|
more: 'További színek',
|
||
|
background: 'Háttérszín',
|
||
|
foreground: 'Betűszín',
|
||
|
transparent: 'Átlátszó',
|
||
|
setTransparent: 'Átlászóság beállítása',
|
||
|
reset: 'Visszaállítás',
|
||
|
resetToDefault: 'Alaphelyzetbe állítás'
|
||
|
},
|
||
|
shortcut: {
|
||
|
shortcuts: 'Gyorsbillentyű',
|
||
|
close: 'Bezárás',
|
||
|
textFormatting: 'Szöveg formázása',
|
||
|
action: 'Művelet',
|
||
|
paragraphFormatting: 'Bekezdés formázása',
|
||
|
documentStyle: 'Dokumentumstílus',
|
||
|
extraKeys: 'Extra keys'
|
||
|
},
|
||
|
help: {
|
||
|
'insertParagraph': 'Új bekezdés',
|
||
|
'undo': 'Visszavonás',
|
||
|
'redo': 'Újra',
|
||
|
'tab': 'Behúzás növelése',
|
||
|
'untab': 'Behúzás csökkentése',
|
||
|
'bold': 'Félkövérre állítás',
|
||
|
'italic': 'Dőltre állítás',
|
||
|
'underline': 'Aláhúzás',
|
||
|
'strikethrough': 'Áthúzás',
|
||
|
'removeFormat': 'Formázás törlése',
|
||
|
'justifyLeft': 'Balra igazítás',
|
||
|
'justifyCenter': 'Középre igazítás',
|
||
|
'justifyRight': 'Jobbra igazítás',
|
||
|
'justifyFull': 'Sorkizárt',
|
||
|
'insertUnorderedList': 'Számozatlan lista be/ki',
|
||
|
'insertOrderedList': 'Számozott lista be/ki',
|
||
|
'outdent': 'Jelenlegi bekezdés behúzásának megszüntetése',
|
||
|
'indent': 'Jelenlegi bekezdés behúzása',
|
||
|
'formatPara': 'Blokk formázása bekezdésként (P tag)',
|
||
|
'formatH1': 'Blokk formázása, mint Fejléc 1',
|
||
|
'formatH2': 'Blokk formázása, mint Fejléc 2',
|
||
|
'formatH3': 'Blokk formázása, mint Fejléc 3',
|
||
|
'formatH4': 'Blokk formázása, mint Fejléc 4',
|
||
|
'formatH5': 'Blokk formázása, mint Fejléc 5',
|
||
|
'formatH6': 'Blokk formázása, mint Fejléc 6',
|
||
|
'insertHorizontalRule': 'Vízszintes vonal beszúrása',
|
||
|
'linkDialog.show': 'Link párbeszédablak megjelenítése'
|
||
|
},
|
||
|
history: {
|
||
|
undo: 'Visszavonás',
|
||
|
redo: 'Újra'
|
||
|
},
|
||
|
specialChar: {
|
||
|
specialChar: 'SPECIAL CHARACTERS',
|
||
|
select: 'Select Special characters'
|
||
|
}
|
||
|
}
|
||
|
});
|
||
|
})(jQuery);
|
||
|
|
||
|
/***/ })
|
||
|
|
||
|
/******/ });
|
||
|
});
|