{t('backup.picpeak.intro', 'Download a single self-contained file, then upload it on another instance to clone this one — all through the browser.')}
{t('backup.picpeak.secretsWarning', 'This file contains secrets in plain text (email password, admin credentials, API keys). Store it securely and only transfer it over trusted channels.')}
{t('backup.picpeak.restoreIntro', 'Upload a .picpeak taken from this or another instance. Same database engine only.')}
{result && ({t('backup.picpeak.restoreDone', 'Backup restored.')}
{t('backup.picpeak.restoreSummary', '{{tables}} tables and {{files}} files restored.', { tables: result.tables, files: result.filesRestored, })}
{result.usesExternalMedia && (
{t('backup.picpeak.confirmBody', 'This permanently replaces ALL data on this instance with the uploaded backup, except your current account. This cannot be undone.')}
{pendingFile.name}