| 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 = 11); |
| 107 |
/******/ }) |
| 108 |
/************************************************************************/ |
| 109 |
/******/ ({ |
| 110 |
|
| 111 |
/***/ 11: |
| 112 |
/***/ (function(module, exports) { |
| 113 |
|
| 114 |
(function ($) { |
| 115 |
$.extend($.summernote.lang, { |
| 116 |
'cs-CZ': { |
| 117 |
font: { |
| 118 |
bold: 'Tučné', |
| 119 |
italic: 'Kurzíva', |
| 120 |
underline: 'Podtržené', |
| 121 |
clear: 'Odstranit styl písma', |
| 122 |
height: 'Výška řádku', |
| 123 |
strikethrough: 'Přeškrtnuté', |
| 124 |
size: 'Velikost písma' |
| 125 |
}, |
| 126 |
image: { |
| 127 |
image: 'Obrázek', |
| 128 |
insert: 'Vložit obrázek', |
| 129 |
resizeFull: 'Původní velikost', |
| 130 |
resizeHalf: 'Poloviční velikost', |
| 131 |
resizeQuarter: 'Čtvrteční velikost', |
| 132 |
floatLeft: 'Umístit doleva', |
| 133 |
floatRight: 'Umístit doprava', |
| 134 |
floatNone: 'Neobtékat textem', |
| 135 |
shapeRounded: 'Shape: Rounded', |
| 136 |
shapeCircle: 'Shape: Circle', |
| 137 |
shapeThumbnail: 'Shape: Thumbnail', |
| 138 |
shapeNone: 'Shape: None', |
| 139 |
dragImageHere: 'Přetáhnout sem obrázek', |
| 140 |
dropImage: 'Drop image or Text', |
| 141 |
selectFromFiles: 'Vybrat soubor', |
| 142 |
url: 'URL obrázku', |
| 143 |
remove: 'Remove Image', |
| 144 |
original: 'Original' |
| 145 |
}, |
| 146 |
video: { |
| 147 |
video: 'Video', |
| 148 |
videoLink: 'Odkaz videa', |
| 149 |
insert: 'Vložit video', |
| 150 |
url: 'URL videa?', |
| 151 |
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion nebo Youku)' |
| 152 |
}, |
| 153 |
link: { |
| 154 |
link: 'Odkaz', |
| 155 |
insert: 'Vytvořit odkaz', |
| 156 |
unlink: 'Zrušit odkaz', |
| 157 |
edit: 'Upravit', |
| 158 |
textToDisplay: 'Zobrazovaný text', |
| 159 |
url: 'Na jaké URL má tento odkaz vést?', |
| 160 |
openInNewWindow: 'Otevřít v novém okně' |
| 161 |
}, |
| 162 |
table: { |
| 163 |
table: 'Tabulka', |
| 164 |
addRowAbove: 'Add row above', |
| 165 |
addRowBelow: 'Add row below', |
| 166 |
addColLeft: 'Add column left', |
| 167 |
addColRight: 'Add column right', |
| 168 |
delRow: 'Delete row', |
| 169 |
delCol: 'Delete column', |
| 170 |
delTable: 'Delete table' |
| 171 |
}, |
| 172 |
hr: { |
| 173 |
insert: 'Vložit vodorovnou čáru' |
| 174 |
}, |
| 175 |
style: { |
| 176 |
style: 'Styl', |
| 177 |
p: 'Normální', |
| 178 |
blockquote: 'Citace', |
| 179 |
pre: 'Kód', |
| 180 |
h1: 'Nadpis 1', |
| 181 |
h2: 'Nadpis 2', |
| 182 |
h3: 'Nadpis 3', |
| 183 |
h4: 'Nadpis 4', |
| 184 |
h5: 'Nadpis 5', |
| 185 |
h6: 'Nadpis 6' |
| 186 |
}, |
| 187 |
lists: { |
| 188 |
unordered: 'Odrážkový seznam', |
| 189 |
ordered: 'Číselný seznam' |
| 190 |
}, |
| 191 |
options: { |
| 192 |
help: 'Nápověda', |
| 193 |
fullscreen: 'Celá obrazovka', |
| 194 |
codeview: 'HTML kód' |
| 195 |
}, |
| 196 |
paragraph: { |
| 197 |
paragraph: 'Odstavec', |
| 198 |
outdent: 'Zvětšit odsazení', |
| 199 |
indent: 'Zmenšit odsazení', |
| 200 |
left: 'Zarovnat doleva', |
| 201 |
center: 'Zarovnat na střed', |
| 202 |
right: 'Zarovnat doprava', |
| 203 |
justify: 'Zarovnat oboustranně' |
| 204 |
}, |
| 205 |
color: { |
| 206 |
recent: 'Aktuální barva', |
| 207 |
more: 'Další barvy', |
| 208 |
background: 'Barva pozadí', |
| 209 |
foreground: 'Barva písma', |
| 210 |
transparent: 'Průhlednost', |
| 211 |
setTransparent: 'Nastavit průhlednost', |
| 212 |
reset: 'Obnovit', |
| 213 |
resetToDefault: 'Obnovit výchozí', |
| 214 |
cpSelect: 'Vybrat' |
| 215 |
}, |
| 216 |
shortcut: { |
| 217 |
shortcuts: 'Klávesové zkratky', |
| 218 |
close: 'Zavřít', |
| 219 |
textFormatting: 'Formátování textu', |
| 220 |
action: 'Akce', |
| 221 |
paragraphFormatting: 'Formátování odstavce', |
| 222 |
documentStyle: 'Styl dokumentu' |
| 223 |
}, |
| 224 |
help: { |
| 225 |
'insertParagraph': 'Insert Paragraph', |
| 226 |
'undo': 'Undoes the last command', |
| 227 |
'redo': 'Redoes the last command', |
| 228 |
'tab': 'Tab', |
| 229 |
'untab': 'Untab', |
| 230 |
'bold': 'Set a bold style', |
| 231 |
'italic': 'Set a italic style', |
| 232 |
'underline': 'Set a underline style', |
| 233 |
'strikethrough': 'Set a strikethrough style', |
| 234 |
'removeFormat': 'Clean a style', |
| 235 |
'justifyLeft': 'Set left align', |
| 236 |
'justifyCenter': 'Set center align', |
| 237 |
'justifyRight': 'Set right align', |
| 238 |
'justifyFull': 'Set full align', |
| 239 |
'insertUnorderedList': 'Toggle unordered list', |
| 240 |
'insertOrderedList': 'Toggle ordered list', |
| 241 |
'outdent': 'Outdent on current paragraph', |
| 242 |
'indent': 'Indent on current paragraph', |
| 243 |
'formatPara': 'Change current block\'s format as a paragraph(P tag)', |
| 244 |
'formatH1': 'Change current block\'s format as H1', |
| 245 |
'formatH2': 'Change current block\'s format as H2', |
| 246 |
'formatH3': 'Change current block\'s format as H3', |
| 247 |
'formatH4': 'Change current block\'s format as H4', |
| 248 |
'formatH5': 'Change current block\'s format as H5', |
| 249 |
'formatH6': 'Change current block\'s format as H6', |
| 250 |
'insertHorizontalRule': 'Insert horizontal rule', |
| 251 |
'linkDialog.show': 'Show Link Dialog' |
| 252 |
}, |
| 253 |
history: { |
| 254 |
undo: 'Krok vzad', |
| 255 |
redo: 'Krok vpřed' |
| 256 |
}, |
| 257 |
specialChar: { |
| 258 |
specialChar: 'SPECIAL CHARACTERS', |
| 259 |
select: 'Select Special characters' |
| 260 |
} |
| 261 |
} |
| 262 |
}); |
| 263 |
})(jQuery); |
| 264 |
|
| 265 |
/***/ }) |
| 266 |
|
| 267 |
/******/ }); |
| 268 |
}); |