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 2c660ba02c5 Close German Translation Gaps 2026-02-05 v3-1 (#61478)
2c660ba02c5 is described below

commit 2c660ba02c5ce7c87bf6922f4d78333aa4ca3c6a
Author: Jens Scheffler <[email protected]>
AuthorDate: Thu Feb 5 19:13:24 2026 +0100

    Close German Translation Gaps 2026-02-05 v3-1 (#61478)
---
 airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json | 6 ++++++
 1 file changed, 6 insertions(+)

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 1803e2ea630..e4ef78ba9c4 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
@@ -73,6 +73,12 @@
     "navigation": "Navigation: Umschalttaste+{{arrow}}",
     "toggleGroup": "Gruppen umschalten: Leertaste"
   },
+  "notFound": {
+    "back": "Zurück",
+    "backToDags": "Zurück zu Dags",
+    "message": "Dag \"{{dagId}}\" existiert nicht.",
+    "title": "Dag nicht gefunden"
+  },
   "overview": {
     "buttons": {
       "failedRun_one": "Fehlgeschlagener Lauf",

Reply via email to