diff options
| author | tusooa <tusooa@kazv.moe> | 2023-12-27 22:30:19 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-12-27 22:30:19 -0500 |
| commit | 0110fd86c2f166de5be8d675ffa34ab815463b2d (patch) | |
| tree | cfd05f0dc0085ec3c3da04745263177086d2539b /src/i18n | |
| parent | 6391a6a4ead068455a5b23d7d11ce0cdf2ec87ea (diff) | |
Allow user to mark account as group
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f4c9de18..55c24905 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -359,6 +359,10 @@ "remove_language": "Remove", "primary_language": "Primary language:", "fallback_language": "Fallback language {index}:", + "actor_type": "This account is:", + "actor_type_Person": "a normal user", + "actor_type_Service": "a bot", + "actor_type_Group": "a group", "app_name": "App name", "expert_mode": "Show advanced", "save": "Save changes", @@ -423,7 +427,6 @@ "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", "cBlue": "Blue (Reply, follow)", "cGreen": "Green (Retweet)", |
