diff options
| author | kaniini <ariadne@dereferenced.org> | 2019-11-09 17:38:45 +0000 |
|---|---|---|
| committer | kaniini <ariadne@dereferenced.org> | 2019-11-09 17:38:45 +0000 |
| commit | c873a18c64c995721e62399428205c451f8b4758 (patch) | |
| tree | 106417c3e17c7e38c6e0ed47bc7b8bd506a624be /src/i18n | |
| parent | 044c9ad0562af059dd961d50961a3880fca9c642 (diff) | |
| parent | a2a94c4b7b33611d97c61761de0cef85eb892bb1 (diff) | |
Merge branch 'feature/about-page' into 'develop'
Feature/about page
Closes #699
See merge request pleroma/pleroma-fe!985
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 483432ff..ead333c1 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1,4 +1,23 @@ { + "about": { + "staff": "Staff", + "federation": "Federation", + "mrf_policies": "Enabled MRF Policies", + "mrf_policies_desc": "MRF policies manipulate the federation behaviour of the instance. The following policies are enabled:", + "mrf_policy_simple": "Instance-specific Policies", + "mrf_policy_simple_accept": "Accept", + "mrf_policy_simple_accept_desc": "This instance only accepts messages from the following instances:", + "mrf_policy_simple_reject": "Reject", + "mrf_policy_simple_reject_desc": "This instance will not accept messages from the following instances:", + "mrf_policy_simple_quarantine": "Quarantine", + "mrf_policy_simple_quarantine_desc": "This instance will send only public posts to the following instances:", + "mrf_policy_simple_ftl_removal": "Removal from \"The Whole Known Network\" Timeline", + "mrf_policy_simple_ftl_removal_desc": "This instance removes these instances from \"The Whole Known Network\" timeline:", + "mrf_policy_simple_media_removal": "Media Removal", + "mrf_policy_simple_media_removal_desc": "This instance removes media from posts on the following instances:", + "mrf_policy_simple_media_nsfw": "Media Force-set As Sensitive", + "mrf_policy_simple_media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:" + }, "chat": { "title": "Chat" }, |
