- Added text decoration options (underline, overline, line-through) (#469)

- Added german translations to extensions

Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
This commit is contained in:
Timo Dittmann
2021-01-19 00:35:24 +01:00
committed by GitHub
parent c0f55416a3
commit 35e6de97ef
30 changed files with 684 additions and 299 deletions

View File

@@ -0,0 +1,19 @@
export default {
name: 'Arrows',
langList: [
{id: 'arrow_none', textContent: 'Kein Pfeil'}
],
contextTools: [
{
title: 'Pfeiltyp auswählen',
options: {
none: 'Kein Pfeil',
end: '----&gt;',
start: '&lt;----',
both: '&lt;---&gt;',
mid: '--&gt;--',
mid_bk: '--&lt;--'
}
}
]
};

View File

@@ -0,0 +1,11 @@
export default {
name: 'ClosePath',
buttons: [
{
title: 'Pfad öffnen'
},
{
title: 'Pfad schließen'
}
]
};

View File

@@ -0,0 +1,11 @@
export default {
name: 'Connector',
langList: [
{id: 'mode_connect', title: 'Zwei Objekte verbinden'}
],
buttons: [
{
title: 'Zwei Objekte verbinden'
}
]
};

View File

@@ -0,0 +1,9 @@
export default {
name: 'eyedropper',
buttons: [
{
title: 'Pipetten Werkzeug',
key: 'I'
}
]
};

View File

@@ -0,0 +1,25 @@
export default {
name: 'foreignObject',
buttons: [
{
title: 'Foreign Object Werkzeug'
},
{
title: 'Inhalt des ForeignObject bearbeiten'
}
],
contextTools: [
{
title: 'Breite des ForeignObject ändern',
label: 'w'
},
{
title: 'Höhe des ForeignObject ändern',
label: 'h'
},
{
title: 'Schriftgröße des ForeignObject ändern',
label: 'Schriftgröße'
}
]
};

View File

@@ -0,0 +1,8 @@
export default {
name: 'Raster anzeigen',
buttons: [
{
title: 'Raster anzeigen/verbergen'
}
]
};

View File

@@ -0,0 +1,9 @@
export default {
name: 'Hello World',
text: 'Hello World!\n\nSie haben hier geklickt: {x}, {y}',
buttons: [
{
title: "Sage 'Hello World'"
}
]
};

View File

@@ -1,9 +1,9 @@
export default {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
select_lib: 'Bilder Bibliothek auswählen',
show_list: 'Liste aller Bibliotheken anzeigen',
import_single: 'Einzelne importieren',
import_multi: 'Mehrere importieren',
open: 'Öffnen als neues Dokument',
buttons: [
{
title: 'Bilder-Bibliothek'
@@ -11,14 +11,14 @@ export default {
],
imgLibs: [
{
name: 'Demo library (local)',
name: 'Demo Bibliothek (lokal)',
url: 'extensions/ext-imagelib/index.html',
description: 'Demonstration library for SVG-edit on this server'
description: 'Demo Bibltiothek für svg-edit auf diesem Server'
},
{
name: 'IAN Symbol Libraries',
name: 'IAN Symbol Bibliothek',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php?svgedit=3',
description: 'Free library of illustrations'
description: 'Kostenlose Bibliothek mit Illustrationen'
}
/*
// See message in "en" locale for further details

View File

@@ -0,0 +1,46 @@
export default {
name: 'Markers',
langList: [
{id: 'nomarker', title: 'Keine Markierung'},
{id: 'leftarrow', title: 'Pfeil links'},
{id: 'rightarrow', title: 'Pfeil rechts'},
{id: 'textmarker', title: 'Text Marker'},
{id: 'forwardslash', title: 'Schrägstrich'},
{id: 'reverseslash', title: 'Umgekehrter Schrägstrich'},
{id: 'verticalslash', title: 'Vertikaler Strich'},
{id: 'box', title: 'Box'},
{id: 'star', title: 'Stern'},
{id: 'xmark', title: 'X'},
{id: 'triangle', title: 'Dreieck'},
{id: 'mcircle', title: 'Kreis'},
{id: 'leftarrow_o', title: 'Offener Pfeil links'},
{id: 'rightarrow_o', title: 'Offener Pfeil rechts'},
{id: 'box_o', title: 'Offene Box'},
{id: 'star_o', title: 'Offener Stern'},
{id: 'triangle_o', title: 'Offenes Dreieck'},
{id: 'mcircle_o', title: 'Offener Kreis'}
],
contextTools: [
{
title: 'Start-Markierung',
label: 's'
},
{
title: 'Start-Markierung auswählen'
},
{
title: 'Mitte-Markierung',
label: 'm'
},
{
title: 'Mitte-Markierung auswählen'
},
{
title: 'End-Markierung',
label: 'e'
},
{
title: 'End-Markierung auswählen'
}
]
};

View File

@@ -0,0 +1,8 @@
export default {
name: 'MathJax',
buttons: [
{
title: 'Mathematik hinzufügen'
}
]
};

View File

@@ -0,0 +1,8 @@
export default {
name: 'Extension Panning',
buttons: [
{
title: 'Fenster verschieben'
}
]
};

View File

@@ -0,0 +1,40 @@
export default {
name: 'placemark',
langList: [
{id: 'nomarker', title: 'Keine Markierung'},
{id: 'leftarrow', title: 'Pfeil links'},
{id: 'rightarrow', title: 'Pfeil rechts'},
{id: 'forwardslash', title: 'Schrägstrich'},
{id: 'reverseslash', title: 'Umgekehrter Schrägstrich'},
{id: 'verticalslash', title: 'Vertikaler Strich'},
{id: 'box', title: 'Box'},
{id: 'star', title: 'Stern'},
{id: 'xmark', title: 'X'},
{id: 'triangle', title: 'Dreieck'},
{id: 'mcircle', title: 'Kreis'},
{id: 'leftarrow_o', title: 'Offener Pfeil links'},
{id: 'rightarrow_o', title: 'Offener Pfeil rechts'},
{id: 'box_o', title: 'Offene Box'},
{id: 'star_o', title: 'Offener Stern'},
{id: 'triangle_o', title: 'Offenes Dreieck'},
{id: 'mcircle_o', title: 'Offener Kreis'}
],
buttons: [
{
title: 'Placemark Werkzeug'
}
],
contextTools: [
{
title: 'Typ der Placemark auswählen'
},
{
title: 'Text (mehrere Texte mit Semikolon getrennt)',
label: 'Text'
},
{
title: 'Schriftart für den Text',
label: ''
}
]
};

View File

@@ -0,0 +1,14 @@
export default {
name: 'polygon',
buttons: [
{
title: 'Polygon Werkzeug'
}
],
contextTools: [
{
title: 'Anzahl der Seiten',
label: 'Seiten'
}
]
};

View File

@@ -0,0 +1,4 @@
export default {
saved: 'Gespeichert! Zurück zur Artikelansicht!',
hiddenframe: 'Moinsave frame um verdeckte Werte zu speichern'
};

View File

@@ -0,0 +1,4 @@
export default {
uploading: 'Hochladen...',
hiddenframe: 'Opensave frame um versteckte Werte zu speichern'
};

View File

@@ -0,0 +1,24 @@
export default {
loading: 'Lädt...',
categories: {
basic: 'Basis',
object: 'Objekte',
symbol: 'Symbole',
arrow: 'Pfeile',
flowchart: 'Flussdiagramm',
animal: 'Tiere',
game: 'Karten & Schach',
dialog_balloon: 'Sprechblasen',
electronics: 'Elektronik',
math: 'Mathematik',
music: 'Musik',
misc: 'Verschiedenes',
raphael_1: 'raphaeljs.com set 1',
raphael_2: 'raphaeljs.com set 2'
},
buttons: [
{
title: 'Form-Bibliothek'
}
]
};

View File

@@ -0,0 +1,22 @@
export default {
name: 'star',
buttons: [
{
title: 'Stern Werkzeug'
}
],
contextTools: [
{
title: 'Anzahl der Ecken',
label: 'Ecken'
},
{
title: 'Schärfe',
label: 'Schärfe'
},
{
title: 'Dreht den Stern',
label: 'Radialverschiebung'
}
]
};

View File

@@ -4,11 +4,11 @@ export default {
'nicht jedes Mal die SVG neu laden. Falls Sie aus Datenschutzgründen ' +
'dies nicht wollen, ' +
'können Sie die Standardeinstellung im Folgenden ändern.',
storagePrefsAndContent: 'Store preferences and SVG content locally',
storagePrefsOnly: 'Only store preferences locally',
storagePrefs: 'Store preferences locally',
storageNoPrefsOrContent: 'Do not store my preferences or SVG content locally',
storageNoPrefs: 'Do not store my preferences locally',
rememberLabel: 'Remember this choice?',
rememberTooltip: 'If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again.'
storagePrefsAndContent: 'Voreinstellungen und SVG-Inhalte lokal speichern',
storagePrefsOnly: 'Nur Voreinstellungen lokal speichern',
storagePrefs: 'Einstellungen lokal speichern',
storageNoPrefsOrContent: 'Meine Einstellungen oder SVG-Inhalte nicht lokal speichern',
storageNoPrefs: 'Meine Einstellungen nicht lokal speichern',
rememberLabel: 'Ihre Einstellungen merken?',
rememberTooltip: 'Wenn Sie die Speicherung deaktivieren, aber die Einstellungen merken, wird die URL geändert, damit Sie nicht erneut gefragt werden.'
};

View File

@@ -0,0 +1,8 @@
export default {
name: 'WebAppFind',
buttons: [
{
title: 'Bild auf der Festplatte speichern'
}
]
};