From 2b74bcd6b83e4d164d50809e6ac5bbabe000b828 Mon Sep 17 00:00:00 2001
From: KMY <tt@kmycode.net>
Date: Thu, 21 Sep 2023 20:32:51 +0900
Subject: [PATCH] Add original role permission translations

---
 config/locales/en.yml | 4 ++++
 config/locales/ja.yml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/config/locales/en.yml b/config/locales/en.yml
index 4e477ba146..18ed3cb8f5 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -745,12 +745,16 @@ en:
         manage_federation_description: Allows users to block or allow federation with other domains, and control deliverability
         manage_invites: Manage Invites
         manage_invites_description: Allows users to browse and deactivate invite links
+        manage_ng_words: Manage NG words
+        manage_ng_words_description: Allows users to manage NG words. We will be very careful in handling this as it is a deligate part of the submission
         manage_reports: Manage Reports
         manage_reports_description: Allows users to review reports and perform moderation actions against them
         manage_roles: Manage Roles
         manage_roles_description: Allows users to manage and assign roles below theirs
         manage_rules: Manage Rules
         manage_rules_description: Allows users to change server rules
+        manage_sensitive_words: Manage Sentive Words
+        manage_sensitive_words_description: Allows users to manage sensitive words. Note that regular expressions are available
         manage_settings: Manage Settings
         manage_settings_description: Allows users to change site settings
         manage_taxonomies: Manage Taxonomies
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 4d6d4e4c6a..fd93ff54ab 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -741,12 +741,16 @@ ja:
         manage_federation_description: ユーザーが他のドメインとの連合をブロックまたは許可したり、配信を制御したりできます。
         manage_invites: 招待を管理
         manage_invites_description: 招待リンクの閲覧・解除を可能にする。
+        manage_ng_words: NGワードを管理
+        manage_ng_words_description: NGワードの管理を可能にします。投稿の受け入れ可否に関わるデリゲートな部分のため、扱いは慎重にします
         manage_reports: レポートの管理
         manage_reports_description: ユーザーがレポートを確認したり、モデレーションアクションを実行したりできます。
         manage_roles: ロールの管理
         manage_roles_description: ユーザーが自分より下の役割を管理し、割り当てることができます。
         manage_rules: ルールの管理
         manage_rules_description: ユーザーがサーバールールを変更できるようにします
+        manage_sensitive_words: センシティブワードを管理
+        manage_sensitive_words_description: センシティブワードの管理を可能にします。正規表現の利用が可能であるため、注意が必要です
         manage_settings: 設定の管理
         manage_settings_description: ユーザーがサイト設定を変更できるようにします
         manage_taxonomies: 分類の管理