mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
settings_upgrade_status_label lived twice per flavor: once for the
Settings row, once as a raw locale-translated string standing in for
what the upgrade screen otherwise composes from the app name and the
tier qualifier. On gplay the two could drift apart -- 15 of 75
locales showed the wrong word order or an untranslated English
fallback where the composed title used the correct language. The row
now composes through the same brandTitle template gplay's own
upgrade screen title already used, so the two can no longer disagree.
FOSS's value was a support ask ("Sponsor CAPod"), not a composed
brand title, so its wording stays untouched -- the key is renamed to
upgrade_foss_sponsor_label (byte-identical text, all 75 locales) and
both FOSS call sites read that one resource instead.
25 lines
2.2 KiB
XML
25 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="foss_upgrade_donate_label">Wesprzyj</string>
|
|
<string name="foss_upgrade_alreadydonated_label">Już wsparłem</string>
|
|
<string name="foss_upgrade_no_money_label">Wydałem wszystkie pieniądze na AirPods</string>
|
|
<string name="upgrade_foss_preamble">CAPod Foss jest bezpłatny i otwarto-źródłowy. Jeśli uważasz go za użyteczny, rozważ sponsorowanie rozwoju, aby pomóc kontynuować projekt.</string>
|
|
<string name="upgrade_foss_sponsor_action">Wesprzyj rozwój</string>
|
|
<string name="upgrade_foss_sponsor_subtitle">Bez reklam. Bez śledzenia. Bez uzależnienia od Google Play.</string>
|
|
<string name="upgrade_foss_sponsor_returned_early">Już wróciłeś? Twoje wsparcie utrzymuje CAPod przy życiu.</string>
|
|
<string name="upgrade_foss_supporter_since">Wspierający od %s</string>
|
|
<string name="upgrade_foss_supporter_thanks">Dziękuję za wsparcie rozwoju CAPod!</string>
|
|
<string name="upgrade_foss_sponsor_again_action">Otwórz stronę wspierającego</string>
|
|
<string name="upgrade_foss_sponsor_label">Sponsoruj CAPod</string>
|
|
<string name="settings_upgrade_status_description">Status twojego wsparcia.</string>
|
|
<string name="upgrade_screen_why_title">Korzyści z uaktualnienia</string>
|
|
<string name="upgrade_screen_how_title">Jak pomóc</string>
|
|
<string name="upgrade_screen_how_body">Zostań patronem i wspieraj rozwój! Dotknij przycisku poniżej, aby aktywować wszystkie dodatkowe funkcje i otworzyć mój profil GitHub Sponsors.</string>
|
|
<string name="upgrade_screen_status_free_title">Wersja darmowa</string>
|
|
<string name="upgrade_screen_status_free_body">Korzystasz z bezpłatnej wersji CAPod. Dodatkowe funkcje można odblokować poprzez wsparcie programisty.</string>
|
|
<string name="upgrade_screen_status_free_action">Zobacz opcje aktualizacji</string>
|
|
<string name="upgrade_screen_status_upgraded_title">Aktualizacja aktywna</string>
|
|
<string name="upgrade_screen_recurring_title">Wspieraj dalej</string>
|
|
<string name="upgrade_screen_recurring_body">CAPod stale się rozwija dzięki aktualizacjom i poprawkom. Jeśli chcesz go wspierać, rozważ cykliczną darowiznę za pośrednictwem GitHub Sponsors.</string>
|
|
</resources>
|