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

kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 7d8ca391af4 Close German translation gaps for full UI translation 
2025-10-21 on v3-1-test (#56981)
7d8ca391af4 is described below

commit 7d8ca391af4ff5ce3ce7cf28ae707ed04ff9927e
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Oct 21 23:02:07 2025 +0200

    Close German translation gaps for full UI translation 2025-10-21 on 
v3-1-test (#56981)
---
 airflow-core/src/airflow/ui/public/i18n/locales/de/components.json | 5 ++++-
 airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json        | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

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..3e4166ba908 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,10 +89,13 @@
   },
   "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}}"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json
index 7f0b2c603bb..1803e2ea630 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json
@@ -10,6 +10,7 @@
     "hourly": "Stündlich",
     "legend": {
       "less": "Weniger",
+      "mixed": "Mittel",
       "more": "Mehr"
     },
     "navigation": {
@@ -19,6 +20,7 @@
       "previousYear": "Vorheriges Jahr"
     },
     "noData": "Keine Daten verfügbar",
+    "noFailedRuns": "Keine fehlgeschlagenen Läufe",
     "noRuns": "Keine Läufe",
     "totalRuns": "Gesamtzahl der Läufe",
     "week": "Kalenderwoche {{weekNumber}}",

Reply via email to