From 8839817e1af648cd013fabd64529b18f77f42318 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sat, 28 Jun 2025 09:45:28 +0200 Subject: [PATCH] Add missing Polish Translations including proper plural forms Update airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json Co-authored-by: Kacper Muda --- .../ui/public/i18n/locales/pl/admin.json | 16 +++++++++ .../ui/public/i18n/locales/pl/common.json | 33 ++++++++++++++++++- .../ui/public/i18n/locales/pl/components.json | 18 +++++++++- .../ui/public/i18n/locales/pl/dag.json | 10 ++++++ .../ui/public/i18n/locales/pl/dashboard.json | 2 ++ 5 files changed, 77 insertions(+), 2 deletions(-) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/admin.json b/airflow-core/src/airflow/ui/public/i18n/locales/pl/admin.json index 9bf2504ec9f41..009d178b16202 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/admin.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/admin.json @@ -19,11 +19,17 @@ "host": "Host", "port": "Port" }, + "connection_few": "Połączenia", + "connection_many": "Połączeń", "connection_one": "Połączenie", "connection_other": "Połączenia", "delete": { + "deleteConnection_few": "Usuń {{count}} połączenia", + "deleteConnection_many": "Usuń {{count}} połączeń", "deleteConnection_one": "Usuń 1 połączenie", "deleteConnection_other": "Usuń {{count}} połączenia", + "firstConfirmMessage_few": "Zamierzasz usunąć następujące połączenia:", + "firstConfirmMessage_many": "Zamierzasz usunąć następujące połączenia:", "firstConfirmMessage_one": "Zamierzasz usunąć następujące połączenie:", "firstConfirmMessage_other": "Zamierzasz usunąć następujące połączenia:", "title": "Usuń połączenie" @@ -78,6 +84,8 @@ "columns": { "source": "Źródło" }, + "importError_few": "Błędy importu wtyczek", + "importError_many": "Błędów importu wtyczek", "importError_one": "Błąd importu wtyczki", "importError_other": "Błędy importu wtyczek", "searchPlaceholder": "Szukaj po pliku" @@ -99,6 +107,8 @@ "slots": "Miejsca" }, "noPoolsFound": "Nie znaleziono pul", + "pool_few": "Pule", + "pool_many": "Puli", "pool_one": "Pula", "pool_other": "Pule", "searchPlaceholder": "Szukaj pul", @@ -120,8 +130,12 @@ "isEncrypted": "Zaszyfrowana" }, "delete": { + "deleteVariable_few": "Usuń {{count}} zmienne", + "deleteVariable_many": "Usuń {{count}} zmiennych", "deleteVariable_one": "Usuń 1 zmienną", "deleteVariable_other": "Usuń {{count}} zmienne", + "firstConfirmMessage_few": "Zamierzasz usunąć następujące zmienne:", + "firstConfirmMessage_many": "Zamierzasz usunąć następujące zmienne:", "firstConfirmMessage_one": "Zamierzasz usunąć następującą zmienną:", "firstConfirmMessage_other": "Zamierzasz usunąć następujące zmienne:", "title": "Usuń zmienną", @@ -160,6 +174,8 @@ }, "noRowsMessage": "Nie znaleziono zmiennych", "searchPlaceholder": "Szukaj kluczy", + "variable_few": "Zmienne", + "variable_many": "Zmiennych", "variable_one": "Zmienna", "variable_other": "Zmienne" } 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 46eaf9e09b955..103192006f10d 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 @@ -7,18 +7,29 @@ "Providers": "Providery", "Variables": "Zmienne" }, + "asset_few": "Zasoby", + "asset_many": "Zasobów", "asset_one": "Zasób", "asset_other": "Zasoby", + "assetEvent_few": "Zdarzenia zasobów", + "assetEvent_many": "Zdarzeń zasobów", "assetEvent_one": "Zdarzenie Zasobu", "assetEvent_other": "Zdarzenia Zasobów", + "backfill_few": "Wypełnienia wsteczne", + "backfill_many": "Wypełnień wstecznych", "backfill_one": "Wypełnienie wsteczne", "backfill_other": "Wypełnienia wsteczne", "browse": { "auditLog": "Log audytu", "xcoms": "XComy" }, + "collapseDetailsPanel": "Zwiń panel szczegółów", + "createdAssetEvent_few": "Utworzone zdarzenia zasobów", + "createdAssetEvent_many": "Utworzonych zdarzeń zasobów", "createdAssetEvent_one": "Utworzone zdarzenie zasobu", "createdAssetEvent_other": "Utworzone zdarzenia zasobów", + "dag_few": "Dagi", + "dag_many": "Dagów", "dag_one": "Dag", "dag_other": "Dagi", "dagDetails": { @@ -56,6 +67,8 @@ "sourceAssetEvent": "Zdarzenie źródłowego zasobu", "triggeredBy": "Uruchomiony przez" }, + "dagRun_few": "Wykonania Dagów", + "dagRun_many": "Wykonań Dagów", "dagRun_one": "Wykonanie Daga", "dagRun_other": "Wykonania Dagów", "dagWarnings": "Ostrzeżenia/Błędy Daga", @@ -63,7 +76,7 @@ "defaultToGridView": "Domyślnie widok siatki", "direction": "Kierunek", "docs": { - "documentation": "Documentacja", + "documentation": "Dokumentacja", "githubRepo": "Repozytorium GitHub", "restApiReference": "Dokuentacja REST API" }, @@ -115,6 +128,8 @@ "pools": { "deferred": "Odłożone", "open": "Otwarte", + "pools_few": "Pule", + "pools_many": "Puli", "pools_one": "Pula", "pools_other": "Pule", "queued": "W kolejce", @@ -128,6 +143,13 @@ "manual": "Ręcznie", "scheduled": "Według harmonogramu" }, + "scroll": { + "direction": { + "bottom": "dół", + "top": "góra" + }, + "tooltip": "Naciśnij {{hotkey}}, aby przewinąć do {{direction}}" + }, "seconds": "{{count}}s", "security": { "actions": "Akcje", @@ -137,6 +159,9 @@ "users": "Użytkownicy" }, "selectLanguage": "Wybierz język", + "showDetailsPanel": "Pokaż panel szczegółów", + "sourceAssetEvent_few": "Zdarzenia źródłowych zasobów", + "sourceAssetEvent_many": "Zdarzeń źródłowych zasobów", "sourceAssetEvent_one": "Zdarzenie źródłowego zasobu", "sourceAssetEvent_other": "Zdarzenia źródłowych zasobów", "startDate": "Data rozpoczęcia", @@ -164,6 +189,8 @@ "createdAt": "Utworzono o", "filterByTag": "Filtruj Dagi według tagu", "filterColumns": "Filtruj kolumny tabeli", + "filterReset_few": "Resetuj filtry", + "filterReset_many": "Resetuj filtry", "filterReset_one": "Resetuj filtr", "filterReset_other": "Resetuj filtry", "from": "Od", @@ -182,6 +209,8 @@ "operator": "Operator", "triggerRule": "Reguła zależności" }, + "task_few": "Zadania", + "task_many": "Zadań", "task_one": "Zadanie", "task_other": "Zadania", "taskId": "Identifikator Zadania", @@ -208,6 +237,8 @@ }, "unixname": "Nazwa użytkownika systemu Unix" }, + "taskInstance_few": "Instancje Zadań", + "taskInstance_many": "Instancji Zadań", "taskInstance_one": "Instancja Zadania", "taskInstance_other": "Instancje Zadań", "timeRange": { diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json b/airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json index 533960245ab0e..dc412a3d19121 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/components.json @@ -1,5 +1,7 @@ { "backfill": { + "affected_few": "{{count}} wykonania zostaną uruchomione.", + "affected_many": "{{count}} wykonań zostanie uruchomionych.", "affected_one": "Dotyczy 1 wykonania.", "affected_other": "Dotyczy {{count}} wykonań.", "affectedNone": "Brak wykonań spełniających wybrane kryteria.", @@ -43,15 +45,24 @@ "invalidJson": "Nieprawidłowy format JSON: {{errorMessage}}" }, "dagWarnings": { - "error_one": "1 Błąd", + "error_few": "Błędy", + "error_many": "Błędów", + "error_one": "Błąd", + "error_other": "Błedy", "errorAndWarning": "1 Błąd i {{warningText}}", + "warning_few": "{{count}} Ostrzeżenia", + "warning_many": "{{count}} Ostrzeżeń", "warning_one": "1 Ostrzeżenie", "warning_other": "{{count}} Ostrzeżenia" }, "durationChart": { "duration": "Czas trwania (sekundy)", + "lastDagRun_few": "Ostatnie {{count}} wykonania Daga", + "lastDagRun_many": "Ostatnich {{count}} wykonań Daga", "lastDagRun_one": "Ostatnie wykonanie Daga", "lastDagRun_other": "Ostatnie {{count}} wykonania Daga", + "lastTaskInstance_few": "Ostatnie {{count}} instancje zadania", + "lastTaskInstance_many": "Ostatnich {{count}} instancji zadania", "lastTaskInstance_one": "Ostatnia instancja zadania", "lastTaskInstance_other": "Ostatnie {{count}} instancje zadania", "queuedDuration": "Czas oczekiwania", @@ -59,6 +70,9 @@ "runDuration": "Czas trwania wykonania" }, "fileUpload": { + "files_few": "{{count}} pliki", + "files_many": "{{count}} plików", + "files_one": "{{count}} plik", "files_other": "{{count}} plików" }, "flexibleForm": { @@ -80,6 +94,8 @@ "downloadImageError": "Nie udało się pobrać obrazu grafu.", "downloadImageErrorTitle": "Pobieranie nieudane", "otherDagRuns": "+Inne wykonania Daga", + "taskCount_few": "{{count}} Zadania", + "taskCount_many": "{{count}} Zadań", "taskCount_one": "{{count}} Zadanie", "taskCount_other": "{{count}} Zadań", "taskGroup": "Grupa 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 fde6f90fd8824..8e271d983561b 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 @@ -28,14 +28,22 @@ }, "overview": { "buttons": { + "failedRun_few": "Nieudane wykonania", + "failedRun_many": "Nieudanych wykonań", "failedRun_one": "Nieudane wykonanie", "failedRun_other": "Nieudane wykonania", + "failedTask_few": "Nieudane zadania", + "failedTask_many": "Nieudanych zadań", "failedTask_one": "Nieudane zadanie", "failedTask_other": "Nieudane zadania", + "failedTaskInstance_few": "Nieudane instancje zadań", + "failedTaskInstance_many": "Nieudanych instancji zadań", "failedTaskInstance_one": "Nieudana instancja zadania", "failedTaskInstance_other": "Nieudane instancje zadań" }, "charts": { + "assetEvent_few": "Utworzone zdarzenia zasobów", + "assetEvent_many": "Utworzonych zdarzeń zasobów", "assetEvent_one": "Utworzone zdarzenie zasobu", "assetEvent_other": "Utworzone zdarzenia zasobów" }, @@ -86,6 +94,8 @@ "code": "Kod", "details": "Szczegóły", "logs": "Logi", + "mappedTaskInstances_few": "Instancje zadań [{{count}}]", + "mappedTaskInstances_many": "Instancji zadań [{{count}}]", "mappedTaskInstances_one": "Instancja zadania [{{count}}]", "mappedTaskInstances_other": "Instancje zadań [{{count}}]", "overview": "Przegląd", diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dashboard.json b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dashboard.json index 1291b73f193a5..72c58e1db72f8 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/pl/dashboard.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/pl/dashboard.json @@ -13,6 +13,8 @@ }, "history": "Historia", "importErrors": { + "dagImportError_few": "Błędy importu Dagów", + "dagImportError_many": "Błędów importu Dagów", "dagImportError_one": "Błąd importu Daga", "dagImportError_other": "Błędy importu Dagów", "searchByFile": "Szukaj według plików",