From af0b6f445c597b41e861da9e77f39b4caed3e753 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sun, 16 Aug 2020 21:48:42 -0500 Subject: [Filters, Timelines] Add options to toggle filters for replies to and boosts of unfollowed accounts --- config/locales/en-MP.yml | 5 +++-- config/locales/simple_form.en-MP.yml | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'config/locales') diff --git a/config/locales/en-MP.yml b/config/locales/en-MP.yml index 26931ffe3..18ce2d7c4 100644 --- a/config/locales/en-MP.yml +++ b/config/locales/en-MP.yml @@ -68,7 +68,7 @@ en-MP: appearance: toot_layout: Roar layout custom_css: Custom CSS - custom_css_error: "There are problems with the above CSS that must be fixed before it can be applied:" + custom_css_error: "There are problems with the above CSS that must be fixed before it can be applied:" auth: description: prefix_invited_by_user: "@%{name} invites you to join Monsterpit!" @@ -98,6 +98,7 @@ en-MP: title: New roar preferences: advanced_publishing: Advanced publishing options + filtering: Filtering options remote_interaction: favourite: proceed: Proceed to admire @@ -141,4 +142,4 @@ en-MP: warning: explanation: silence: While your account is limited, only creatures who are already following you will see your roars on this server, and you may be excluded from various public listings. However, others may still manually follow you. - suspend: Your account has been suspended, and all of your roars and your uploaded media files have been irreversibly removed from this server, and servers where you had followers. \ No newline at end of file + suspend: Your account has been suspended, and all of your roars and your uploaded media files have been irreversibly removed from this server, and servers where you had followers. diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 8b9e09b65..f442203cc 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -26,6 +26,8 @@ en-MP: setting_default_content_type_console_html: Plain-text console formatting. setting_default_content_type_bbcode_html: "[b]Bold[/b], [u]Underline[/u], [i]Italic[/i], [code]Console[/code], ..." setting_default_language: The language of your roars can be detected automatically, but it's not always accurate + setting_filter_to_unknown: Do not show replies to unfollowed accounts on your home timeline. Takes effect for newly-pushed items. + setting_filter_from_unknown: Do not show boosts from unfollowed accounts on your home timeline. Takes effect for newly-pushed items. setting_manual_publish: This allows you to draft, proofread, and edit your roars before publishing them. You can publish a roar from its action menu (the three dots). setting_show_application: The application you use to toot will be displayed in the detailed view of your roars setting_skin: Reskins the selected UI flavour @@ -51,6 +53,8 @@ en-MP: setting_display_media_show_all: Reveal all setting_expand_spoilers: Always expand roars marked with content warnings setting_favourite_modal: Show confirmation dialog before admiring (applies to Glitch flavour only) + setting_filter_to_unknown: Filter replies to unfollowed accounts + setting_filter_to_unknown: Filter boosts from unfollowed accounts setting_manual_publish: Manually publish roars setting_publish_in: Auto-publish setting_show_application: Disclose application used to send roars -- cgit