Display detailed backup state
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tusooa 2022-12-24 11:58:33 -05:00 committed by Sam Therapy
parent 7d4ff1e7f5
commit b731d9e471
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 12 additions and 0 deletions

View File

@ -77,6 +77,16 @@
>
{{ $t('settings.download_backup') }}
</a>
<span
v-else-if="backup.state === 'running'"
>
{{ $tc('settings.backup_running', backup.processed_number, { number: backup.processed_number }) }}
</span>
<span
v-else-if="backup.state === 'failed'"
>
{{ $t('settings.backup_failed') }}
</span>
<span
v-else
>

View File

@ -482,6 +482,8 @@
"avatar_size_instruction": "The recommended minimum size for avatar images is 150x150 pixels.",
"background": "Background",
"backup_not_ready": "This backup is not ready yet.",
"backup_running": "This backup is in progress, processed {number} record. | This backup is in progress, processed {number} records.",
"backup_failed": "This backup has failed.",
"bio": "Bio",
"block_export": "Block export",
"block_export_button": "Export your blocks to a csv file",