mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
This commit introduces localized error messages for Google Play billing issues and refactors the error handling in `UpgradeRepoGplay`. - `BillingException` and `BillingResultException` now implement `HasLocalizedError` to provide user-friendly error messages. - New string translations for billing error labels and descriptions have been added for various languages. - `UpgradeRepoGplay` now includes an `error` field in its `Info` state to propagate billing errors. - The `upgradeInfo` flow in `UpgradeRepoGplay` has been updated with a `retryWhen` operator to handle errors more gracefully. If an error occurs but the pro state was recent, it emits a grace period state. Otherwise, it emits the error. - `OverviewFragmentVM` now observes `upgradeState` and posts any non-pro errors to `errorEvents` for display.
10 lines
875 B
XML
10 lines
875 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="upgrades_gplay_unavailable_error">Služby Google Play nie sú k dispozícii.</string>
|
|
<string name="upgrades_no_purchases_found_check_account">Nenašli sa žiadne nákupy. Používate správny účet?</string>
|
|
<string name="upgrades_gplay_billing_error_label">Chyba Google Play</string>
|
|
<string name="upgrades_gplay_billing_error_description">V Google Play sa vyskytla chyba. Skúste to neskôr alebo reštartujte telefón.\n\nChyba: %s</string>
|
|
<string name="upgrades_gplay_billing_result_error_label">Chyba fakturácie Google Play</string>
|
|
<string name="upgrades_gplay_billing_result_error_description">Pri vyžiadaní podrobností o vašom nákupe z Google Play sa vyskytla chyba. Vymažte vyrovnávaciu pamäť Google Play a reštartujte telefón.\n\nChyba %s</string>
|
|
</resources>
|