From 81f8ba3f6e6541925069e24f468f2e7f5879375e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 09:11:54 +0000 Subject: [PATCH] feat: Translate frontend/src/i18n/en.json in de 97% of minimum 50% translated source file: 'frontend/src/i18n/en.json' on 'de'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- frontend/src/i18n/de.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/src/i18n/de.json b/frontend/src/i18n/de.json index 20eba375..743cc9d5 100644 --- a/frontend/src/i18n/de.json +++ b/frontend/src/i18n/de.json @@ -44,7 +44,9 @@ "openFile": "Datei öffnen", "discardChanges": "Verwerfen", "saveChanges": "Änderungen speichern", - "editAsText": "Als Text bearbeiten" + "editAsText": "Als Text bearbeiten", + "increaseFontSize": "Increase font size", + "decreaseFontSize": "Decrease font size" }, "download": { "downloadFile": "Download Datei", @@ -78,7 +80,14 @@ "sortBySize": "Nach Größe sortieren", "noPreview": "Für diese Datei ist keine Vorschau verfügbar.", "csvTooLarge": "Die CSV-Datei ist zu groß für die Vorschau (>5 MB). Bitte herunterladen, um sie anzuzeigen.", - "csvLoadFailed": "Fehler beim Laden der CSV-Datei." + "csvLoadFailed": "Fehler beim Laden der CSV-Datei.", + "showingRows": "Showing {count} row(s)", + "columnSeparator": "Column Separator", + "csvSeparators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" + } }, "help": { "click": "Wähle Datei oder Ordner", @@ -272,10 +281,5 @@ "minutes": "Minuten", "seconds": "Sekunden", "unit": "Zeiteinheit" - }, - "available_csv_separators": { - "comma": "Comma (,)", - "semicolon": "Semicolon (;)", - "both": "Both (,) and (;)" } }