mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49: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
18 lines
976 B
YAML
18 lines
976 B
YAML
---
|
|
pl:
|
|
pdf_import_mailer:
|
|
next_steps:
|
|
greeting: "Cześć %{name},"
|
|
intro: "Zakończyliśmy analizę dokumentu PDF przesłanego do %{product}."
|
|
document_type_label: Typ dokumentu
|
|
summary_label: Podsumowanie AI
|
|
transactions_note: Ten dokument wygląda na zawierający transakcje. Możesz je teraz wyodrębnić i przejrzeć.
|
|
document_stored_note: Ten dokument został zapisany do Twojego wglądu. Może służyć jako kontekst w przyszłych rozmowach z AI.
|
|
next_steps_label: Co dalej?
|
|
next_steps_intro: "Masz kilka opcji:"
|
|
option_extract_transactions: Wyodrębnij transakcje z tego wyciągu
|
|
option_keep_reference: Zachowaj dokument jako materiał referencyjny do przyszłych rozmów z AI
|
|
option_delete: Usuń ten import, jeśli nie jest już potrzebny
|
|
view_import_button: Zobacz szczegóły importu
|
|
footer_note: To wiadomość automatyczna. Prosimy nie odpowiadać bezpośrednio na ten e-mail.
|