diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-02-10 08:04:58 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-02-10 08:04:58 +0000 |
| commit | 788ff531d680bb4f5c11c6d2bf08db53b4f5641b (patch) | |
| tree | b220c75d39a1e46f6ac43f3efb55171e6cb26664 /src/i18n | |
| parent | 8fcb9c42aad9e623287c26244f079fc5028c6359 (diff) | |
| parent | dafced3a864c80f69316417082aaa08e10adee49 (diff) | |
Merge branch 'feature/mrf-keyword-policy-disclosure' into 'develop'
MRF Keyword Policy Disclosure
See merge request pleroma/pleroma-fe!1055
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index db2ce54d..ef841bbb 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -16,7 +16,16 @@ "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:" + "mrf_policy_simple_media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:", + "mrf": { + "keyword": { + "keyword_policies": "Keyword Policies", + "ftl_removal": "Removal from \"The Whole Known Network\" Timeline", + "reject": "Reject", + "replace": "Replace", + "is_replaced_by": "→" + } + } }, "chat": { "title": "Chat" |
