Skip to content

Commit 861cf54

Browse files
authored
Close the gaps in PL translation 2025-12-09 (#59251)
1 parent 10558d8 commit 861cf54

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"title": "Utwórz zdarzenie zasobu dla {{name}}"
2929
},
30+
"extra": "Dodatkowe",
3031
"group": "Grupa",
3132
"lastAssetEvent": "Ostatnie zdarzenie zasobu",
3233
"name": "Nazwa",

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"auditLog": {
3-
"actions": {
4-
"collapseAllExtra": "Zwiń wszystkie dodatkowe dane JSON",
5-
"expandAllExtra": "Rozwiń wszystkie dodatkowe dane JSON"
6-
},
73
"columns": {
84
"event": "Zdarzenie",
95
"extra": "Dodatkowe",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"requiredActions": "Wymagane akcje",
3232
"xcoms": "XComy"
3333
},
34+
"collapseAllExtra": "Zwiń wszystkie dodatkowe dane JSON",
3435
"collapseDetailsPanel": "Zwiń panel szczegółów",
3536
"createdAssetEvent_few": "Utworzone zdarzenia zasobów",
3637
"createdAssetEvent_many": "Utworzonych zdarzeń zasobów",
@@ -112,6 +113,7 @@
112113
"hotkey": "e",
113114
"tooltip": "Wybierz {{hotkey}} aby przełączyć rozwijanie"
114115
},
116+
"expandAllExtra": "Rozwiń wszystkie dodatkowe dane JSON",
115117
"expression": {
116118
"all": "Wszystkie",
117119
"and": "ORAZ",
@@ -196,6 +198,7 @@
196198
},
197199
"selectLanguage": "Wybierz język",
198200
"showDetailsPanel": "Pokaż panel szczegółów",
201+
"signedInAs": "Zalogowano jako",
199202
"source": {
200203
"hide": "Ukryj źródła",
201204
"hotkey": "s",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@
141141
"selectLabel": "Pojedyncze wykonanie",
142142
"title": "Uruchom Daga",
143143
"toaster": {
144+
"error": {
145+
"title": "Nie udało się uruchomić Daga"
146+
},
144147
"success": {
145148
"description": "Dag został pomyślnie uruchomiony.",
146149
"title": "Uruchomienie Daga"

0 commit comments

Comments
 (0)