potiuk commented on code in PR #55604:
URL: https://github.com/apache/airflow/pull/55604#discussion_r2346798482
##########
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:
```suggestion
"limitedList.clickToInteract": "Klicken Sie auf ein Tag, um Dags zu
filtern",
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/ca/components.json:
##########
@@ -88,6 +88,11 @@
"taskGroup": "Grup de tasques"
},
"limitedList": "+{{count}} més",
+ "limitedList.allItems": "Tots els {{count}} elements:",
+ "limitedList.clickToInteract": "Fes clic en una etiqueta per filtrar els
DAGs",
Review Comment:
```suggestion
"limitedList.clickToInteract": "Fes clic en una etiqueta per filtrar els
Dags",
```
--
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]