diff options
| author | tusooa <tusooa@kazv.moe> | 2024-01-24 01:50:45 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2024-01-24 01:50:45 +0000 |
| commit | 90427921336879bd7b5df742a7af41d85dceeee4 (patch) | |
| tree | 971fd6fde581674e73377641dfb5bcedb0c954d1 /src/i18n | |
| parent | b0d0a3faf64fa5570ff67c254179350be3ebce47 (diff) | |
| parent | 16f326216a7e3b560bd33b58f6f6cf44fb81ad54 (diff) | |
Merge branch 'tusooa/group-actor' into 'develop'
Support group actors
See merge request pleroma/pleroma-fe!1882
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f98bbb26..a6787f42 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -360,6 +360,11 @@ "remove_language": "Remove", "primary_language": "Primary language:", "fallback_language": "Fallback language {index}:", + "actor_type": "This account is:", + "actor_type_description": "Marking your account as a group will make it automatically repeat statuses that mention it.", + "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", @@ -424,7 +429,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)", @@ -496,7 +500,7 @@ "hide_media_previews": "Hide media previews", "hide_muted_posts": "Hide posts of muted users", "mute_bot_posts": "Mute bot posts", - "hide_bot_indication": "Hide bot indication in posts", + "hide_actor_type_indication": "Hide actor type (bots, groups, etc.) indication in posts", "hide_scrobbles": "Hide scrobbles", "hide_all_muted_posts": "Hide muted posts", "max_thumbnails": "Maximum amount of thumbnails per post (empty = no limit)", @@ -1128,6 +1132,7 @@ "hide_repeats": "Hide repeats", "show_repeats": "Show repeats", "bot": "Bot", + "group": "Group", "birthday": "Born {birthday}", "admin_menu": { "moderation": "Moderation", |
