potiuk commented on code in PR #55604:
URL: https://github.com/apache/airflow/pull/55604#discussion_r2346799471
##########
airflow-core/src/airflow/ui/public/i18n/locales/it/components.json:
##########
@@ -102,6 +102,11 @@
"taskGroup": "Task Group"
},
"limitedList": "+{{count}} altro",
+ "limitedList.allItems": "Tutti i {{count}} elementi:",
+ "limitedList.clickToInteract": "Fai clic su un'etichetta per filtrare i DAG",
Review Comment:
```suggestion
"limitedList.clickToInteract": "Fai clic su un'etichetta per filtrare i
Dag",
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json:
##########
@@ -86,6 +86,11 @@
"taskGroup": "작업 그룹"
},
"limitedList": "+{{count}}개 더 보기",
+ "limitedList.allItems": "모든 {{count}}개 항목:",
+ "limitedList.clickToInteract": "태그를 클릭하여 DAG를 필터링하세요",
Review Comment:
```suggestion
"limitedList.clickToInteract": "태그를 클릭하여 Dag를 필터링하세요",
```
--
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]