From 4dfc40324b1f3b20550982621501e162d2ed3bed Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 8 Aug 2019 09:59:14 -0500 Subject: add new `reject unknown` policy option to prevent spam & harassment from large/undermoderated servers --- config/locales/en.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 95b20571a..6f34635f3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -196,6 +196,8 @@ en: unsubscribe: Unsubscribe username: Username warn: Warn + known: Mark known + unknown: Mark unknown web: Web action_logs: actions: @@ -235,6 +237,8 @@ en: update_custom_emoji: "%{name} updated emoji %{target}" update_domain_block: "%{name} updated policy for %{target}" update_status: "%{name} updated roar by %{target}" + mark_known_account: "%{name} marked %{target}'s account known" + mark_unknown_account: "%{name} marked %{target}'s account unknown" deleted_status: "(deleted roar)" title: Audit log custom_emojis: @@ -305,6 +309,8 @@ en: title: New domain policy force_sensitive: Mark media sensitive force_sensitive_hint: Forces all media from this domain to be marked sensitive. + reject_unknown: Reject unknown accounts + reject_unknown_hint: Rejects content and requests from accounts that haven't been interacted with by the community or immediate packmates. reason: Add notes here. reject_media: Reject media files reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions -- cgit