Skip to content

Commit 8633924

Browse files
authored
Add missing translations PL 2025.10.22 (apache#57059)
1 parent cf991d8 commit 8633924

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
"githubRepo": "Repozytorium GitHub",
9191
"restApiReference": "Dokuentacja REST API"
9292
},
93+
"download": {
94+
"download": "Pobierz",
95+
"hotkey": "d",
96+
"tooltip": "Naciśnij {{hotkey}}, aby pobrać logi"
97+
},
9398
"duration": "Czas trwania",
9499
"endDate": "Data zakończenia",
95100
"error": {

airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"requiredActionCount_other": "Wymagane akcje ({{count}})",
2020
"requiredActionState": "Stan wymaganej akcji",
2121
"response": {
22+
"created": "Utworzono o ",
2223
"error": "Nie udało się uzyskać odpowiedzi",
2324
"optionsDescription": "Wybierz opcje dla tej instancji zadania",
2425
"optionsLabel": "Opcje",
2526
"received": "Odpowiedź otrzymana o ",
2627
"respond": "Odpowiedz",
28+
"responded_by_user_name": "Odpowiedź udzielona przez {{userName}}",
2729
"success": "Odpowiedź dla {{taskId}} została pomyślnie wysłana",
2830
"title": "Instancja zadania wymagająca interwencji człowieka - {{taskId}}"
2931
},

0 commit comments

Comments
 (0)