jscheffl commented on code in PR #62489:
URL: https://github.com/apache/airflow/pull/62489#discussion_r2869266963
##########
airflow-core/src/airflow/ui/public/i18n/locales/de/common.json:
##########
@@ -161,6 +161,13 @@
"placeholder": "Eine Notiz hinzufügen...",
"taskInstance": "Notizen zu Task Instanzen"
},
+ "partitionedDagRun_one": "Partitionierter Dag Lauf",
+ "partitionedDagRun_other": "Partitionierte Dag Läufe",
+ "partitionedDagRunDetail": {
+ "receivedAssetEvents": "Empfangene Datenset (Asset) Ereignisse"
+ },
+ "pendingDagRun_one": "{{count}} Ausstehender Dag Lauf",
Review Comment:
Review nit by @m1racoli
```suggestion
"pendingDagRun_one": "{{count}} ausstehender Dag Lauf",
```
--
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]