Add optimize storage setting and sheet.

This commit is contained in:
Alex Hart
2024-08-01 15:52:51 -03:00
committed by mtang-signal
parent 2677665069
commit 1d1ea01cc1
6 changed files with 288 additions and 7 deletions

View File

@@ -7217,6 +7217,20 @@
<string name="ManageStorageSettingsFragment_apply_limits_title">Apply limits to linked devices</string>
<!-- Setting description for syncing automated chat limit trimming (deleting messages automatically by length or date) to linked devices -->
<string name="ManageStorageSettingsFragment_apply_limits_description">When enabled, chat limits will also delete messages from your linked devices.</string>
<!-- Setting section title header for storage optimization -->
<string name="ManageStorageSettingsFragment__on_device_storage">On-device storage</string>
<!-- Setting row title for storage optimization -->
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize on-device storage</string>
<!-- Setting row explanation for storage optimization -->
<string name="ManageStorageSettingsFragment__unused_media_will_be_offloaded">Unused media will be offloaded, but can be downloaded from your backup anytime.</string>
<!-- UpgradeToEnableOptimizedStorageSheet -->
<!-- Title on a bottom sheet, detailing that the user must upgrade to enable storage optimization -->
<string name="UpgradeToEnableOptimizedStorageSheet__upgrade_to_enable_this_feature">Upgrade to enable this feature</string>
<!-- Subtitle of bottom sheet detailing that the user must upgrade to enable storage optimization -->
<string name="UpgradeToEnableOptimizedStorageSheet__storage_optimization_can_only_be_used">Storage optimization can only be used with the paid tier of Signal Backups. Upgrade your backup plan to start using this feature.</string>
<!-- Primary action to launch upgrade flow -->
<string name="UpgradeToEnableOptimizedStorageSheet__upgrade_now">Upgrade now</string>
<!-- Educational bottom sheet dialog title shown to notify about delete syncs causing deletes to happen across all devices -->
<string name="DeleteSyncEducation_title">Deleting is now synced across all of your devices</string>