This is an automated email from the ASF dual-hosted git repository. jscheffl 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 cbec199d230 Close German translation gaps for full UI translation 2025-07-29 (#53897) cbec199d230 is described below commit cbec199d230df7a05f0e0ddf2eebe903be680301 Author: Jens Scheffler <95105677+jsche...@users.noreply.github.com> AuthorDate: Tue Aug 5 19:47:49 2025 +0200 Close German translation gaps for full UI translation 2025-07-29 (#53897) --- airflow-core/src/airflow/ui/public/i18n/locales/de/common.json | 1 + airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json | 1 + 2 files changed, 2 insertions(+) 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 444649cc86f..75f92cf4a21 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 @@ -60,6 +60,7 @@ }, "dagRun_one": "Dag Lauf", "dagRun_other": "Dag Läufe", + "dagRunId": "Dag Lauf ID", "dagWarnings": "Dag Warnungen und Fehler", "defaultToGraphView": "Graph-Ansicht als Standard", "defaultToGridView": "Gitter-Ansicht als Standard", 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 547d0d878f1..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 @@ -62,6 +62,7 @@ "onlyFailed": "Nur fehlgeschlagene Tasks bereinigen", "past": "Vergangene", "queueNew": "Neue Tasks einplanen", + "runOnLatestVersion": "Mit neuester Bundle-Version ausführen", "upstream": "Vorangegangene" } },