Display progress for RestoreAttachmentJobs as a Banner.

This commit is contained in:
Nicholas Tinsley
2024-08-08 14:50:36 -04:00
committed by mtang-signal
parent 4af6e0480a
commit 7807d92825
10 changed files with 196 additions and 7 deletions

View File

@@ -816,6 +816,41 @@
<!-- Action button to dismiss sheet and back up now -->
<string name="CreateBackupBottomSheet__back_up_now">Back up now</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>
<!-- Help text for a bottom sheet dialog shown when the restoration of the media backup fails, displayed while the app is calculating the amount of disk space required. -->
<string name="RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space_placeholder">Your device does not have enough free space. Free up storage space to restore your media.\n\nIf you choose “Skip restore” the media in your backup will be deleted the next time your device completes a new backup.</string>
<!-- Help text for a bottom sheet dialog shown when the restoration of the media backup fails, displayed once the app knows how much disk space is required. The placeholder is a filesize, such as "1.23 GB." -->
<string name="RestoreMediaFailedBottomSheet__Your_device_does_not_have_enough_free_space">Your device does not have enough free space. Free up %1$s of space to restore your media.\n\nIf you choose “Skip restore” the media in your backup will be deleted the next time your device completes a new backup.</string>
<!-- Confirmation button to dismiss bottom sheet dialog without aborting the restoration process. -->
<string name="RestoreMediaFailedBottomSheet__Okay">OK</string>
<!-- Negative button on a bottom sheet dialog shown when the restoration of the media backup fails. This aborts the restoration process. -->
<string name="RestoreMediaFailedBottomSheet__Skip_restore">Skip restore</string>
<!-- Accessibility content description for the "Backup Error" icon -->
<string name="RestoreMediaFailedBottomSheet__Backup_error_icon_content_description">Backup error icon</string>
<!-- Banner text that is displayed at the top of the app when trying to restore more media than the device's memory has space for. -->
<string name="RestoreMediaErrorBanner__Free_up_storage_space">Free up storage space to restore your media.</string>
<!-- Banner text that is displayed at the top of the app when trying to restore more media than the device's memory has space for. The placeholder is a filesize, such as "1.23 GB." -->
<string name="RestoreMediaErrorBanner__Free_up_of_space">Free up %1$s of space to restore your media.</string>
<!-- Remote media restoration in-process status title. -->
<string name="RestoreMediaReminder__Restoring_media">Restoring media</string>
<!-- Remote media restoration in-process description. The first to placeholders are filesizes, such as "865 MB" and "2.3 GB". The final placeholder is a whole number representing the percentage progress. -->
<string name="RestoreMediaReminder__Progress_filesize">%1$s of %2$s (%3$d%%)</string>
<!-- Remote media restoration paused status title. -->
<string name="RestoreMediaReminder__Restoring_media_paused">Restoring media paused</string>
<!-- Remote media restoration paused status description for when the restore is paused because unmetered connectivity, such as WiFi, is unavailable. -->
<string name="RestoreMediaReminder__Waiting_for_Wifi">Waiting for WiFi…</string>
<!-- Remote media restoration paused status description for when the restore is paused because internet is unavailable. -->
<string name="RestoreMediaReminder__Waiting_for_internet_connection">Waiting for Internet connection…</string>
<!-- Remote media restoration paused status description for when the device's battery is low -->
<string name="RestoreMediaReminder__low_battery">Low battery. Charge your device.</string>
<!-- Remote media restoration call to action when the device is out of space. The placeholder string is a file size, such as "1.23 GB". -->
<string name="RestoreMediaReminder__Free_up_space">Free up %1$s to restore your media.</string>
<!-- Button label to abort media restoration -->
<string name="RestoreMediaReminder__Skip_restore">Skip restore</string>
<!-- BackupsPreferenceFragment -->
<string name="BackupsPreferenceFragment__chat_backups">Chat backups</string>
<string name="BackupsPreferenceFragment__backups_are_encrypted_with_a_passphrase">Backups are encrypted with a passphrase and stored on your device.</string>