Update local backup export UI

This commit is contained in:
trevor-signal
2026-01-16 15:36:06 -05:00
committed by GitHub
parent 094f41fcbc
commit 3f98b4cc8f
23 changed files with 1085 additions and 280 deletions

View File

@@ -7480,6 +7480,30 @@
"messageformat": "Your chat history cant be exported because Signal doesnt have permission to write files to disk. Try changing your disk's permissions or updating your system settings and then export again.",
"description": "Detail text in dialog shown when we attempted to save a file during export but got a permissions error"
},
"icu:LocalBackupExport--ProgressDialog--Header": {
"messageformat": "Exporting backup",
"description": "Title of a progress dialog that shows while exporting a local backup"
},
"icu:LocalBackupExport--CompleteDialog--Header": {
"messageformat": "Backup export complete",
"description": "Title of the dialog shown once the export is complete"
},
"icu:LocalBackupExport--CompleteDialog--RestoreInstructionsHeader": {
"messageformat": "To restore this backup:",
"description": "Shown above a list of three bullet-point instructions that show users how to restore their chat history from this backup on their phone"
},
"icu:LocalBackupExport--CompleteDialog--RestoreInstructionsTransfer": {
"messageformat": "Transfer your backup folder to your phone's storage",
"description": "First step in instructions for users on how to restore their local chat history backup onto their phone"
},
"icu:LocalBackupExport--CompleteDialog--RestoreInstructionsInstall": {
"messageformat": "Install a new copy of Signal on your phone",
"description": "Second step in instructions for users on how to restore their chat history backup onto their phone"
},
"icu:LocalBackupExport--CompleteDialog--RestoreInstructionsRestore": {
"messageformat": "Tap “Restore or Transfer” and choose “On Device Backup”",
"description": "Third step in instructions for users on how to restore their chat history backup onto their phone"
},
"icu:NotificationProfile--moon-icon": {
"messageformat": "Moon icon",
"description": "Screenreader description for the moon icon used to signify notification profiles"
@@ -7956,6 +7980,18 @@
"messageformat": "See key again",
"description": "Link text to return to the previous backup key page, shown when confirming the backup key for local message backups."
},
"icu:Preferences__local-backups-last-backup": {
"messageformat": "Last backup",
"description": "Label for the last backup date in local on-device backups settings."
},
"icu:Preferences__local-backups-last-backup-never": {
"messageformat": "Never",
"description": "Text shown when no local backup has been created yet."
},
"icu:Preferences__local-backups-backup-now": {
"messageformat": "Back up now",
"description": "Button to trigger a local backup immediately."
},
"icu:Preferences__local-backups-folder": {
"messageformat": "Backup folder",
"description": "Label for current folder in which local on-device backups are stored."