From be4fc15cb091e799ba70a74d66351ab6e2c044e1 Mon Sep 17 00:00:00 2001 From: cm-schl <63400209+cm-schl@users.noreply.github.com> Date: Tue, 13 Jun 2023 16:12:11 +0200 Subject: [PATCH] German translation of editor buttons --- .../v/0.0.0/app/localization/de-DE/user.json | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/snappymail/v/0.0.0/app/localization/de-DE/user.json b/snappymail/v/0.0.0/app/localization/de-DE/user.json index 8c4299845..285ea36ec 100644 --- a/snappymail/v/0.0.0/app/localization/de-DE/user.json +++ b/snappymail/v/0.0.0/app/localization/de-DE/user.json @@ -360,31 +360,31 @@ }, "EDITOR": { "PLAIN": "HTML <-> TEXT", - "SOURCE": "HTML <-> QUELLE", - "FONTFAMILY": "Font family", - "FONTSIZE": "Font size", - "DIR": "Text direction", - "DIR_LTR": "Left to right", - "DIR_RTL": "Right to left", - "DIR_AUTO": "Automatic", - "TEXTCOLOR": "Text color", - "BACKGROUNDCOLOR": "Background color", - "BOLD": "Bold", - "ITALIC": "Italic", - "UNDERLINE": "Underline", - "STRIKE": "Strikethrough", - "SUB": "Subscript", - "SUP": "Superscript", - "OL": "Ordered list", - "UL": "Unordered list", - "QUOTE": "Blockquote", - "INDENTDECREASE": "Decrease indent", - "INDENTINCREASE": "Increase indent", - "LINK": "Link", - "IMAGEURL": "Image URL", - "IMAGEUPLOAD": "Image select", - "UNDO": "Undo", - "REDO": "Redo" + "SOURCE": "HTML <-> QUELLTEXT", + "FONTFAMILY": "Schriftart", + "FONTSIZE": "Schriftgröße", + "DIR": "Textrichtung", + "DIR_LTR": "Links nach rechts", + "DIR_RTL": "Rechts nach links", + "DIR_AUTO": "Automatisch", + "TEXTCOLOR": "Textfarbe", + "BACKGROUNDCOLOR": "Hintergrundfarbe", + "BOLD": "Fett", + "ITALIC": "Kursiv", + "UNDERLINE": "Unterstrichen", + "STRIKE": "Durchgestrichen", + "SUB": "Tiefgestellt", + "SUP": "Hochgestellt", + "OL": "Geordnete Liste", + "UL": "Ungeordnete Liste", + "QUOTE": "Blockzitat", + "INDENTDECREASE": "Einzug verkleinern", + "INDENTINCREASE": "Einzug vergrößern", + "LINK": "Hyperlink", + "IMAGEURL": "Bild URL", + "IMAGEUPLOAD": "Bilddatei auswählen", + "UNDO": "Rückgängig", + "REDO": "Wiederholen" }, "SETTINGS_LABELS": { "GENERAL": "Allgemein",