[l10n][scheduler] Improve Polish (pl-PL) locale#22612
Conversation
|
Could a maintainer please add the |
Deploy previewBundle size
Check out the code infra dashboard for more information about this PR. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Resolve conflicts in the Polish scheduler locale: - Keep the accurate recurrenceWeeklyPresetLabel from master (mui#22733), which uses the stable weekday token with proper Polish declensions, instead of the non-declining `w ${weekday}` interpolation. - Add the three new untranslated keys introduced on master (selectColorAriaLabel, requiredResourceError, calendarContentAriaLabel) as commented placeholders. - Regenerate docs/data/scheduler/localization/data.json via `pnpm l10n` (pl-PL: 3 missing / 94 total). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Add proposed Polish translations for the keys introduced on master while this PR was open, so the pl-PL locale is fully translated (0 missing / 94 total): - selectColorAriaLabel - requiredResourceError - calendarContentAriaLabel Regenerate docs/data/scheduler/localization/data.json via `pnpm l10n`. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
rita-codes
left a comment
There was a problem hiding this comment.
I merged master to resolve the conflicts. While this PR was open, master added three new locale keys (selectColorAriaLabel, requiredResourceError, calendarContentAriaLabel) and the accurate recurrenceWeeklyPresetLabel (#22733). I filled in proposed Polish translations for the three new keys so the locale stays fully translated, but I'm not a native Polish speaker — could you confirm they read naturally? @adamowski10 @michaldudak
| noResourceAriaLabel: 'Brak określonego zasobu', | ||
| selectColorAriaLabel: (color) => `Wybierz ${color} jako kolor wydarzenia`, | ||
| resourceLabel: 'Zasób', | ||
| requiredResourceError: 'Zasób jest wymagany.', |
There was a problem hiding this comment.
Proposed translation — please confirm:
requiredResourceError: 'Zasób jest wymagany.',There was a problem hiding this comment.
To me, "Należy wybrać zasób." sounds a little better. What do you think, @michaldudak?
…r (pl-PL) Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
rita-codes
left a comment
There was a problem hiding this comment.
Thanks for taking care of this 💙
Co-authored-by: Adam Nowicki <[email protected]> Co-authored-by: Rita Iglesias Gandara <[email protected]> Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]> Co-authored-by: Rita <[email protected]>
Changelog
Test plan
pnpm l10n.pnpm prettier.