Display detailed backup state
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
7d4ff1e7f5
commit
b731d9e471
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue