Add progress phases for initialization and finalization for local backups.

This commit is contained in:
Alex Hart
2026-03-16 14:50:02 -03:00
committed by Michelle Tang
parent d2c8b6e14c
commit 2f41d15a41
14 changed files with 254 additions and 213 deletions

View File

@@ -8754,6 +8754,8 @@
<string name="BackupCreationProgressRow__processing_backup">Processing backup…</string>
<!-- Progress text shown while the backup is being prepared (e.g. exporting accounts, recipients, etc.) -->
<string name="BackupCreationProgressRow__preparing_backup">Preparing backup…</string>
<!-- Progress text shown while the backup is being finalized (e.g. cleaning up old files) -->
<string name="BackupCreationProgressRow__finalizing">Finalizing…</string>
<!-- Progress text shown while messages are being processed, with no count available yet -->
<string name="BackupCreationProgressRow__processing_messages">Processing messages…</string>
<!-- Progress text shown while messages are being processed. %1$s is the formatted current count (e.g. "1,000"), %2$s is the formatted total count (e.g. "100,000"), %3$d is the percent complete (e.g. 42). -->