diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-12 13:51:32 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-29 21:27:03 -0400 |
| commit | f661099b607220dd4d63d334eb0952e785f38183 (patch) | |
| tree | 17413ed2b1ac472047ee4f218258ac4c0c2caca1 | |
| parent | 176da2bbe53e540239c9781776968d8ce59127ed (diff) | |
Add Engilsh translation for migration
Ref: migrate-ui
| -rw-r--r-- | src/i18n/en.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f8336e5c..a54fd0da 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -339,6 +339,17 @@ "delete_account_description": "Permanently delete your data and deactivate your account.", "delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.", "delete_account_instructions": "Type your password in the input below to confirm account deletion.", + "account_alias": "Account aliases", + "account_alias_table_head": "Alias", + "remove_alias": "Remove this alias", + "new_alias_target": "Add a new alias (e.g. {example})", + "added_alias": "Alias is added.", + "add_alias_error": "Error adding alias: {error}", + "move_account": "Move account", + "move_account_notes": "If you want to move the account somewhere else, you must go to your target account and add an alias pointing here.", + "move_account_target": "Target account (e.g. {example})", + "moved_account": "Account is moved.", + "move_account_error": "Error moving account: {error}", "discoverable": "Allow discovery of this account in search results and other services", "domain_mutes": "Domains", "avatar_size_instruction": "The recommended minimum size for avatar images is 150x150 pixels.", |
