* Remove: #955 フィルターのアクション`half_warn` * Add: 「フィルター対象投稿の投稿者名やアイコンを表示する」設定 * Fix test
This commit is contained in:
parent
22bf14e9f0
commit
67064de265
19 changed files with 49 additions and 45 deletions
|
@ -99,7 +99,6 @@ en:
|
|||
filters:
|
||||
action: Chose which action to perform when a post matches the filter
|
||||
actions:
|
||||
half_warn: Hide the filtered content (exclude account info) behind a warning mentioning the filter's title
|
||||
hide: Completely hide the filtered content, behaving as if it did not exist
|
||||
warn: Hide the filtered content behind a warning mentioning the filter's title
|
||||
form_admin_settings:
|
||||
|
@ -320,6 +319,7 @@ en:
|
|||
setting_reject_unlisted_subscription: Reject sending unlisted visibility/non-public searchability posts to Misskey, Calckey
|
||||
setting_reverse_search_quote: Perform word-by-word search when search keywords are not enclosed in double quotes
|
||||
setting_show_application: Disclose application used to send posts
|
||||
setting_show_avatar_on_filter: Show filtered posts with avatar and user profile
|
||||
setting_show_blocking_quote: Show posts which have a quote written by the user you are blocking
|
||||
setting_show_emoji_reaction_count: Show emoji reaction number
|
||||
setting_show_emoji_reaction_on_timeline: Show all emoji reactions on timeline
|
||||
|
@ -372,7 +372,6 @@ en:
|
|||
name: Hashtag
|
||||
filters:
|
||||
actions:
|
||||
half_warn: Half hide with a warning
|
||||
hide: Hide completely
|
||||
warn: Hide with a warning
|
||||
options:
|
||||
|
|
|
@ -98,7 +98,6 @@ ja:
|
|||
filters:
|
||||
action: 投稿がフィルタに一致したときに実行するアクションを選択
|
||||
actions:
|
||||
half_warn: フィルターに一致した投稿の本文のみを非表示にし、フィルターのタイトルを含む警告を表示します
|
||||
hide: フィルタに一致した投稿を完全に非表示にします
|
||||
warn: フィルタに一致した投稿を非表示にし、フィルタのタイトルを含む警告を表示します
|
||||
form_admin_settings:
|
||||
|
@ -318,6 +317,7 @@ ja:
|
|||
setting_reject_unlisted_subscription: Misskey系サーバーに「非収載」かつ検索許可「誰でも以外」の投稿を「フォロワーのみ」に変換して配送する
|
||||
setting_reverse_search_quote: ダブルクオートで囲まず検索した時、単語単位で検索する
|
||||
setting_show_application: 送信したアプリを開示する
|
||||
setting_show_avatar_on_filter: フィルター対象投稿の投稿者名やアイコンを表示する
|
||||
setting_show_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を表示する
|
||||
setting_show_emoji_reaction_count: 投稿につけられた各絵文字の数を表示する
|
||||
setting_show_emoji_reaction_on_timeline: タイムライン上の投稿に他の人のつけた絵文字を表示する
|
||||
|
@ -370,7 +370,6 @@ ja:
|
|||
name: ハッシュタグ
|
||||
filters:
|
||||
actions:
|
||||
half_warn: アカウント名だけを出し、本文は警告で隠す
|
||||
hide: 完全に隠す
|
||||
warn: 警告付きで隠す
|
||||
options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue