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 053dfdfecdf CLose translations gap in DE as backport frmo main
2025-12-02 (#58971)
053dfdfecdf is described below
commit 053dfdfecdf6f6f8d98f6213cb027b7bf4c651d2
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Dec 2 22:00:15 2025 +0100
CLose translations gap in DE as backport frmo main 2025-12-02 (#58971)
---
airflow-core/src/airflow/ui/public/i18n/locales/de/assets.json | 1 +
airflow-core/src/airflow/ui/public/i18n/locales/de/common.json | 1 +
2 files changed, 2 insertions(+)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/assets.json
b/airflow-core/src/airflow/ui/public/i18n/locales/de/assets.json
index 6804f32ffe5..79c249b9868 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/assets.json
@@ -1,5 +1,6 @@
{
"consumingDags": "Konsumierende Dags",
+ "consumingTasks": "Konsumierende Tasks",
"createEvent": {
"button": "Ereignis erstellen",
"manual": {
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 5c24b02594d..75b29c7e8e3 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
@@ -89,6 +89,7 @@
"back": "Zurück",
"defaultMessage": "Ein unerwarteter Fehler ist aufgetreten",
"home": "Start",
+ "invalidUrl": "Seite nicht gefunden. Bitte überprüfen Sie die URL und
versuchen Sie es erneut.",
"notFound": "Seite nicht gefunden",
"title": "Fehler"
},