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

jscheffl 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 dd729277506 Feature/close german translation gaps 2026 01 26 v3 1 
(#61097)
dd729277506 is described below

commit dd72927750614c414f62a80d88e824dd6f47ac38
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Jan 27 07:03:38 2026 +0100

    Feature/close german translation gaps 2026 01 26 v3 1 (#61097)
    
    * Close German Translation Gaps 2026-01-26 v3.1
    
    * Review by @TJaniF
    
    Co-authored-by: Tamara Janina Fingerlin 
<[email protected]>
    
    ---------
    
    Co-authored-by: Tamara Janina Fingerlin 
<[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/de/common.json | 10 +---------
 .../src/airflow/ui/public/i18n/locales/de/components.json      |  4 ++++
 2 files changed, 5 insertions(+), 9 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 1f7e179dc82..f3726e0d5ab 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
@@ -145,15 +145,6 @@
     "placeholder": "Eine Notiz hinzufügen...",
     "taskInstance": "Notizen zu Task Instanzen"
   },
-  "pools": {
-    "deferred": "Delegiert",
-    "open": "Frei",
-    "pools_one": "Pool",
-    "pools_other": "Pools",
-    "queued": "Wartend",
-    "running": "Laufende",
-    "scheduled": "Geplant"
-  },
   "reset": "Zurücksetzen",
   "runId": "Lauf Id",
   "runTypes": {
@@ -192,6 +183,7 @@
     "failed": "Fehlgeschlagen",
     "no_status": "Kein Status",
     "none": "Kein Status",
+    "open": "Frei",
     "planned": "Geplant",
     "queued": "Wartend",
     "removed": "Entfernt",
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 85e7d17a1e0..391c76b2b3c 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
@@ -10,6 +10,7 @@
     "maxRuns": "Anzahl aktiver paralleler Läufe",
     "missingAndErroredRuns": "Fehlende und fehlgeschlagene Läufe",
     "missingRuns": "Fehlende Läufe",
+    "permissionDenied": "Testlauf fehlgeschlagen: Benutzer hat keine 
Berechtigung, Auffüllungen zu erstellen.",
     "reprocessBehavior": "Auffüll-Modus",
     "run": "Auffüllung starten",
     "selectDescription": "Dieses Dag für einen Datumsbereich in der 
Vergangenheit ausführen",
@@ -116,6 +117,9 @@
     "selectLabel": "Einzelner Lauf",
     "title": "Dag Auslösen",
     "toaster": {
+      "error": {
+        "title": "Fehler beim Auslösen des Dags"
+      },
       "success": {
         "description": "Dag-Lauf wurde erfolgreich ausgelöst.",
         "title": "Dag-Lauf ausgelöst"

Reply via email to