Files
sure/config/locales/views/users/pl.yml
UberDudePL cebdf1d4f7 Polish localization: complete translations, pluralization fixes, and reusable locale audit tooling (#1356)
* Add production-ready Polish localization and reusable locale audit tooling

- add and update Polish locale files across models, views, mailers, and shared translations
- add runtime rails-i18n dependency and Polish locale support in language helper
- add regression coverage for Polish pluralization and locale-aware money formatting
- introduce reusable locale audit script for any locale plus backward-compatible PL wrapper
- add localization audit docs and generated PL readiness/pluralization reports
- resolve one/few/many/other pluralization consistency for Polish locales

* Fix Polish locale review feedback

* Fix locale compatibility regressions

* Polish locale typo pass and wrapper cleanup

* Final language improvements and test isolation for Polish locales

- Improved partial_success wording in SnapTrade with proper noun inflection
- Fixed typos: Pomin → Pomiń in Mercury and LunchFlow items
- Isolated I18n backend state in polish_pluralization_test to prevent test coupling

* Fix code review comments in locale audit scripts

- Use RbConfig.ruby instead of 'ruby' to ensure consistent interpreter
- Remove Symbol from permitted_classes and explicitly allow CLDR plural symbols (one, few, many, other) in YAML loading

* Simplify i18n flow and align locale interpolation keys

* Remove locale audit scripts and localization docs
2026-04-07 11:55:58 +02:00

18 lines
805 B
YAML

---
pl:
users:
destroy:
success: Twoje konto zostało usunięte.
update:
email_change_failed: Nie udało się zmienić adresu e-mail.
email_change_initiated: Sprawdź nowy adres e-mail, aby dokończyć potwierdzenie zmiany.
success: Twój profil został zaktualizowany.
resend_confirmation_email:
success: Nowa wiadomość potwierdzająca została dodana do kolejki wysyłki.
no_pending_change: Brak oczekującej zmiany adresu e-mail!
reset:
success: Twoje konto zostało zresetowane. Dane zostaną usunięte w tle za jakiś czas.
unauthorized: Nie masz uprawnień do wykonania tej akcji
reset_with_sample_data:
success: Twoje konto zostało zresetowane, a dane przykładowe są przygotowywane. Dane demo pojawią się wkrótce.