This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 162de8e678e Fix PL translation gaps - 2025-09-05 (#55293)
162de8e678e is described below
commit 162de8e678e348debb9bfabe87baa3ca887678db
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Sep 5 22:17:15 2025 +0200
Fix PL translation gaps - 2025-09-05 (#55293)
---
airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json | 8 +++++++-
airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json | 2 ++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json
b/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json
index 26874e363c4..560d8df606a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json
@@ -8,6 +8,12 @@
"Variables": "Zmienne"
},
"allOperators": "Wszystkie operatory",
+ "appearance": {
+ "appearance": "Wygląd",
+ "darkMode": "Tryb ciemny",
+ "lightMode": "Tryb jasny",
+ "systemMode": "Użyj ustawień systemu"
+ },
"asset_few": "Zasoby",
"asset_many": "Zasobów",
"asset_one": "Zasób",
@@ -140,7 +146,7 @@
},
"noItemsFound": "Nie znaleziono modelu {{modelName}}",
"note": {
- "add": "Dodać notatkę",
+ "add": "Dodaj notatkę",
"dagRun": "Notatki wykonania",
"label": "Notatka",
"placeholder": "Dodaj notatkę...",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json
b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json
index fd287e1d539..8ac9e24ae9a 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json
@@ -92,6 +92,8 @@
"assetEvent_other": "Utworzone zdarzenia zasobów"
},
"failedLogs": {
+ "hideLogs": "Ukryj logi",
+ "showLogs": "🐌 🐌 Pokaż logi",
"title": "Ostatnie logi nieudanych zadań",
"viewFullLogs": "Zobacz pełne logi"
}