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 3d0e95cca83 [v3-1-test] Close German translation gaps for full UI
translation 2025-10-21 (#56980) (#57048)
3d0e95cca83 is described below
commit 3d0e95cca83a90ef6fc740caf1383329da88da8e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 13:24:51 2025 +0100
[v3-1-test] Close German translation gaps for full UI translation
2025-10-21 (#56980) (#57048)
---
airflow-core/src/airflow/ui/public/i18n/locales/de/common.json | 5 +++++
airflow-core/src/airflow/ui/public/i18n/locales/de/components.json | 4 ++--
airflow-core/src/airflow/ui/public/i18n/locales/de/dags.json | 3 +--
airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json | 5 +++++
4 files changed, 13 insertions(+), 4 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 fe14e8e0d67..e4d46a928f3 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
@@ -78,6 +78,11 @@
"githubRepo": "GitHub Ablage",
"restApiReference": "REST API Referenz"
},
+ "download": {
+ "download": "Herunterladen",
+ "hotkey": "d",
+ "tooltip": "Drücken Sie {{hotkey}}, um Protokolle herunterzuladen"
+ },
"duration": "Laufzeit",
"endDate": "Enddatum",
"error": {
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 3e4166ba908..bad98315e82 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
@@ -101,8 +101,8 @@
"location": "Zeile {{line}} in {{name}}"
},
"reparseDag": "Dag neu parsen",
- "sortedAscending": "aufsteigend sortier",
- "sortedDescending": "absteigend sortier",
+ "sortedAscending": "aufsteigend sortiert",
+ "sortedDescending": "absteigend sortiert",
"sortedUnsorted": "unsortiert",
"taskTries": "Versuch des Tasks",
"toggleCardView": "Kachelansicht anzeigen",
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 a81349c6e17..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
@@ -20,8 +20,7 @@
"all": "Alle",
"paused": "Pausiert"
},
- "runIdPatternFilter": "Dag Läufe suchen",
- "triggeringUserNameFilter": "Suche Läufe ausgelöst von..."
+ "runIdPatternFilter": "Dag Läufe suchen"
},
"ownerLink": "Besitzer Verlinkungen zu {{owner}}",
"runAndTaskActions": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
b/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
index 56162417601..48212bcd9d4 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
@@ -1,5 +1,8 @@
{
"filters": {
+ "body": "Nachricht",
+ "createdAtFrom": "Erstellt von ",
+ "createdAtTo": "Erstellt bis ",
"response": {
"all": "Alle",
"pending": "Ausstehend",
@@ -12,11 +15,13 @@
"requiredActionCount_other": "{{count}} offene Interaktionen",
"requiredActionState": "Status der Interaktion",
"response": {
+ "created": "Antwort erstellt um ",
"error": "Senden der Antwort fehlgeschlagen",
"optionsDescription": "Wählen Sie Ihre Optionen für diesen Task",
"optionsLabel": "Optionen",
"received": "Antwort empfangen um ",
"respond": "Antworten",
+ "responded_by_user_name": "Beantwortet von (Benutzername)",
"success": "{{taskId}} Interaktion erfolgreich",
"title": "Erforderliche Interaktion - {{taskId}}"
},