potiuk commented on code in PR #55604:
URL: https://github.com/apache/airflow/pull/55604#discussion_r2346797865


##########
airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json:
##########
@@ -102,6 +102,11 @@
     "taskGroup": "Grupa zadań"
   },
   "limitedList": "+{{count}} więcej",
+  "limitedList.allItems": "Wszystkie {{count}} elementy:",
+  "limitedList.clickToInteract": "Kliknij etykietę, aby przefiltrować DAGi",

Review Comment:
   ```suggestion
     "limitedList.clickToInteract": "Kliknij etykietę, aby przefiltrować Dagi",
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json:
##########
@@ -86,6 +86,11 @@
     "taskGroup": "任務群組"
   },
   "limitedList": "+ 其他 {{count}} 項",
+  "limitedList.allItems": "所有 {{count}} 項目:",
+  "limitedList.clickToInteract": "點擊標籤以篩選 DAGs",

Review Comment:
   ```suggestion
     "limitedList.clickToInteract": "點擊標籤以篩選 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]

Reply via email to