LaravelTest
185 строк · 5.7 Кб
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'sv-SE': {28font: {29bold: 'Fet',30italic: 'Kursiv',31underline: 'Understruken',32clear: 'Radera formatering',33height: 'Radavstånd',34name: 'Teckensnitt',35strikethrough: 'Genomstruken',36subscript: 'Subscript',37superscript: 'Superscript',38size: 'Teckenstorlek'39},40image: {41image: 'Bild',42insert: 'Infoga bild',43resizeFull: 'Full storlek',44resizeHalf: 'Halv storlek',45resizeQuarter: 'En fjärdedel i storlek',46floatLeft: 'Vänsterjusterad',47floatRight: 'Högerjusterad',48floatNone: 'Ingen justering',49shapeRounded: 'Shape: Rounded',50shapeCircle: 'Shape: Circle',51shapeThumbnail: 'Shape: Thumbnail',52shapeNone: 'Shape: None',53dragImageHere: 'Dra en bild hit',54dropImage: 'Drop image or Text',55selectFromFiles: 'Välj från filer',56maximumFileSize: 'Maximum file size',57maximumFileSizeError: 'Maximum file size exceeded.',58url: 'Länk till bild',59remove: 'Ta bort bild',60original: 'Original'61},62video: {63video: 'Filmklipp',64videoLink: 'Länk till filmklipp',65insert: 'Infoga filmklipp',66url: 'Länk till filmklipp',67providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion eller Youku)'68},69link: {70link: 'Länk',71insert: 'Infoga länk',72unlink: 'Ta bort länk',73edit: 'Redigera',74textToDisplay: 'Visningstext',75url: 'Till vilken URL ska denna länk peka?',76openInNewWindow: 'Öppna i ett nytt fönster',77useProtocol: 'Använd standardprotokoll'78},79table: {80table: 'Tabell',81addRowAbove: 'Add row above',82addRowBelow: 'Add row below',83addColLeft: 'Add column left',84addColRight: 'Add column right',85delRow: 'Delete row',86delCol: 'Delete column',87delTable: 'Delete table'88},89hr: {90insert: 'Infoga horisontell linje'91},92style: {93style: 'Stil',94p: 'p',95blockquote: 'Citat',96pre: 'Kod',97h1: 'Rubrik 1',98h2: 'Rubrik 2',99h3: 'Rubrik 3',100h4: 'Rubrik 4',101h5: 'Rubrik 5',102h6: 'Rubrik 6'103},104lists: {105unordered: 'Punktlista',106ordered: 'Numrerad lista'107},108options: {109help: 'Hjälp',110fullscreen: 'Fullskärm',111codeview: 'HTML-visning'112},113paragraph: {114paragraph: 'Justera text',115outdent: 'Minska indrag',116indent: 'Öka indrag',117left: 'Vänsterjusterad',118center: 'Centrerad',119right: 'Högerjusterad',120justify: 'Justera text'121},122color: {123recent: 'Senast använda färg',124more: 'Fler färger',125background: 'Bakgrundsfärg',126foreground: 'Teckenfärg',127transparent: 'Genomskinlig',128setTransparent: 'Gör genomskinlig',129reset: 'Nollställ',130resetToDefault: 'Återställ till standard'131},132shortcut: {133shortcuts: 'Kortkommandon',134close: 'Stäng',135textFormatting: 'Textformatering',136action: 'Funktion',137paragraphFormatting: 'Avsnittsformatering',138documentStyle: 'Dokumentstil',139extraKeys: 'Extra keys'140},141help: {142'insertParagraph': 'Insert Paragraph',143'undo': 'Undoes the last command',144'redo': 'Redoes the last command',145'tab': 'Tab',146'untab': 'Untab',147'bold': 'Set a bold style',148'italic': 'Set a italic style',149'underline': 'Set a underline style',150'strikethrough': 'Set a strikethrough style',151'removeFormat': 'Clean a style',152'justifyLeft': 'Set left align',153'justifyCenter': 'Set center align',154'justifyRight': 'Set right align',155'justifyFull': 'Set full align',156'insertUnorderedList': 'Toggle unordered list',157'insertOrderedList': 'Toggle ordered list',158'outdent': 'Outdent on current paragraph',159'indent': 'Indent on current paragraph',160'formatPara': 'Change current block\'s format as a paragraph(P tag)',161'formatH1': 'Change current block\'s format as H1',162'formatH2': 'Change current block\'s format as H2',163'formatH3': 'Change current block\'s format as H3',164'formatH4': 'Change current block\'s format as H4',165'formatH5': 'Change current block\'s format as H5',166'formatH6': 'Change current block\'s format as H6',167'insertHorizontalRule': 'Insert horizontal rule',168'linkDialog.show': 'Show Link Dialog'169},170history: {171undo: 'Ångra',172redo: 'Gör om'173},174specialChar: {175specialChar: 'SPECIAL CHARACTERS',176select: 'Select Special characters'177}178}179});180})(jQuery);181/******/ return __webpack_exports__;182/******/ })()183;
184});185//# sourceMappingURL=summernote-sv-SE.js.map