jscheffl commented on code in PR #55604:
URL: https://github.com/apache/airflow/pull/55604#discussion_r2346804642
##########
airflow-core/src/airflow/ui/public/i18n/locales/de/components.json:
##########
@@ -88,6 +88,11 @@
"taskGroup": "Task Gruppe"
},
"limitedList": "+{{count}} mehr",
+ "limitedList.allItems": "Alle {{count}} Einträge:",
+ "limitedList.clickToInteract": "Klicken Sie auf ein Tag, um DAGs zu filtern",
Review Comment:
In other areas we had translated "Tag" with "Markierungen". So the proposal
is (unfortunately) inconsistent.
```suggestion
"limitedList.clickToInteract": "Klicken Sie auf eine Markierung, um Dags
zu filtern",
```
--
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]