diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:31:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:31:19 +0000 |
| commit | 5ad7dc783586d87f5886b27e4c71050fe551d4d3 (patch) | |
| tree | a9d06670b211156c00061271b1a19f41471dd0a7 /src/i18n | |
| parent | b4006bf4f0839bc3ed9009416c56e69f6f2e01ab (diff) | |
| parent | 653a762c21270bc74fd4da8bf49ec1c7d8f69df2 (diff) | |
Merge branch 'from/develop/tusooa/backup-ui' into 'develop'
Add ui for backup
See merge request pleroma/pleroma-fe!1520
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index a5c43a73..0c1de44c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -317,6 +317,16 @@ "mute_import_error": "Error importing mutes", "mutes_imported": "Mutes imported! Processing them will take a while.", "import_mutes_from_a_csv_file": "Import mutes from a csv file", + "account_backup": "Account backup", + "account_backup_description": "This allows you to download an archive of your account information and your posts, but they cannot yet be imported into a Pleroma account.", + "account_backup_table_head": "Backup", + "download_backup": "Download", + "backup_not_ready": "This backup is not ready yet.", + "remove_backup": "Remove", + "list_backups_error": "Error fetching backup list: {error}", + "add_backup": "Create a new backup", + "added_backup": "Added a new backup.", + "add_backup_error": "Error adding a new backup: {error}", "blocks_tab": "Blocks", "bot": "This is a bot account", "btnRadius": "Buttons", |
