From 42cc5cfaa4fc488c55b52bc6f8f0852862ca5617 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 25 Apr 2019 16:46:00 -0500 Subject: [PATCH] Update locales --- config/locales/dog.yml | 7 +++++++ config/locales/lion.yml | 7 +++++++ config/locales/simple_form.dog.yml | 1 + config/locales/simple_form.lion.yml | 1 + config/locales/simple_form.squeak.yml | 1 + config/locales/squeak.yml | 7 +++++++ 6 files changed, 24 insertions(+) diff --git a/config/locales/dog.yml b/config/locales/dog.yml index d8843bc9f..0b228b04c 100644 --- a/config/locales/dog.yml +++ b/config/locales/dog.yml @@ -909,6 +909,13 @@ dog: vote: Vote show_more: Show more sign_in_to_participate: Sign in to participate in the conversation + strip_formatting: + all: All + all_long: Strip all advanced formatting + blocks: Block elements + blocks_long: Strip formatting for title headers and block quotes + none: None + none_long: Do not strip any formatting supported by Mastodon title: '%{name}: "%{quote}"' visibilities: private: Followers-only diff --git a/config/locales/lion.yml b/config/locales/lion.yml index fd78996a9..c1b5d910c 100644 --- a/config/locales/lion.yml +++ b/config/locales/lion.yml @@ -909,6 +909,13 @@ lion: vote: Vote show_more: Show more sign_in_to_participate: Sign in to participate in the conversation + strip_formatting: + all: All + all_long: Strip all advanced formatting + blocks: Block elements + blocks_long: Strip formatting for title headers and block quotes + none: None + none_long: Do not strip any formatting supported by Mastodon title: '%{name}: "%{quote}"' visibilities: private: Followers-only diff --git a/config/locales/simple_form.dog.yml b/config/locales/simple_form.dog.yml index 87e2da528..91b7b53cd 100644 --- a/config/locales/simple_form.dog.yml +++ b/config/locales/simple_form.dog.yml @@ -106,6 +106,7 @@ dog: setting_noindex: Opt-out of search engine indexing setting_reduce_motion: Reduce motion in animations setting_show_application: Disclose application used to send toots + setting_strip_formatting: Strip advanced formatting from toots setting_system_font_ui: Use system's default font setting_theme: Site theme setting_unfollow_modal: Show confirmation dialog before unfollowing someone diff --git a/config/locales/simple_form.lion.yml b/config/locales/simple_form.lion.yml index 3400ac28e..decf0298e 100644 --- a/config/locales/simple_form.lion.yml +++ b/config/locales/simple_form.lion.yml @@ -106,6 +106,7 @@ lion: setting_noindex: Opt-out of search engine indexing setting_reduce_motion: Reduce motion in animations setting_show_application: Disclose application used to send toots + setting_strip_formatting: Strip advanced formatting from toots setting_system_font_ui: Use system's default font setting_theme: Site theme setting_unfollow_modal: Show confirmation dialog before unfollowing someone diff --git a/config/locales/simple_form.squeak.yml b/config/locales/simple_form.squeak.yml index 19b0e489a..76a449f3f 100644 --- a/config/locales/simple_form.squeak.yml +++ b/config/locales/simple_form.squeak.yml @@ -106,6 +106,7 @@ squeak: setting_noindex: Opt-out of search engine indexing setting_reduce_motion: Reduce motion in animations setting_show_application: Disclose application used to send toots + setting_strip_formatting: Strip advanced formatting from toots setting_system_font_ui: Use system's default font setting_theme: Site theme setting_unfollow_modal: Show confirmation dialog before unfollowing someone diff --git a/config/locales/squeak.yml b/config/locales/squeak.yml index b25d2384c..0d60e9e80 100644 --- a/config/locales/squeak.yml +++ b/config/locales/squeak.yml @@ -909,6 +909,13 @@ squeak: vote: Vote show_more: Show more sign_in_to_participate: Sign in to participate in the conversation + strip_formatting: + all: All + all_long: Strip all advanced formatting + blocks: Block elements + blocks_long: Strip formatting for title headers and block quotes + none: None + none_long: Do not strip any formatting supported by Mastodon title: '%{name}: "%{quote}"' visibilities: private: Followers-only