Skip to content

Add missing Polish (pl) UI translations#68410

Open
potiuk wants to merge 1 commit into
apache:mainfrom
potiuk:translate-missing-pl-ui
Open

Add missing Polish (pl) UI translations#68410
potiuk wants to merge 1 commit into
apache:mainfrom
potiuk:translate-missing-pl-ui

Conversation

@potiuk

@potiuk potiuk commented Jun 11, 2026

Copy link
Copy Markdown
Member

Fills the 55 untranslated strings in the Polish (pl) UI locale, bringing
Polish coverage from 94.5% to 100%.

Covers the new Asset Store and Task Store features (labels, empty
states, clear/delete warnings, expiry options), the Deadlines browse
table, several task fields (depends-on-past, retries, wait-for-downstream,
rendered map index), and the dashboard deferred-slots tooltip.

Terminology follows the existing pl locale and the project's Polish
translation guideline — established terms reused, {{placeholders}}
preserved, Polish plural forms applied, and Dag / XCom / Task SDK /
ISO 8601 kept in English. Validated with
breeze ui check-translation-completeness --language pl (100%, 0 TODOs)
and the UI ESLint/Prettier hook.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

Fill the 55 untranslated strings in the Polish locale — Asset Store and
Task Store features, deadline browsing, task fields (depends-on-past,
retries, wait-for-downstream), rendered map index, and dashboard
tooltips — bringing pl coverage to 100%.
@potiuk potiuk requested a review from mobuchowski as a code owner June 11, 2026 21:32
@boring-cyborg boring-cyborg Bot added area:translations area:UI Related to UI/UX. For Frontend Developers. translation:pl labels Jun 11, 2026
@potiuk

potiuk commented Jun 11, 2026

Copy link
Copy Markdown
Member Author

cc: @kacpermuda

@potiuk potiuk requested a review from jscheffl June 11, 2026 21:32

@jscheffl jscheffl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nadal mam pewne problemy z językiem polskim – ale wygląda to znowu bardzo ładnie – dobrze, że udało się zamknąć lukę przed Airflow 3.3.0! Zatwierdzenie techniczne.

Comment on lines +7 to +19
"assetStore": {
"add": "Dodaj magazyn zasobów",
"clearAll": {
"resource": "cały magazyn zasobów",
"title": "Wyczyść cały magazyn zasobów",
"warning": "Cały magazyn zasobów zostanie wyczyszczony. Zadania, które używają tego magazynu do koordynowania pracy, utracą swoje zapisane dane."
},
"delete": "Usuń magazyn zasobów",
"deleteWarning": "Zasób utraci ten zapisany wpis magazynu.",
"edit": "Edytuj magazyn zasobów",
"emptyState": "Magazyn zasobów przechowuje wartości powiązane z identyfikatorem zasobu, współdzielone między wszystkimi uruchomieniami Dagów. Procesy robocze mogą zapisywać do magazynu zasobów za pomocą Task SDK.",
"title": "Magazyn zasobów"
},

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "Katalog zasobów" everywhere? In this context Asset as "Zasób" is very generic, but maybe it will be a bit easier to understand.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see that we use "Magazyn" elsewhere, for task store for example. Fine to keep it this way then

"clearAll": {
"resource": "cały magazyn zadań",
"title": "Wyczyść cały magazyn zadań",
"warning": "Cały magazyn zadań zostanie wyczyszczony. Zadania, które używają tego magazynu do śledzenia zewnętrznej pracy, nie będą mogły jej wznowić bez ponownego uruchomienia od początku."

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"warning": "Cały magazyn zadań zostanie wyczyszczony. Zadania, które używają tego magazynu do śledzenia zewnętrznej pracy, nie będą mogły jej wznowić bez ponownego uruchomienia od początku."
"warning": "Cały magazyn zadań zostanie wyczyszczony. Zadania, które używają tego magazynu do śledzenia zewnętrznej pracy, nie będą mogły jej wznowić bez ponownego uruchomienia."

I think you can't re-run not from the start 😄

@@ -1,4 +1,6 @@
{
"deferredSlotsNotCounted": "Odłożone pominięte do slotów: {{count}}",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"deferredSlotsNotCounted": "Odłożone pominięte do slotów: {{count}}",
"deferredSlotsNotCounted": "Odłożone niewliczone do slotów: {{count}}",

Maybe?

@kacpermuda kacpermuda left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just few nits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:pl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants