summernote-cs-CZ.js 8.9 KB

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