Provide retry UX for tier restore network failures.

This commit is contained in:
Cody Henthorne
2025-03-31 11:30:49 -04:00
committed by Greyson Parrelli
parent 9b527f7c6c
commit eb44dd4318
11 changed files with 363 additions and 36 deletions

View File

@@ -8292,6 +8292,25 @@
<string name="EnterBackupKey_backup_key_you_entered_is_correct_but_no_backup">The backup key you entered is correct, but there is no backup associated with it. If you still have your old phone, make sure backups are enabled and that a backup has been completed and try again.</string>
<!-- Dialog button shown during registration and trying to restore a remote backup to instead skip said backup process -->
<string name="EnterBackupKey_skip_restore">Skip restore</string>
<!-- Dialog title text when encountering backup restore network error -->
<string name="EnterBackupKey_cant_restore_backup">Can\'t restore backup</string>
<!-- Dialog body text when encountering backup restore network error -->
<string name="EnterBackupKey_your_backup_cant_be_restored_right_now">Your backup can\'t be restored right now. Check your internet connection and try again. </string>
<!-- Dialog button text to contact support on network error -->
<string name="EnterBackupKey_contact_support">Contact support</string>
<!-- Email subject when contacting support on a restore backup network issue -->
<string name="EnterBackupKey_network_failure_support_email">Signal Android Backup restore network error</string>
<string name="EnterBackupKey_network_failure_support_email_filter" translatable="false">Signal Android Backup restore network error</string>
<!-- Title of dialog asking to submit debuglogs -->
<string name="ContactSupportDialog_submit_debug_log">Submit debug log?</string>
<!-- Body of dialog explaining what debug logs are and that they are optional to submit -->
<string name="ContactSupportDialog_your_debug_logs">Your debug logs will help us troubleshoot your issue faster. Submitting your logs is optional.</string>
<!-- Button option to submit debug log when contacting support -->
<string name="ContactSupportDialog_submit_with_debug">Submit with debug log</string>
<!-- Button option to not submit debug log when contacting support -->
<string name="ContactSupportDialog_submit_without_debug">Submit without debug log</string>
<!-- Title for restore via qr screen -->
<string name="RestoreViaQr_title">Scan this code with your old phone</string>