potiuk commented on code in PR #68410:
URL: https://github.com/apache/airflow/pull/68410#discussion_r3408315810
##########
airflow-core/src/airflow/ui/public/i18n/locales/pl/dashboard.json:
##########
@@ -1,4 +1,6 @@
{
+ "deferredSlotsNotCounted": "Odłożone pominięte do slotów: {{count}}",
Review Comment:
OK. I think this is best:
```
"deferredSlotsNotCounted": "Odłożone, ale nieliczone do slotów: {{count}}",
"deferredSlotsNotCountedTooltip": "Odłożone zadania pokazane na pasku są
liczone do slotów puli. Odłożone zadania pokazane pod paskiem pochodzą z pul,
które liczą sloty, nie licząc odłożonych zadań.",
```
--
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]