diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-02-24 16:53:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 16:53:16 +0100 |
commit | 4f19504986cad8b10211458078757eb5a7e5afd1 (patch) | |
tree | 85cd45979abb7103ba86df3188621f4fb2a82422 /config/locales | |
parent | 5f4c0b79c25486548b44f1bc5d65e7527a4843c4 (diff) |
Add inline description of moderation actions in moderation interface (#15792)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 4b5ff7ae8..97d5b3122 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -14,6 +14,12 @@ en: send_email_notification: The user will receive an explanation of what happened with their account text_html: Optional. You can use toot syntax. You can <a href="%{path}">add warning presets</a> to save time type_html: Choose what to do with <strong>%{acct}</strong> + types: + disable: Prevent the user from using their account, but do not delete or hide their contents. + none: Use this to send a warning to the user, without triggering any other action. + sensitive: Force all this user's media attachments to be flagged as sensitive. + silence: Prevent the user from being able to post with public visibility, hide their posts and notifications from people not following them. + suspend: Prevent any interaction from or to this account and delete its contents. Revertible within 30 days. warning_preset_id: Optional. You can still add custom text to end of the preset announcement: all_day: When checked, only the dates of the time range will be displayed |