mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 15: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
892 B
YAML
19 lines
892 B
YAML
---
|
|
pl:
|
|
activerecord:
|
|
errors:
|
|
models:
|
|
transfer:
|
|
attributes:
|
|
base:
|
|
inflow_cannot_be_in_multiple_transfers: Transakcja wpływu nie może być częścią wielu przelewów
|
|
must_be_from_different_accounts: Przelew musi dotyczyć różnych kont
|
|
must_be_from_same_family: Przelew musi być w ramach tego samego gospodarstwa domowego
|
|
must_be_within_date_range: Daty transakcji przelewu muszą być w ciągu 4 dni od siebie
|
|
must_have_opposite_amounts: Transakcje przelewu muszą mieć przeciwne kwoty
|
|
must_have_single_currency: Przelew musi być w jednej walucie
|
|
outflow_cannot_be_in_multiple_transfers: Transakcja wypływu nie może być częścią wielu przelewów
|
|
transfer:
|
|
name: Przelew do %{to_account}
|
|
payment_name: Płatność do %{to_account}
|