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
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
pl:
|
|
helpers:
|
|
label:
|
|
user:
|
|
invite_code: Kod zaproszenia
|
|
submit:
|
|
user:
|
|
create: Kontynuuj
|
|
registrations:
|
|
closed: Rejestracja jest obecnie zamknięta.
|
|
create:
|
|
failure: Wystąpił problem podczas rejestracji.
|
|
invalid_invite_code: Nieprawidłowy kod zaproszenia, spróbuj ponownie.
|
|
success: Rejestracja zakończyła się pomyślnie.
|
|
new:
|
|
invitation_message: "%{inviter} zaprosił(a) Cię do dołączenia jako %{role}"
|
|
join_family_title: Dołącz do %{family} %{moniker}
|
|
role_admin: administrator
|
|
role_guest: gość
|
|
role_member: członek
|
|
submit: Utwórz konto
|
|
title: Utwórz swoje konto
|
|
welcome_body: Aby rozpocząć, musisz zarejestrować nowe konto. Następnie będzie można skonfigurować dodatkowe ustawienia w aplikacji.
|
|
welcome_title: Witamy w Self Hosted %{product_name}!
|
|
password_placeholder: Wpisz hasło
|
|
password_requirements:
|
|
length: Minimum 8 znaków
|
|
case: Wielkie i małe litery
|
|
number: Liczba (0-9)
|
|
special: "Znak specjalny (!, @, #, $, %, itp.)"
|