2020-01-25 18:47:02 +01:00
{
"labels" : {
2020-02-21 23:56:06 +01:00
"paste" : "Einfügen" ,
"selectAll" : "Alle auswählen" ,
"copy" : "Kopieren" ,
2020-01-25 18:47:02 +01:00
"bringForward" : "Nach vorne" ,
2020-02-21 23:56:06 +01:00
"sendToBack" : "In den Hintergrund" ,
2020-01-25 18:47:02 +01:00
"bringToFront" : "In den Vordergrund" ,
2020-02-21 23:56:06 +01:00
"sendBackward" : "Nach hinten" ,
2020-01-25 18:47:02 +01:00
"delete" : "Löschen" ,
2020-02-21 23:56:06 +01:00
"copyStyles" : "Stile kopieren" ,
"pasteStyles" : "Stile einfügen" ,
"stroke" : "Strich" ,
"background" : "Hintergrund" ,
2020-01-25 18:47:02 +01:00
"fill" : "Füllung" ,
2020-02-21 23:56:06 +01:00
"strokeWidth" : "Strichstärke" ,
"sloppiness" : "Sauberkeit" ,
"opacity" : "Sichtbarkeit" ,
2020-01-25 18:47:02 +01:00
"fontSize" : "Schriftgröße" ,
2020-02-21 23:56:06 +01:00
"fontFamily" : "Schriftart" ,
"onlySelected" : "Nur ausgewählte" ,
"withBackground" : "Mit Hintergrund" ,
2020-01-25 18:47:02 +01:00
"handDrawn" : "Handschrift" ,
"normal" : "Normal" ,
2020-02-21 23:56:06 +01:00
"code" : "Code" ,
2020-01-25 18:47:02 +01:00
"small" : "Klein" ,
2020-02-21 23:56:06 +01:00
"medium" : "Mittel" ,
"large" : "Groß" ,
"veryLarge" : "Sehr Groß" ,
2020-01-25 18:47:02 +01:00
"solid" : "Solide" ,
2020-02-21 23:56:06 +01:00
"hachure" : "Schraffiert" ,
"crossHatch" : "Kreuzschraffiert" ,
2020-01-25 18:47:02 +01:00
"thin" : "Dünn" ,
2020-02-21 23:56:06 +01:00
"bold" : "Fett" ,
"extraBold" : "Extra Fett" ,
"architect" : "Architekt" ,
"artist" : "Künstler" ,
"cartoonist" : "Karikaturist" ,
"fileTitle" : "File title" ,
"colorPicker" : "Color picker" ,
"canvasBackground" : "Canvas background" ,
"drawingCanvas" : "Drawing Canvas" ,
"layers" : "Layers" ,
"language" : "Language"
} ,
"buttons" : {
"clearReset" : "Zeichenfläche löschen & Hintergrundfarbe zurücksetzen" ,
"export" : "Export" ,
"exportToPng" : "Als PNG exportieren" ,
"exportToSvg" : "Als SVG exportieren" ,
"copyToClipboard" : "In die Zwischenablage kopieren" ,
"save" : "Speichern" ,
"load" : "Laden" ,
"getShareableLink" : "Teilbaren Link erhalten" ,
"close" : "Close" ,
"selectLanguage" : "Select Language" ,
"scrollBackToContent" : "Scroll back to content" ,
"zoomIn" : "Zoom in" ,
"zoomOut" : "Zoom out" ,
2020-02-23 11:31:49 +01:00
"resetZoom" : "Reset zoom" ,
2020-02-21 23:56:06 +01:00
"menu" : "Menu" ,
"done" : "Done" ,
"edit" : "Edit"
} ,
"alerts" : {
"clearReset" : "Dies wird die ganze Zeichenfläche löschen. Bist du dir sicher?" ,
"couldNotCreateShareableLink" : "Konnte keinen teilbaren Link erstellen." ,
"importBackendFailed" : "Import vom Server ist fehlgeschlagen." ,
"cannotExportEmptyCanvas" : "Leere Zeichenfläche kann nicht exportiert werden." ,
"couldNotCopyToClipboard" : "Konnte nicht in die Zwischenablage kopieren. Versuch es mit dem Chrome Browser." ,
"uploadedSecurly" : "The upload has been secured with end-to-end encryption, which means that Excalidraw server and third parties can't read the content."
2020-01-25 18:47:02 +01:00
} ,
"toolBar" : {
2020-02-21 23:56:06 +01:00
"selection" : "Auswahl" ,
"rectangle" : "Rechteck" ,
2020-01-25 18:47:02 +01:00
"diamond" : "Raute" ,
"ellipse" : "Ellipse" ,
2020-02-21 23:56:06 +01:00
"arrow" : "Pfeil" ,
2020-01-25 18:47:02 +01:00
"line" : "Linie" ,
2020-02-21 23:56:06 +01:00
"text" : "Text" ,
"lock" : "Keep selected tool active after drawing"
} ,
"headings" : {
"canvasActions" : "Canvas actions" ,
"selectedShapeActions" : "Selected shape actions" ,
"shapes" : "Shapes"
} ,
"hints" : {
"linearElement" : "Click to start multiple points, drag for single line" ,
"linearElementMulti" : "Press Escape or Enter to finish" ,
"resize" : "You can constraint proportions by holding SHIFT while resizing"
2020-01-25 18:47:02 +01:00
}
}