Improve free tier UX around media.

This commit is contained in:
Cody Henthorne
2025-09-22 10:19:42 -04:00
committed by Jeffrey Starke
parent c5753b96ff
commit cbfdc4b57a
8 changed files with 202 additions and 66 deletions

View File

@@ -862,8 +862,10 @@
<!-- CreateBackupBottomSheet -->
<!-- Bottom sheet title -->
<string name="CreateBackupBottomSheet__you_are_all_set">You\'re all set. Start your backup now.</string>
<!-- Bottom sheet message -->
<!-- Bottom sheet paid message -->
<string name="CreateBackupBottomSheet__depending_on_the_size">Depending on the size of your backup, this could take a long time. You can use your phone as you normally do while the backup takes place.</string>
<!-- Bottom sheet free message -->
<string name="CreateBackupBottomSheet__free_tier">Media is added to your backup as you send and receive messages.</string>
<!-- Headline text for a bottom sheet dialog shown when the restoration of the media backup fails. -->
<string name="RestoreMediaFailedBottomSheet__Cant_restore_media">Can\'t restore media</string>
@@ -8188,6 +8190,13 @@
<string name="RemoteBackupsSettingsFragment__to_view_your_key">To view your key, confirm it\'s you</string>
<!-- Row label for cancelling and deleting backup -->
<string name="RemoteBackupsSettingsFragment__turn_off_and_delete_backup">Turn off and delete backup</string>
<!-- Dialog title for explainer text to on how backup size works for free tier -->
<string name="RemoteBackupsSettingsFragment__free_tier_storage_title">Backup size</string>
<!-- Dialog message for explainer text to on how backup size works for free tier -->
<plurals name="RemoteBackupsSettingsFragment__backup_frequency_dialog_body">
<item quantity="one">Your backup includes all of your text messages and your last %1$d day of media. The size will change as new media is received and old media expires.</item>
<item quantity="other">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
</plurals>
<!-- Snackbar text displayed when backup has been deleted and turned off -->
<string name="RemoteBackupsSettingsFragment__backup_deleted_and_turned_off">Backup deleted and turned off.</string>
<!-- Snackbar text displayed when backup type is downgraded -->
@@ -8331,6 +8340,8 @@
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">A network error occurred. Please check your internet connection and try again.</string>
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">Uploading: %1$s of %2$s (%3$d%%)</string>
<!-- Progress message when backup file is being uploaded. Placeholder is percent completion. -->
<string name="RemoteBackupsSettingsFragment__uploading_d">Uploading: %1$d%%</string>
<!-- Button label to see more details about redemption error -->
<string name="RemoteBackupsSettingsFragment__details">Details</string>
<!-- Text displayed when there was an error deleting backup -->