Add support filter after backup export failure.

This commit is contained in:
Alex Hart
2025-06-20 16:32:34 -03:00
committed by Cody Henthorne
parent eeae9579d9
commit 18f7a88d66
8 changed files with 166 additions and 11 deletions

View File

@@ -7878,6 +7878,8 @@
</plurals>
<!-- Clickable text to learn more about the content of this bottom sheet -->
<string name="BackupAlertBottomSheet__learn_more">Learn more</string>
<!-- Clickable text to enter contact support flow -->
<string name="BackupAlertBottomSheet__contact_support">Contact support</string>
<!-- Secondary action button text when user does not have enough free space to download their backup. -->
<string name="BackupAlertBottomSheet__skip_restore">Skip restore</string>
<!-- Primary action button to open backups management screen -->
@@ -8501,7 +8503,12 @@
<!-- 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>
<string name="EnterBackupKey_network_failure_support_email_filter" translatable="false">Android SignalBackups Import Failed</string>
<!-- Email subject when contacting support on a create backup failure -->
<string name="BackupAlertBottomSheet_network_failure_support_email">Signal Android Backup export network error</string>
<!-- Email filter when contacting support on a create backup failure -->
<string name="BackupAlertBottomSheet_export_failure_filter" translatable="false">Android SignalBackups Export Failed</string>
<!-- Title of dialog asking to submit debuglogs -->
<string name="ContactSupportDialog_submit_debug_log">Submit debug log?</string>
@@ -8595,6 +8602,10 @@
<string name="Notification_backup_storage_full">Backup storage full</string>
<!-- Notification body for when user is out of remote storage -->
<string name="Notification_youve_reached_your_backup_storage_limit">You\'ve reached your backup storage limit. Free up space in Signal to continue backing up chats and media.</string>
<!-- Notification title for when initial backup failed -->
<string name="Notification_backup_failed">Backup failed</string>
<!-- Notification body for when initial backup failed -->
<string name="Notification_an_error_occurred_and_your_backup">An error occurred and your backup could not be completed. Tap for details.</string>
<!-- EOF -->
</resources>