mirror of
https://github.com/we-promise/sure.git
synced 2026-05-10 14:15:01 +00:00
* 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
19 lines
760 B
YAML
19 lines
760 B
YAML
---
|
|
pl:
|
|
subscriptions:
|
|
self_hosted_alert: "%{product_name} nie jest dostępny w trybie self-hosted."
|
|
upgrade:
|
|
contribute_and_support_sure: "Wspieraj i rozwijaj Sure"
|
|
cta: "Wesprzyj dalszy rozwój tej bazy kodu!"
|
|
header:
|
|
support: "Wesprzyj"
|
|
sure: "Sure"
|
|
today: "już dziś"
|
|
redirect_to_stripe: "W kolejnym kroku nastąpi przekierowanie do Stripe, który obsługuje płatności kartą."
|
|
trialing:
|
|
one: "Twoje dane zostaną usunięte za %{count} dzień"
|
|
few: "Twoje dane zostaną usunięte za %{count} dni"
|
|
many: "Twoje dane zostaną usunięte za %{count} dni"
|
|
other: "Twoje dane zostaną usunięte za %{count} dnia"
|
|
trial_over: "Okres próbny dobiegł końca"
|