potiuk commented on code in PR #54633: URL: https://github.com/apache/airflow/pull/54633#discussion_r2286414978
########## airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json: ########## @@ -104,6 +104,17 @@ "any": "Dowolne", "or": "LUB" }, + "filters": { + "dagDisplayNamePlaceholder": "Filtruj według Daga", + "keyPlaceholder": "Filtruj według klucza XCom", + "logicalDateFromPlaceholder": "Data logiczna od", + "logicalDateToPlaceholder": "Data logiczna do", + "mapIndexPlaceholder": "Filtruj według indeksu mapowania", + "runAfterFromPlaceholder": "Uruchom po (od)", + "runAfterToPlaceholder": "Uruchom po (do)", + "runIdPlaceholder": "Filtruj według identifikatora uruchomienia", + "taskIdPlaceholder": "Filtruj według identifikatora zadania" Review Comment: Right. I found it also in one more place :). This is why it's been used here. -- 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