LaravelTest
184 строки · 5.6 Кб
1/*!
2*
3* Super simple WYSIWYG editor v0.8.20
4* https://summernote.org
5*
6*
7* Copyright 2013- Alan Hong and contributors
8* Summernote may be freely distributed under the MIT license.
9*
10* Date: 2021-10-14T21:15Z
11*
12*/
13(function webpackUniversalModuleDefinition(root, factory) {14if(typeof exports === 'object' && typeof module === 'object')15module.exports = factory();16else if(typeof define === 'function' && define.amd)17define([], factory);18else {19var a = factory();20for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];21}22})(self, function() {23return /******/ (() => { // webpackBootstrap24var __webpack_exports__ = {};25(function ($) {26$.extend($.summernote.lang, {27'hr-HR': {28font: {29bold: 'Podebljano',30italic: 'Kurziv',31underline: 'Podvučeno',32clear: 'Ukloni stilove fonta',33height: 'Visina linije',34name: 'Font Family',35strikethrough: 'Precrtano',36subscript: 'Subscript',37superscript: 'Superscript',38size: 'Veličina fonta'39},40image: {41image: 'Slika',42insert: 'Ubaci sliku',43resizeFull: 'Puna veličina',44resizeHalf: 'Umanji na 50%',45resizeQuarter: 'Umanji na 25%',46floatLeft: 'Poravnaj lijevo',47floatRight: 'Poravnaj desno',48floatNone: 'Bez poravnanja',49shapeRounded: 'Shape: Rounded',50shapeCircle: 'Shape: Circle',51shapeThumbnail: 'Shape: Thumbnail',52shapeNone: 'Shape: None',53dragImageHere: 'Povuci sliku ovdje',54dropImage: 'Drop image or Text',55selectFromFiles: 'Izaberi iz datoteke',56maximumFileSize: 'Maximum file size',57maximumFileSizeError: 'Maximum file size exceeded.',58url: 'Adresa slike',59remove: 'Ukloni sliku',60original: 'Original'61},62video: {63video: 'Video',64videoLink: 'Veza na video',65insert: 'Ubaci video',66url: 'URL video',67providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion ili Youku)'68},69link: {70link: 'Veza',71insert: 'Ubaci vezu',72unlink: 'Ukloni vezu',73edit: 'Uredi',74textToDisplay: 'Tekst za prikaz',75url: 'Internet adresa',76openInNewWindow: 'Otvori u novom prozoru'77},78table: {79table: 'Tablica',80addRowAbove: 'Add row above',81addRowBelow: 'Add row below',82addColLeft: 'Add column left',83addColRight: 'Add column right',84delRow: 'Delete row',85delCol: 'Delete column',86delTable: 'Delete table'87},88hr: {89insert: 'Ubaci horizontalnu liniju'90},91style: {92style: 'Stil',93p: 'pni',94blockquote: 'Citat',95pre: 'Kôd',96h1: 'Naslov 1',97h2: 'Naslov 2',98h3: 'Naslov 3',99h4: 'Naslov 4',100h5: 'Naslov 5',101h6: 'Naslov 6'102},103lists: {104unordered: 'Obična lista',105ordered: 'Numerirana lista'106},107options: {108help: 'Pomoć',109fullscreen: 'Preko cijelog ekrana',110codeview: 'Izvorni kôd'111},112paragraph: {113paragraph: 'Paragraf',114outdent: 'Smanji uvlačenje',115indent: 'Povećaj uvlačenje',116left: 'Poravnaj lijevo',117center: 'Centrirano',118right: 'Poravnaj desno',119justify: 'Poravnaj obostrano'120},121color: {122recent: 'Posljednja boja',123more: 'Više boja',124background: 'Boja pozadine',125foreground: 'Boja teksta',126transparent: 'Prozirna',127setTransparent: 'Prozirna',128reset: 'Poništi',129resetToDefault: 'Podrazumijevana'130},131shortcut: {132shortcuts: 'Prečice s tipkovnice',133close: 'Zatvori',134textFormatting: 'Formatiranje teksta',135action: 'Akcija',136paragraphFormatting: 'Formatiranje paragrafa',137documentStyle: 'Stil dokumenta',138extraKeys: 'Dodatne kombinacije'139},140help: {141'insertParagraph': 'Insert Paragraph',142'undo': 'Undoes the last command',143'redo': 'Redoes the last command',144'tab': 'Tab',145'untab': 'Untab',146'bold': 'Set a bold style',147'italic': 'Set a italic style',148'underline': 'Set a underline style',149'strikethrough': 'Set a strikethrough style',150'removeFormat': 'Clean a style',151'justifyLeft': 'Set left align',152'justifyCenter': 'Set center align',153'justifyRight': 'Set right align',154'justifyFull': 'Set full align',155'insertUnorderedList': 'Toggle unordered list',156'insertOrderedList': 'Toggle ordered list',157'outdent': 'Outdent on current paragraph',158'indent': 'Indent on current paragraph',159'formatPara': 'Change current block\'s format as a paragraph(P tag)',160'formatH1': 'Change current block\'s format as H1',161'formatH2': 'Change current block\'s format as H2',162'formatH3': 'Change current block\'s format as H3',163'formatH4': 'Change current block\'s format as H4',164'formatH5': 'Change current block\'s format as H5',165'formatH6': 'Change current block\'s format as H6',166'insertHorizontalRule': 'Insert horizontal rule',167'linkDialog.show': 'Show Link Dialog'168},169history: {170undo: 'Poništi',171redo: 'Ponovi'172},173specialChar: {174specialChar: 'SPECIAL CHARACTERS',175select: 'Select Special characters'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-hr-HR.js.map