potiuk commented on code in PR #55604: URL: https://github.com/apache/airflow/pull/55604#discussion_r2346799244
########## airflow-core/src/airflow/ui/public/i18n/locales/hi/components.json: ########## @@ -88,6 +88,11 @@ "taskGroup": "टास्क ग्रुप" }, "limitedList": "+{{count}} और", + "limitedList.allItems": "सभी {{count}} आइटम:", + "limitedList.clickToInteract": "टैग पर क्लिक करके DAGs फ़िल्टर करें", Review Comment: ```suggestion "limitedList.clickToInteract": "टैग पर क्लिक करके Dags फ़िल्टर करें", ``` ########## airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json: ########## @@ -88,6 +88,11 @@ "taskGroup": "Feladatcsoport" }, "limitedList": "+{{count}} további", + "limitedList.allItems": "Összes {{count}} elem:", + "limitedList.clickToInteract": "Kattintson egy címkére a DAG-ok szűréséhez", Review Comment: ```suggestion "limitedList.clickToInteract": "Kattintson egy címkére a Dag-ok szűréséhez", ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org