This is an automated email from the ASF dual-hosted git repository.

jscheffl 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 62a4acd796a Add missing PL translation main 2026-04-01 (#61424)
62a4acd796a is described below

commit 62a4acd796ad0e30b545ce07e401ee88ec8be7c8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Feb 5 22:00:58 2026 +0100

    Add missing PL translation main 2026-04-01 (#61424)
---
 airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json | 4 +++-
 airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json    | 6 ++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json
index a7d934b374a..6bb2086a511 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json
@@ -33,5 +33,7 @@
   "name": "Nazwa",
   "producingTasks": "Zadania produkujące",
   "scheduledDags": "Zaplanowane Dagi",
-  "searchPlaceholder": "Szukaj zasobów"
+  "scheduling": "Planowanie",
+  "searchPlaceholder": "Szukaj zasobów",
+  "taskDependencies": "Zależności zadań"
 }
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 43cc8c84055..69c7a6038fa 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
@@ -73,6 +73,12 @@
     "navigation": "Przewiń: {{arrow}}",
     "toggleGroup": "Przełącz grupę: Space"
   },
+  "notFound": {
+    "back": "Wróć",
+    "backToDags": "Powrót do Dagów",
+    "message": "Dag \"{{dagId}}\" nie istnieje.",
+    "title": "Nie znaleziono Daga"
+  },
   "overview": {
     "buttons": {
       "failedRun_few": "Nieudane wykonania",

Reply via email to