potiuk commented on code in PR #61928:
URL: https://github.com/apache/airflow/pull/61928#discussion_r2812256725
##########
airflow-core/src/airflow/ui/public/i18n/locales/pl/admin.json:
##########
@@ -87,6 +87,23 @@
"formActions": {
"save": "Zapisz"
},
+ "jobs": {
+ "columns": {
+ "executorClass": "Klasa wykonawcy",
+ "hostname": "Nazwa hosta",
+ "id": "ID",
+ "jobType": "Typ zadania",
+ "latestHeartbeat": "Ostatni sygnaĆ",
+ "unixname": "Nazwa Unixowa"
+ },
+ "filters": {
+ "allStates": "Wszystkie stany",
+ "allTypes": "Wszystkie typy",
+ "dagProcessorJob": "Zadanie procesora DAG",
+ "schedulerJob": "Zadanie harmonogramu",
+ "triggererJob": "Zadanie wyzwalacza"
Review Comment:
Ah.. missed it :)
--
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]