diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-15 10:42:01 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-15 10:42:01 -0600 |
commit | 13de392fc5769114015bb6780dce41e803fa6946 (patch) | |
tree | bc85ee77a51a0cf324955a6cbde0e15d0e850503 /config/locales | |
parent | d1ea02408be8ecaa2b67ff8f219674639999ebba (diff) |
add admin option to toggle whether service/app accounts should be auto-trusted in graylist mode + give options better descriptions
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 3c8bb4fb6..b19150699 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -515,22 +515,25 @@ en: desc_html: Display public timeline on landing page title: Timeline preview auto_reject_unknown: - desc_html: Automatically reject unknown accounts from newly-federated servers. <strong>Enables secure mode.</strong> - title: Graylist federation mode + desc_html: Automatically reject unknown peers from newly-federated servers. <strong>Enables secure mode.</strong> + title: Restricted federation mode auto_mark_known: - desc_html: Learn known accounts from outgoing interactions and incoming repeats from packmates. - title: Auto-learn known accounts + desc_html: Automatically trust remote peers based on community interactions. + title: Learn to trust peers + auto_mark_services_known: + desc_html: Allow instance services, such as relays, to be automatically trusted. <strong>Will make restricted mode less effective.</strong> + title: Auto-trust instance applicatons and services auto_mark_instance_actors_known: - desc_html: Automatically allow server actor accounts to fetch resources from this server when marking accounts known. - title: Auto-trust server actors + desc_html: Allow instance actors to interact with this server when trusting peers. + title: Auto-trust instance actors always_mark_instance_actors_known: - desc_html: Always allow server actor accounts to fetch resources from this server. May reduce privacy. + desc_html: Always allow server actor accounts to fetch resources from this server. <strong>Will make restricted mode less effective.</strong> title: Always trust server actors mark_known_from: - follows: Trust accounts when someone joins their pack - mentions: Trust accounts when locally mentioned - boosts: Trust accounts shared by known creatures - favourites: Trust accounts when locally admired + follows: Trust new peers when someone joins their pack + mentions: Trust new peers when they're mentioned locally + boosts: Trust new peers whose roars are shared by known creatures + favourites: Trust new peers whose roars are admired locally werewolf_status: desc_html: Enable werewolf status Easter egg (requires an announcer account) title: Werewolf status |