diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-09 00:38:46 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-05-09 00:42:24 -0400 |
| commit | 22af78c7f421a1b62e5149a7ea95d789493e382d (patch) | |
| tree | 9683be66cb2a275ced4d084f24fa919d95104b28 /src | |
| parent | f3ce76ddbfb49b574b37019ed0c1062d509de916 (diff) | |
Add English translations for backup UI
Diffstat (limited to 'src')
| -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 f8336e5c..06c2a5e4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -314,6 +314,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", |
