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 13668a19b79 Close German translation gaps for full UI translation 
2025-09-07 (#55361)
13668a19b79 is described below

commit 13668a19b791802c5f665c7e9b7b0061f02e8832
Author: Jens Scheffler <95105677+jsche...@users.noreply.github.com>
AuthorDate: Mon Sep 8 22:02:05 2025 +0200

    Close German translation gaps for full UI translation 2025-09-07 (#55361)
    
    * Close German translation gaps for full UI translation 2025-09-07
    
    * Review feedback
    
    Co-authored-by: Tamara Janina Fingerlin 
<90063506+tja...@users.noreply.github.com>
    
    * Review feedback
    
    Co-authored-by: Tamara Janina Fingerlin 
<90063506+tja...@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Tamara Janina Fingerlin 
<90063506+tja...@users.noreply.github.com>
---
 airflow-core/src/airflow/ui/public/i18n/locales/de/common.json | 1 +
 airflow-core/src/airflow/ui/public/i18n/locales/de/dag.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 62ee80492fd..96059f7f132 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
@@ -39,6 +39,7 @@
     "fileLocation": "Ablagepfad",
     "hasTaskConcurrencyLimits": "Hat der Task Limitierungen zur Parallelität",
     "lastExpired": "Letztmaliger Ablauf",
+    "lastParseDuration": "Letzte Dag Einlesedauer",
     "lastParsed": "Letztmalig Eingelesen",
     "latestDagVersion": "Letzte Dag Version",
     "latestRun": "Letzter Lauf",
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 a915b20b997..7f0b2c603bb 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
@@ -35,6 +35,7 @@
   "code": {
     "bundleUrl": "Bündel Url",
     "noCode": "Kein Programmcode gefunden",
+    "parseDuration": "Einlesedauer:",
     "parsedAt": "Eingelesen um:"
   },
   "extraLinks": "Extra Links",

Reply via email to