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 a05a310a51e Add missing translations for PL 2025-09-08 (#55397)
a05a310a51e is described below

commit a05a310a51ee24fec594d5286883a9171289b45b
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Sep 9 00:08:08 2025 +0200

    Add missing translations for PL 2025-09-08 (#55397)
---
 airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json | 3 ++-
 1 file changed, 2 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 32fb8b6932a..f5f657e40c8 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
@@ -120,7 +120,8 @@
     "runAfterFromPlaceholder": "Uruchom po (od)",
     "runAfterToPlaceholder": "Uruchom po (do)",
     "runIdPlaceholder": "Filtruj według identyfikatora uruchomienia",
-    "taskIdPlaceholder": "Filtruj według identyfikatora zadania"
+    "taskIdPlaceholder": "Filtruj według identyfikatora zadania",
+    "triggeringUserPlaceholder": "Filtruj według uruchamiającego użytkownika"
   },
   "logicalDate": "Data logiczna",
   "logout": "Wyloguj",

Reply via email to