This is an automated email from the ASF dual-hosted git repository.
mobuchowski 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 d8465a410e4 Fix missing translations in PL 2025-11-15 (#58346)
d8465a410e4 is described below
commit d8465a410e44e9a11bdc6b1290b62b6ba843b057
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Nov 15 20:09:07 2025 +0100
Fix missing translations in PL 2025-11-15 (#58346)
---
airflow-core/src/airflow/ui/public/i18n/locales/pl/assets.json | 5 +++++
airflow-core/src/airflow/ui/public/i18n/locales/pl/common.json | 1 +
2 files changed, 6 insertions(+)
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 8456890416b..57196c5b218 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
@@ -1,4 +1,9 @@
{
+ "additional_data": "Dodatkowe dane",
+ "asset_few": "Zasoby",
+ "asset_many": "Zasobów",
+ "asset_one": "Zasób",
+ "asset_other": "Zasoby",
"consumingDags": "Przetwarzanie Dagów",
"createEvent": {
"button": "Utwórz zdarzenie",
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 1472c4bbba9..f1e19138e88 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
@@ -69,6 +69,7 @@
"dataIntervalEnd": "Koniec interwału danych",
"dataIntervalStart": "Początek interwału danych",
"lastSchedulingDecision": "Ostatnia decyzja harmonogramu",
+ "partitionKey": "Klucz partycji",
"queuedAt": "Zakolejkowano o",
"runAfter": "Wykonaj po",
"runType": "Typ wykonania",