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 d4f4b22bbee Update Missing translation for Polish 14 of August (#54512)
d4f4b22bbee is described below
commit d4f4b22bbee25d58d56e2363bd68aaf4c9ac9093
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Aug 16 01:47:12 2025 +0200
Update Missing translation for Polish 14 of August (#54512)
* Update Missing translation for Polish 14 of August
* Update airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json
Co-authored-by: Kacper Muda <[email protected]>
* Apply suggestion from @potiuk
---------
Co-authored-by: Kacper Muda <[email protected]>
---
airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json | 1 +
airflow-core/src/airflow/ui/public/i18n/locales/pl/dag.json | 5 +++++
airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json | 3 ++-
3 files changed, 8 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 c394d6d79e0..6405f0299e5 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
@@ -228,6 +228,7 @@
"task_many": "Zadań",
"task_one": "Zadanie",
"task_other": "Zadania",
+ "taskGroup": "Grupa zadań",
"taskId": "Identifikator Zadania",
"taskInstance": {
"dagVersion": "Wersja Daga",
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 be381ec582a..55a2d17c157 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
@@ -39,6 +39,11 @@
"viewInExternal": "Zobacz logi w {{name}} (próba {{attempt}})",
"warning": "WARNING"
},
+ "navigation": {
+ "jump": "Przeskocz: Shift+{{arrow}}",
+ "navigation": "Przewiń: {{arrow}}",
+ "toggleGroup": "Przełącz grupę: Space"
+ },
"overview": {
"buttons": {
"failedRun_few": "Nieudane wykonania",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json
b/airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json
index aeebd54f35c..418f959e2e8 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/hitl.json
@@ -21,5 +21,6 @@
"rejectionReceived": "Odrzucenie otrzymane",
"responseReceived": "Odpowiedź otrzymana",
"responseRequired": "Wymagana odpowiedź"
- }
+ },
+ "subject": "Temat"
}