diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-07-12 19:26:20 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-07-12 19:26:20 +0200 |
commit | ddfcedcfe48c203281aa695cc7522f8b3c826302 (patch) | |
tree | 33835f6aee8a9ff413837027ccb5a7c5265c0eaa /config | |
parent | 57f31b361fe326e9357b8b128827ed2b5965da95 (diff) | |
parent | 401559c376078ef98e11c3034977b835b4086b5b (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 | ||||
-rw-r--r-- | config/locales/simple_form.ja.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index ed48fe594..d74ccdfe2 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -25,6 +25,7 @@ en: setting_hide_network: Who you follow and who follows you will not be shown on your profile setting_noindex: Affects your public profile and status pages setting_skin: Reskins the selected Mastodon flavour + whole_word: When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word imports: data: CSV file exported from another Mastodon instance sessions: @@ -78,6 +79,7 @@ en: type: Import type username: Username username_or_email: Username or Email + whole_word: Whole word interactions: must_be_follower: Block notifications from non-followers must_be_following: Block notifications from people you don't follow diff --git a/config/locales/simple_form.ja.yml b/config/locales/simple_form.ja.yml index f691ea814..9b98c683d 100644 --- a/config/locales/simple_form.ja.yml +++ b/config/locales/simple_form.ja.yml @@ -21,6 +21,7 @@ ja: setting_hide_network: フォローとフォロワーの情報がプロフィールページで見られないようにします setting_noindex: 公開プロフィールおよび各投稿ページに影響します setting_theme: ログインしている全てのデバイスで適用されるデザインです。 + whole_word: キーワードまたはフレーズが英数字のみの場合、単語全体と一致する場合のみ適用されるようになります imports: data: 他の Mastodon インスタンスからエクスポートしたCSVファイルを選択して下さい sessions: @@ -74,6 +75,7 @@ ja: type: インポートする項目 username: ユーザー名 username_or_email: ユーザー名またはメールアドレス + whole_word: 単語全体にマッチ interactions: must_be_follower: フォロワー以外からの通知をブロック must_be_following: フォローしていないユーザーからの通知をブロック |