| 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 = 33); |
| 107 |
/******/ }) |
| 108 |
/************************************************************************/ |
| 109 |
/******/ ({ |
| 110 |
|
| 111 |
/***/ 33: |
| 112 |
/***/ (function(module, exports) { |
| 113 |
|
| 114 |
(function ($) { |
| 115 |
$.extend($.summernote.lang, { |
| 116 |
'pl-PL': { |
| 117 |
font: { |
| 118 |
bold: 'Pogrubienie', |
| 119 |
italic: 'Pochylenie', |
| 120 |
underline: 'Podkreślenie', |
| 121 |
clear: 'Usuń formatowanie', |
| 122 |
height: 'Interlinia', |
| 123 |
name: 'Czcionka', |
| 124 |
strikethrough: 'Przekreślenie', |
| 125 |
subscript: 'Indeks dolny', |
| 126 |
superscript: 'Indeks górny', |
| 127 |
size: 'Rozmiar' |
| 128 |
}, |
| 129 |
image: { |
| 130 |
image: 'Grafika', |
| 131 |
insert: 'Wstaw grafikę', |
| 132 |
resizeFull: 'Zmień rozmiar na 100%', |
| 133 |
resizeHalf: 'Zmień rozmiar na 50%', |
| 134 |
resizeQuarter: 'Zmień rozmiar na 25%', |
| 135 |
floatLeft: 'Po lewej', |
| 136 |
floatRight: 'Po prawej', |
| 137 |
floatNone: 'Równo z tekstem', |
| 138 |
shapeRounded: 'Kształt: zaokr� |
| 139 |
glone', |
| 140 |
shapeCircle: 'Kształt: okr� |
| 141 |
g', |
| 142 |
shapeThumbnail: 'Kształt: miniatura', |
| 143 |
shapeNone: 'Kształt: brak', |
| 144 |
dragImageHere: 'Przeci� |
| 145 |
gnij grafikę lub tekst tutaj', |
| 146 |
dropImage: 'Przeci� |
| 147 |
gnij grafikę lub tekst', |
| 148 |
selectFromFiles: 'Wybierz z dysku', |
| 149 |
maximumFileSize: 'Limit wielkości pliku', |
| 150 |
maximumFileSizeError: 'Przekroczono limit wielkości pliku.', |
| 151 |
url: 'Adres URL grafiki', |
| 152 |
remove: 'Usuń grafikę', |
| 153 |
original: 'Oryginał' |
| 154 |
}, |
| 155 |
video: { |
| 156 |
video: 'Wideo', |
| 157 |
videoLink: 'Adres wideo', |
| 158 |
insert: 'Wstaw wideo', |
| 159 |
url: 'Adres wideo', |
| 160 |
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion lub Youku)' |
| 161 |
}, |
| 162 |
link: { |
| 163 |
link: 'Odnośnik', |
| 164 |
insert: 'Wstaw odnośnik', |
| 165 |
unlink: 'Usuń odnośnik', |
| 166 |
edit: 'Edytuj', |
| 167 |
textToDisplay: 'Tekst do wyświetlenia', |
| 168 |
url: 'Na jaki adres URL powinien przenosić ten odnośnik?', |
| 169 |
openInNewWindow: 'Otwórz w nowym oknie' |
| 170 |
}, |
| 171 |
table: { |
| 172 |
table: 'Tabela', |
| 173 |
addRowAbove: 'Dodaj wiersz powyżej', |
| 174 |
addRowBelow: 'Dodaj wiersz poniżej', |
| 175 |
addColLeft: 'Dodaj kolumnę po lewej', |
| 176 |
addColRight: 'Dodaj kolumnę po prawej', |
| 177 |
delRow: 'Usuń wiersz', |
| 178 |
delCol: 'Usuń kolumnę', |
| 179 |
delTable: 'Usuń tabelę' |
| 180 |
}, |
| 181 |
hr: { |
| 182 |
insert: 'Wstaw poziom� |
| 183 |
linię' |
| 184 |
}, |
| 185 |
style: { |
| 186 |
style: 'Styl', |
| 187 |
p: 'pny', |
| 188 |
blockquote: 'Cytat', |
| 189 |
pre: 'Kod', |
| 190 |
h1: 'Nagłówek 1', |
| 191 |
h2: 'Nagłówek 2', |
| 192 |
h3: 'Nagłówek 3', |
| 193 |
h4: 'Nagłówek 4', |
| 194 |
h5: 'Nagłówek 5', |
| 195 |
h6: 'Nagłówek 6' |
| 196 |
}, |
| 197 |
lists: { |
| 198 |
unordered: 'Lista wypunktowana', |
| 199 |
ordered: 'Lista numerowana' |
| 200 |
}, |
| 201 |
options: { |
| 202 |
help: 'Pomoc', |
| 203 |
fullscreen: 'Pełny ekran', |
| 204 |
codeview: 'Źródło' |
| 205 |
}, |
| 206 |
paragraph: { |
| 207 |
paragraph: 'Akapit', |
| 208 |
outdent: 'Zmniejsz wcięcie', |
| 209 |
indent: 'Zwiększ wcięcie', |
| 210 |
left: 'Wyrównaj do lewej', |
| 211 |
center: 'Wyrównaj do środka', |
| 212 |
right: 'Wyrównaj do prawej', |
| 213 |
justify: 'Wyrównaj do lewej i prawej' |
| 214 |
}, |
| 215 |
color: { |
| 216 |
recent: 'Ostani kolor', |
| 217 |
more: 'Więcej kolorów', |
| 218 |
background: 'Tło', |
| 219 |
foreground: 'Czcionka', |
| 220 |
transparent: 'Przeźroczysty', |
| 221 |
setTransparent: 'Przeźroczyste', |
| 222 |
reset: 'Zresetuj', |
| 223 |
resetToDefault: 'Domyślne' |
| 224 |
}, |
| 225 |
shortcut: { |
| 226 |
shortcuts: 'Skróty klawiaturowe', |
| 227 |
close: 'Zamknij', |
| 228 |
textFormatting: 'Formatowanie tekstu', |
| 229 |
action: 'Akcja', |
| 230 |
paragraphFormatting: 'Formatowanie akapitu', |
| 231 |
documentStyle: 'Styl dokumentu', |
| 232 |
extraKeys: 'Dodatkowe klawisze' |
| 233 |
}, |
| 234 |
help: { |
| 235 |
'insertParagraph': 'Wstaw paragraf', |
| 236 |
'undo': 'Cofnij poprzedni� |
| 237 |
operację', |
| 238 |
'redo': 'Przywróć poprzedni� |
| 239 |
operację', |
| 240 |
'tab': 'Tabulacja', |
| 241 |
'untab': 'Usuń tabulację', |
| 242 |
'bold': 'Pogrubienie', |
| 243 |
'italic': 'Kursywa', |
| 244 |
'underline': 'Podkreślenie', |
| 245 |
'strikethrough': 'Przekreślenie', |
| 246 |
'removeFormat': 'Usuń formatowanie', |
| 247 |
'justifyLeft': 'Wyrównaj do lewej', |
| 248 |
'justifyCenter': 'Wyrównaj do środka', |
| 249 |
'justifyRight': 'Wyrównaj do prawej', |
| 250 |
'justifyFull': 'Justyfikacja', |
| 251 |
'insertUnorderedList': 'Nienumerowana lista', |
| 252 |
'insertOrderedList': 'Wypunktowana lista', |
| 253 |
'outdent': 'Zmniejsz wcięcie paragrafu', |
| 254 |
'indent': 'Zwiększ wcięcie paragrafu', |
| 255 |
'formatPara': 'Zamień format bloku na paragraf (tag P)', |
| 256 |
'formatH1': 'Zamień format bloku na H1', |
| 257 |
'formatH2': 'Zamień format bloku na H2', |
| 258 |
'formatH3': 'Zamień format bloku na H3', |
| 259 |
'formatH4': 'Zamień format bloku na H4', |
| 260 |
'formatH5': 'Zamień format bloku na H5', |
| 261 |
'formatH6': 'Zamień format bloku na H6', |
| 262 |
'insertHorizontalRule': 'Wstaw poziom� |
| 263 |
linię', |
| 264 |
'linkDialog.show': 'Pokaż dialog linkowania' |
| 265 |
}, |
| 266 |
history: { |
| 267 |
undo: 'Cofnij', |
| 268 |
redo: 'Ponów' |
| 269 |
}, |
| 270 |
specialChar: { |
| 271 |
specialChar: 'ZNAKI SPECJALNE', |
| 272 |
select: 'Wybierz Znak specjalny' |
| 273 |
} |
| 274 |
} |
| 275 |
}); |
| 276 |
})(jQuery); |
| 277 |
|
| 278 |
/***/ }) |
| 279 |
|
| 280 |
/******/ }); |
| 281 |
}); |