You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
186 lines
5.7 KiB
186 lines
5.7 KiB
2 years ago
|
/*!
|
||
|
*
|
||
|
* Super simple WYSIWYG editor v0.8.20
|
||
|
* https://summernote.org
|
||
|
*
|
||
|
*
|
||
|
* Copyright 2013- Alan Hong and contributors
|
||
|
* Summernote may be freely distributed under the MIT license.
|
||
|
*
|
||
|
* Date: 2021-10-14T21:15Z
|
||
|
*
|
||
|
*/
|
||
|
(function webpackUniversalModuleDefinition(root, factory) {
|
||
|
if(typeof exports === 'object' && typeof module === 'object')
|
||
|
module.exports = factory();
|
||
|
else if(typeof define === 'function' && define.amd)
|
||
|
define([], factory);
|
||
|
else {
|
||
|
var a = factory();
|
||
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
||
|
}
|
||
|
})(self, function() {
|
||
|
return /******/ (() => { // webpackBootstrap
|
||
|
var __webpack_exports__ = {};
|
||
|
(function ($) {
|
||
|
$.extend($.summernote.lang, {
|
||
|
'de-CH': {
|
||
|
font: {
|
||
|
bold: 'Fett',
|
||
|
italic: 'Kursiv',
|
||
|
underline: 'Unterstrichen',
|
||
|
clear: 'Zurücksetzen',
|
||
|
height: 'Zeilenhöhe',
|
||
|
name: 'Schriftart',
|
||
|
strikethrough: 'Durchgestrichen',
|
||
|
subscript: 'Tiefgestellt',
|
||
|
superscript: 'Hochgestellt',
|
||
|
size: 'Schriftgrösse'
|
||
|
},
|
||
|
image: {
|
||
|
image: 'Bild',
|
||
|
insert: 'Bild einfügen',
|
||
|
resizeFull: 'Originalgrösse',
|
||
|
resizeHalf: '1/2 Grösse',
|
||
|
resizeQuarter: '1/4 Grösse',
|
||
|
floatLeft: 'Linksbündig',
|
||
|
floatRight: 'Rechtsbündig',
|
||
|
floatNone: 'Kein Textfluss',
|
||
|
shapeRounded: 'Abgerundete Ecken',
|
||
|
shapeCircle: 'Kreisförmig',
|
||
|
shapeThumbnail: '"Vorschaubild"',
|
||
|
shapeNone: 'Kein Rahmen',
|
||
|
dragImageHere: 'Bild hierher ziehen',
|
||
|
dropImage: 'Bild oder Text nehmen',
|
||
|
selectFromFiles: 'Datei auswählen',
|
||
|
maximumFileSize: 'Maximale Dateigrösse',
|
||
|
maximumFileSizeError: 'Maximale Dateigrösse überschritten',
|
||
|
url: 'Bild URL',
|
||
|
remove: 'Bild entfernen',
|
||
|
original: 'Original'
|
||
|
},
|
||
|
video: {
|
||
|
video: 'Video',
|
||
|
videoLink: 'Videolink',
|
||
|
insert: 'Video einfügen',
|
||
|
url: 'Video URL',
|
||
|
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion oder Youku)'
|
||
|
},
|
||
|
link: {
|
||
|
link: 'Link',
|
||
|
insert: 'Link einfügen',
|
||
|
unlink: 'Link entfernen',
|
||
|
edit: 'Bearbeiten',
|
||
|
textToDisplay: 'Anzeigetext',
|
||
|
url: 'Link URL',
|
||
|
openInNewWindow: 'In neuem Fenster öffnen',
|
||
|
useProtocol: 'Standardprotokoll verwenden'
|
||
|
},
|
||
|
table: {
|
||
|
table: 'Tabelle',
|
||
|
addRowAbove: '+ Zeile oberhalb',
|
||
|
addRowBelow: '+ Zeile unterhalb',
|
||
|
addColLeft: '+ Spalte links',
|
||
|
addColRight: '+ Spalte rechts',
|
||
|
delRow: 'Zeile löschen',
|
||
|
delCol: 'Spalte löschen',
|
||
|
delTable: 'Tabelle löschen'
|
||
|
},
|
||
|
hr: {
|
||
|
insert: 'Horizontale Linie einfügen'
|
||
|
},
|
||
|
style: {
|
||
|
style: 'Stil',
|
||
|
normal: 'Normal',
|
||
|
p: 'Normal',
|
||
|
blockquote: 'Zitat',
|
||
|
pre: 'Quellcode',
|
||
|
h1: 'Überschrift 1',
|
||
|
h2: 'Überschrift 2',
|
||
|
h3: 'Überschrift 3',
|
||
|
h4: 'Überschrift 4',
|
||
|
h5: 'Überschrift 5',
|
||
|
h6: 'Überschrift 6'
|
||
|
},
|
||
|
lists: {
|
||
|
unordered: 'Aufzählung',
|
||
|
ordered: 'Nummerierung'
|
||
|
},
|
||
|
options: {
|
||
|
help: 'Hilfe',
|
||
|
fullscreen: 'Vollbild',
|
||
|
codeview: 'Quellcode anzeigen'
|
||
|
},
|
||
|
paragraph: {
|
||
|
paragraph: 'Absatz',
|
||
|
outdent: 'Einzug verkleinern',
|
||
|
indent: 'Einzug vergrössern',
|
||
|
left: 'Links ausrichten',
|
||
|
center: 'Zentriert ausrichten',
|
||
|
right: 'Rechts ausrichten',
|
||
|
justify: 'Blocksatz'
|
||
|
},
|
||
|
color: {
|
||
|
recent: 'Letzte Farbe',
|
||
|
more: 'Weitere Farben',
|
||
|
background: 'Hintergrundfarbe',
|
||
|
foreground: 'Schriftfarbe',
|
||
|
transparent: 'Transparenz',
|
||
|
setTransparent: 'Transparenz setzen',
|
||
|
reset: 'Zurücksetzen',
|
||
|
resetToDefault: 'Auf Standard zurücksetzen'
|
||
|
},
|
||
|
shortcut: {
|
||
|
shortcuts: 'Tastenkürzel',
|
||
|
close: 'Schliessen',
|
||
|
textFormatting: 'Textformatierung',
|
||
|
action: 'Aktion',
|
||
|
paragraphFormatting: 'Absatzformatierung',
|
||
|
documentStyle: 'Dokumentenstil',
|
||
|
extraKeys: 'Weitere Tasten'
|
||
|
},
|
||
|
help: {
|
||
|
insertParagraph: 'Absatz einfügen',
|
||
|
undo: 'Letzte Anweisung rückgängig',
|
||
|
redo: 'Letzte Anweisung wiederholen',
|
||
|
tab: 'Einzug hinzufügen',
|
||
|
untab: 'Einzug entfernen',
|
||
|
bold: 'Schrift Fett',
|
||
|
italic: 'Schrift Kursiv',
|
||
|
underline: 'Unterstreichen',
|
||
|
strikethrough: 'Durchstreichen',
|
||
|
removeFormat: 'Entfernt Format',
|
||
|
justifyLeft: 'Linksbündig',
|
||
|
justifyCenter: 'Mittig',
|
||
|
justifyRight: 'Rechtsbündig',
|
||
|
justifyFull: 'Blocksatz',
|
||
|
insertUnorderedList: 'Unnummerierte Liste',
|
||
|
insertOrderedList: 'Nummerierte Liste',
|
||
|
outdent: 'Aktuellen Absatz ausrücken',
|
||
|
indent: 'Aktuellen Absatz einrücken',
|
||
|
formatPara: 'Formatiert aktuellen Block als Absatz (P-Tag)',
|
||
|
formatH1: 'Formatiert aktuellen Block als H1',
|
||
|
formatH2: 'Formatiert aktuellen Block als H2',
|
||
|
formatH3: 'Formatiert aktuellen Block als H3',
|
||
|
formatH4: 'Formatiert aktuellen Block als H4',
|
||
|
formatH5: 'Formatiert aktuellen Block als H5',
|
||
|
formatH6: 'Formatiert aktuellen Block als H6',
|
||
|
insertHorizontalRule: 'Fügt eine horizontale Linie ein',
|
||
|
'linkDialog.show': 'Zeigt den Linkdialog'
|
||
|
},
|
||
|
history: {
|
||
|
undo: 'Rückgängig',
|
||
|
redo: 'Wiederholen'
|
||
|
},
|
||
|
specialChar: {
|
||
|
specialChar: 'Sonderzeichen',
|
||
|
select: 'Zeichen auswählen'
|
||
|
}
|
||
|
}
|
||
|
});
|
||
|
})(jQuery);
|
||
|
/******/ return __webpack_exports__;
|
||
|
/******/ })()
|
||
|
;
|
||
|
});
|
||
|
//# sourceMappingURL=summernote-de-CH.js.map
|