Add domain block setting reject_favourite and reject_reply
This commit is contained in:
parent
27353bbaee
commit
6537405eab
15 changed files with 85 additions and 22 deletions
|
@ -412,8 +412,12 @@ en:
|
|||
private_comment_hint: Comment about this domain limitation for internal use by the moderators.
|
||||
public_comment: Public comment
|
||||
public_comment_hint: Comment about this domain limitation for the general public, if advertising the list of domain limitations is enabled.
|
||||
reject_favourite: Reject favourites
|
||||
reject_favourite_hint: Reject favourites or emoji-reaction in the future
|
||||
reject_media: Reject media files
|
||||
reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
|
||||
reject_reply: Reject replies
|
||||
reject_reply_hint: Reject replies in the future
|
||||
reject_reports: Reject reports
|
||||
reject_reports_hint: Ignore all reports coming from this domain. Irrelevant for suspensions
|
||||
undo: Undo domain block
|
||||
|
@ -483,7 +487,9 @@ en:
|
|||
description_html: You can define content policies that will be applied to all accounts from this domain and any of its subdomains.
|
||||
limited_federation_mode_description_html: You can chose whether to allow federation with this domain.
|
||||
policies:
|
||||
reject_favourite: Reject favourite
|
||||
reject_media: Reject media
|
||||
reject_reply: Reject reply
|
||||
reject_reports: Reject reports
|
||||
silence: Limit
|
||||
suspend: Suspend
|
||||
|
|
|
@ -403,8 +403,12 @@ ja:
|
|||
private_comment_hint: このコメントは同じサーバーのモデレーターも閲覧できます。
|
||||
public_comment: コメント (公開)
|
||||
public_comment_hint: ドメインブロックの公開を有効にしている場合、このコメントも公開されます。
|
||||
reject_favourite: お気に入り、絵文字リアクションを拒否
|
||||
reject_favourite_hint: 今後のお気に入り、絵文字リアクションを拒否します。停止とは無関係です
|
||||
reject_media: メディアファイルを拒否
|
||||
reject_media_hint: ローカルに保存されたメディアファイルを削除し、今後のダウンロードを拒否します。停止とは無関係です
|
||||
reject_reply: リプライを拒否
|
||||
reject_reply_hint: 今後のリプライを拒否します。停止とは無関係です
|
||||
reject_reports: 通報を拒否
|
||||
reject_reports_hint: このドメインからの通報をすべて無視します。停止とは無関係です
|
||||
undo: ドメインブロックを戻す
|
||||
|
@ -471,7 +475,9 @@ ja:
|
|||
description_html: このドメインとそのサブドメインのすべてのアカウントに適用されるコンテンツポリシーを定義できます。
|
||||
limited_federation_mode_description_html: このドメインとの連合を許可するかどうかを選択できます。
|
||||
policies:
|
||||
reject_favourite: お気に入りを拒否
|
||||
reject_media: メディアを拒否する
|
||||
reject_reply: リプライを拒否
|
||||
reject_reports: 通報を拒否
|
||||
silence: 制限
|
||||
suspend: サスペンド
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue