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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new bb74214727b Add last missing translation for 3.1.1 (#57057)
bb74214727b is described below

commit bb74214727b58d0ea328e646a9ddba4dfc6e54fa
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Oct 22 14:15:12 2025 +0200

    Add last missing translation for 3.1.1 (#57057)
---
 airflow-core/src/airflow/ui/public/i18n/locales/pl/dags.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dags.json
index 61b1f1fe712..76dfb64f269 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dags.json
@@ -20,7 +20,8 @@
       "all": "Wszystkie",
       "paused": "Wstrzymane"
     },
-    "runIdPatternFilter": "Szukaj Wykonań Dagów"
+    "runIdPatternFilter": "Szukaj Wykonań Dagów",
+    "triggeringUserNameFilter": "Szukaj według użytkownika wyzwalającego"
   },
   "ownerLink": "Link do właściciela {{owner}}",
   "runAndTaskActions": {

Reply via email to