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'da-DK': {28font: {29bold: 'Fed',30italic: 'Kursiv',31underline: 'Understreget',32clear: 'Fjern formatering',33height: 'Højde',34name: 'Skrifttype',35strikethrough: 'Gennemstreget',36subscript: 'Sænket skrift',37superscript: 'Hævet skrift',38size: 'Skriftstørrelse'39},40image: {41image: 'Billede',42insert: 'Indsæt billede',43resizeFull: 'Original størrelse',44resizeHalf: 'Halv størrelse',45resizeQuarter: 'Kvart størrelse',46floatLeft: 'Venstrestillet',47floatRight: 'Højrestillet',48floatNone: 'Fjern formatering',49shapeRounded: 'Form: Runde kanter',50shapeCircle: 'Form: Cirkel',51shapeThumbnail: 'Form: Miniature',52shapeNone: 'Form: Ingen',53dragImageHere: 'Træk billede hertil',54dropImage: 'Slip billede',55selectFromFiles: 'Vælg billed-fil',56maximumFileSize: 'Maks fil størrelse',57maximumFileSizeError: 'Filen er større end maks tilladte fil størrelse!',58url: 'Billede URL',59remove: 'Fjern billede',60original: 'Original'61},62video: {63video: 'Video',64videoLink: 'Video Link',65insert: 'Indsæt Video',66url: 'Video URL?',67providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion eller Youku)'68},69link: {70link: 'Link',71insert: 'Indsæt link',72unlink: 'Fjern link',73edit: 'Rediger',74textToDisplay: 'Visningstekst',75url: 'Hvor skal linket pege hen?',76openInNewWindow: 'Åbn i nyt vindue'77},78table: {79table: 'Tabel',80addRowAbove: 'Tilføj række over',81addRowBelow: 'Tilføj række under',82addColLeft: 'Tilføj venstre kolonne',83addColRight: 'Tilføj højre kolonne',84delRow: 'Slet række',85delCol: 'Slet kolonne',86delTable: 'Slet tabel'87},88hr: {89insert: 'Indsæt horisontal linje'90},91style: {92style: 'Stil',93p: 'p',94blockquote: 'Citat',95pre: 'Kode',96h1: 'Overskrift 1',97h2: 'Overskrift 2',98h3: 'Overskrift 3',99h4: 'Overskrift 4',100h5: 'Overskrift 5',101h6: 'Overskrift 6'102},103lists: {104unordered: 'Punktopstillet liste',105ordered: 'Nummereret liste'106},107options: {108help: 'Hjælp',109fullscreen: 'Fuld skærm',110codeview: 'HTML-Visning'111},112paragraph: {113paragraph: 'Afsnit',114outdent: 'Formindsk indryk',115indent: 'Forøg indryk',116left: 'Venstrestillet',117center: 'Centreret',118right: 'Højrestillet',119justify: 'Blokjuster'120},121color: {122recent: 'Nyligt valgt farve',123more: 'Flere farver',124background: 'Baggrund',125foreground: 'Forgrund',126transparent: 'Transparent',127setTransparent: 'Sæt transparent',128reset: 'Nulstil',129resetToDefault: 'Gendan standardindstillinger'130},131shortcut: {132shortcuts: 'Genveje',133close: 'Luk',134textFormatting: 'Tekstformatering',135action: 'Handling',136paragraphFormatting: 'Afsnitsformatering',137documentStyle: 'Dokumentstil',138extraKeys: 'Extra keys'139},140help: {141'insertParagraph': 'Indsæt paragraf',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': 'Vis Link Dialog'168},169history: {170undo: 'Fortryd',171redo: 'Annuller fortryd'172},173specialChar: {174specialChar: 'SPECIAL CHARACTERS',175select: 'Vælg special karakterer'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-da-DK.js.map