Add UX for out of remote storage space error presentation.

This commit is contained in:
Alex Hart
2025-06-09 15:56:08 -03:00
committed by Greyson Parrelli
parent 1424dd6892
commit dd5941b884
13 changed files with 167 additions and 70 deletions

View File

@@ -5346,6 +5346,8 @@
<string name="AppSettingsFragment__couldnt_complete_backup">Couldn\'t complete backup</string>
<!-- String alerting user that backup redemption -->
<string name="AppSettingsFragment__couldnt_redeem_your_backups_subscription">Couldn\'t redeem your backups subscription</string>
<!-- String alerting user that backup storage limit has been reached -->
<string name="AppSettingsFragment__backup_storage_limit_reached">Backup storage limit reached</string>
<!-- String displayed telling user to invite their friends to Signal -->
<string name="AppSettingsFragment__invite_your_friends">Invite your friends</string>
<!-- String displayed in a toast when we successfully copy the donations subscriber id to the clipboard -->
@@ -8238,6 +8240,10 @@
<string name="RemoteBackupsSettingsFragment__backups_have_been_turned_off_and_your_data_has_been_deleted">Backups have been turned off and your data has been deleted from Signals secure storage service.</string>
<!-- Text displayed while downloading backup during deletion. First placeholder is amount downloaded, second is amount remaining, last is percentage. -->
<string name="RemoteBackupsSettingsFragment__downloading_s_of_s_d">Downloading: %1$s of %2$s (%3$d%%)</string>
<!-- Text displayed when user is out of storage space. Placeholder is storage limit in human readable form (ex. 1GB) -->
<string name="RemoteBackupsSettingsFragment__youve_reached_the_s_storage_limit">You\'ve reached the %1$s storage limit that\'s included with your backup plan. To backup new chats and media free up space.</string>
<!-- Button label to open storage management screen -->
<string name="RemoteBackupsSettingsFragment__manage_storage">Manage storage</string>
<!-- DownloadYourBackupTodayDialog -->
<!-- Dialog title -->