* Add: フォローしていないアカウントからのリプライのNGワード * Test: ハッシュタグ使用量
This commit is contained in:
parent
da662d2f84
commit
3a2030dfc8
8 changed files with 223 additions and 5 deletions
|
@ -643,6 +643,8 @@ en:
|
|||
ng_words:
|
||||
hide_local_users_for_anonymous: Hide timeline local user posts from anonymous
|
||||
keywords: Reject keywords
|
||||
keywords_for_stranger_mention: Reject keywords when mention/reply from strangers
|
||||
keywords_for_stranger_mention_hint: Currently this words are checked posts from other servers only.
|
||||
keywords_hint: The first character of the line is "?". to use regular expressions
|
||||
post_hash_tags_max: Hash tags max for posts
|
||||
test_error: Testing is returned any errors
|
||||
|
|
|
@ -643,6 +643,8 @@ ja:
|
|||
ng_words:
|
||||
hide_local_users_for_anonymous: ログインしていない状態でローカルユーザーの投稿をタイムラインから取得できないようにする
|
||||
keywords: 投稿できないキーワード
|
||||
keywords_for_stranger_mention: フォローしていないアカウントへのメンションで利用できないキーワード
|
||||
keywords_for_stranger_mention_hint: フォローしていないアカウントへのメンションにのみ適用されます。現状は外部サーバーから来た投稿のみに適用されます
|
||||
keywords_hint: 行を「?」で始めると、正規表現が使えます
|
||||
post_hash_tags_max: 投稿に設定可能なハッシュタグの最大数
|
||||
test_error: NGワードのテストに失敗しました。正規表現のミスが含まれているかもしれません
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue