mirror of
https://github.com/we-promise/sure.git
synced 2026-05-31 16:29:03 +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
29 lines
1.2 KiB
YAML
29 lines
1.2 KiB
YAML
---
|
|
pl:
|
|
plaid_items:
|
|
create:
|
|
success: Konto zostało pomyślnie połączone. Poczekaj na synchronizację kont.
|
|
destroy:
|
|
success: Konta zostały zaplanowane do usunięcia.
|
|
plaid_item:
|
|
add_new: Dodaj nowe połączenie
|
|
confirm_accept: Usuń instytucję
|
|
confirm_body: To trwale usunie wszystkie konta w tej grupie oraz wszystkie powiązane dane.
|
|
confirm_title: Usunąć instytucję?
|
|
connection_lost: Utracono połączenie
|
|
connection_lost_description: To połączenie nie jest już prawidłowe. Aby kontynuować synchronizację danych, usuń je i dodaj ponownie.
|
|
delete: Usuń
|
|
error: Wystąpił błąd podczas synchronizacji danych
|
|
no_accounts_description: Nie udało się wczytać żadnych kont z tej instytucji finansowej.
|
|
no_accounts_title: Nie znaleziono kont
|
|
requires_update: Połącz ponownie
|
|
status: Ostatnia synchronizacja %{timestamp} temu
|
|
status_never: Wymaga synchronizacji danych
|
|
syncing: Synchronizacja...
|
|
update: Aktualizuj
|
|
select_existing_account:
|
|
title: Połącz %{account_name} z Plaid
|
|
description: Wybierz konto Plaid, aby połączyć je z istniejącym kontem
|
|
cancel: Anuluj
|
|
link_account: Połącz konto
|