TJaniF commented on code in PR #55361:
URL: https://github.com/apache/airflow/pull/55361#discussion_r2329916414
##########
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": "Parse Dauer:",
Review Comment:
```suggestion
"parseDuration": "Einlesedauer:",
```
##########
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 Parse-Dauer",
Review Comment:
```suggestion
"lastParseDuration": "Letzte Dag Einlesedauer",
```
wenn lastParsed "Letztmalig Eingelesen" ist... ? :) Nur ein Vorschlag
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]