diff --git a/config/locales/en.yml b/config/locales/en.yml
index e406de210b..9eff37d884 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -687,6 +687,7 @@ en:
action_taken_by: Action taken by
actions:
delete_description_html: The reported posts will be deleted and a strike will be recorded to help you escalate on future infractions by the same account.
+ force_cw_description_html: The sensitive message in the reported posts will be added content warning and a strike will be recorded to help you escalate on future infractions by the same account.
mark_as_sensitive_description_html: The media in the reported posts will be marked as sensitive and a strike will be recorded to help you escalate on future infractions by the same account.
other_description_html: See more options for controlling the account's behaviour and customize communication to the reported account.
resolve_description_html: No action will be taken against the reported account, no strike recorded, and the report will be closed.
@@ -709,6 +710,7 @@ en:
confirm_action: Confirm moderation action against @%{acct}
created_at: Reported
delete_and_resolve: Delete posts
+ force_cw: Add warning
forwarded: Forwarded
forwarded_to: Forwarded to %{domain}
mark_as_resolved: Mark as resolved
@@ -739,11 +741,13 @@ en:
summary:
action_preambles:
delete_html: 'You are about to remove some of @%{acct}''s posts. This will:'
+ force_cw_html: 'You are about to add some of @%{acct}''s posts warning message. This will:'
mark_as_sensitive_html: 'You are about to mark some of @%{acct}''s posts as sensitive. This will:'
silence_html: 'You are about to limit @%{acct}''s account. This will:'
suspend_html: 'You are about to suspend @%{acct}''s account. This will:'
actions:
delete_html: Remove the offending posts
+ force_cw_html: Add the offending posts warning message
mark_as_sensitive_html: Mark the offending posts' media as sensitive
silence_html: Severely limit @%{acct}'s reach by making their profile and contents only visible to people already following them or manually looking it profile up
suspend_html: Suspend @%{acct}, making their profile and contents inaccessible and impossible to interact with
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 0fdc776462..d9f83de879 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -686,6 +686,7 @@ ja:
action_taken_by: 通報処理者
actions:
delete_description_html: 報告された投稿は削除され、ストライクが記録されます。同じアカウントによる今後の違反行為のエスカレーションに役立てられます。
+ force_cw_description_html: 報告された投稿には強制的に警告文が追加され、ストライクが記録され、同じアカウントによる今後の違反行為のエスカレーションに役立てられます。
mark_as_sensitive_description_html: 報告された投稿のメディアは閲覧注意となり、ストライクが記録され、同じアカウントによる今後の違反行為のエスカレーションに役立てられます。
other_description_html: アカウントの動作を制御するためのオプションや、報告されたアカウントへの通信をカスタマイズするためのオプションを確認してください。
resolve_description_html: 報告されたアカウントに対していかなる措置も取られず、ストライクも記録されず、報告は終了します。
@@ -708,6 +709,7 @@ ja:
confirm_action: '@%{acct} さんに対するアクション'
created_at: 通報日時
delete_and_resolve: 投稿を削除
+ force_cw: 強制的にCWにする
forwarded: 転送済み
forwarded_to: '%{domain}に転送されました'
mark_as_resolved: 解決済みとしてマーク
@@ -738,11 +740,13 @@ ja:
summary:
action_preambles:
delete_html: "@%{acct}さんの投稿を削除します。この操作は:"
+ force_cw_html: "@%{acct}さんの投稿に警告文を追加します。この操作は:"
mark_as_sensitive_html: "@%{acct}さんの投稿を閲覧注意としてマークします。この操作は:"
silence_html: "@%{acct}さんのアカウントを制限 (サイレンス) します。この操作は:"
suspend_html: "@%{acct}さんのアカウントを停止 (サスペンド) します。この操作は:"
actions:
delete_html: 当該の投稿を削除します
+ force_cw_html: 当該の投稿に警告文を強制的に追加します
mark_as_sensitive_html: 当該の投稿に含まれるメディアを閲覧注意にします
silence_html: "@%{acct}さんのプロフィールとコンテンツの表示範囲をフォロー中の人や意図的にプロフィールにアクセスした人のみに制限することで、アカウントを発見されにくくします"
suspend_html: "@%{acct}さんのアカウントが凍結され、プロフィールとコンテンツへのアクセス、および投稿ができなくなります"