This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a1951633acf Close German translation gaps for full UI translation 
2025-10-21 (#56980)
a1951633acf is described below

commit a1951633acf30911cb574ec34e8c8f4ca6321280
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Oct 22 12:33:31 2025 +0200

    Close German translation gaps for full UI translation 2025-10-21 (#56980)
---
 airflow-core/src/airflow/ui/public/i18n/locales/de/common.json   | 5 +++++
 .../src/airflow/ui/public/i18n/locales/de/components.json        | 9 ++++++---
 airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json     | 3 +--
 airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json     | 5 +++++
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/de/common.json
index e3a4ddda502..52ad8c34148 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/common.json
@@ -78,6 +78,11 @@
     "githubRepo": "GitHub Ablage",
     "restApiReference": "REST API Referenz"
   },
+  "download": {
+    "download": "Herunterladen",
+    "hotkey": "d",
+    "tooltip": "Drücken Sie {{hotkey}}, um Protokolle herunterzuladen"
+  },
   "duration": "Laufzeit",
   "endDate": "Enddatum",
   "error": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/de/components.json
index 47398e4db6c..bad98315e82 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/components.json
@@ -89,17 +89,20 @@
   },
   "limitedList": "+{{count}} mehr",
   "limitedList.allItems": "Alle {{count}} Einträge:",
+  "limitedList.allTags_one": "Alle Markierungen ({{count}})",
+  "limitedList.allTags_other": "Alle Markierungen ({{count}})",
   "limitedList.clickToInteract": "Klicken Sie auf eine Markierung, um Dags zu 
filtern",
   "limitedList.clickToOpenFull": "Klicken Sie auf \"+{{count}} mehr\" für die 
vollständige Ansicht",
   "limitedList.copyPasteText": "Sie können den obigen Text kopieren und 
einfügen",
-  "limitedList.showingItems": "{{count}} Einträge werden angezeigt",
+  "limitedList.showingItems_one": "{{count}} Eintrag wird angezeigt",
+  "limitedList.showingItems_other": "{{count}} Einträge werden angezeigt",
   "logs": {
     "file": "Datei",
     "location": "Zeile {{line}} in {{name}}"
   },
   "reparseDag": "Dag neu parsen",
-  "sortedAscending": "aufsteigend sortier",
-  "sortedDescending": "absteigend sortier",
+  "sortedAscending": "aufsteigend sortiert",
+  "sortedDescending": "absteigend sortiert",
   "sortedUnsorted": "unsortiert",
   "taskTries": "Versuch des Tasks",
   "toggleCardView": "Kachelansicht anzeigen",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
index a81349c6e17..8eea58538a4 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json
@@ -20,8 +20,7 @@
       "all": "Alle",
       "paused": "Pausiert"
     },
-    "runIdPatternFilter": "Dag Läufe suchen",
-    "triggeringUserNameFilter": "Suche Läufe ausgelöst von..."
+    "runIdPatternFilter": "Dag Läufe suchen"
   },
   "ownerLink": "Besitzer Verlinkungen zu {{owner}}",
   "runAndTaskActions": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
index 56162417601..48212bcd9d4 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
@@ -1,5 +1,8 @@
 {
   "filters": {
+    "body": "Nachricht",
+    "createdAtFrom": "Erstellt von ",
+    "createdAtTo": "Erstellt bis ",
     "response": {
       "all": "Alle",
       "pending": "Ausstehend",
@@ -12,11 +15,13 @@
   "requiredActionCount_other": "{{count}} offene Interaktionen",
   "requiredActionState": "Status der Interaktion",
   "response": {
+    "created": "Antwort erstellt um ",
     "error": "Senden der Antwort fehlgeschlagen",
     "optionsDescription": "Wählen Sie Ihre Optionen für diesen Task",
     "optionsLabel": "Optionen",
     "received": "Antwort empfangen um ",
     "respond": "Antworten",
+    "responded_by_user_name": "Beantwortet von (Benutzername)",
     "success": "{{taskId}} Interaktion erfolgreich",
     "title": "Erforderliche Interaktion - {{taskId}}"
   },

Reply via email to