diff --git a/app/views/admin/ng_words/white_list/show.html.haml b/app/views/admin/ng_words/white_list/show.html.haml index 2c5c5f26b47263..fc4f354e53ab85 100644 --- a/app/views/admin/ng_words/white_list/show.html.haml +++ b/app/views/admin/ng_words/white_list/show.html.haml @@ -18,11 +18,13 @@ .fields-group = f.input :hold_remote_new_accounts, wrapper: :with_label, as: :boolean, label: t('admin.ng_words.hold_remote_new_accounts'), hint: t('admin.ng_words.remote_approval_hint') + %h4= t('admin.ng_words.white_list_header') + .table-wrapper %table.table.keywords-table#white-list-table %thead %tr - %th= t('simple_form.labels.defaults.phrase') + %th= t('simple_form.labels.defaults.domain') %th %tbody = f.simple_fields_for :specified_domains, @white_list_domains do |domain| @@ -33,7 +35,7 @@ %tfoot %tr %td{ colspan: 2 } - = link_to safe_join([fa_icon('plus'), t('filters.edit.add_keyword')]), '#', class: 'table-action-link add-row-button' + = link_to safe_join([fa_icon('plus'), t('admin.ng_words.edit.add_domain')]), '#', class: 'table-action-link add-row-button' .actions = f.button :button, t('generic.save_changes'), type: :submit diff --git a/config/locales/en.yml b/config/locales/en.yml index 3449acf02c7f6b..a96b9e335342f6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -749,6 +749,8 @@ en: block_unfollow_account_mention_hint: この設定は削除予定です。設定削除後は、常にチェックをつけていない場合と同じ挙動になります。NGルールで代替してください。 deprecated: Will remove settings deprecated_hint: These settings will be removed in the next LTS or kmyblue version 14.0, whichever comes first. Please refer to the description of each setting and replace them with the new settings if possible. + edit: + add_domain: Add domain hide_local_users_for_anonymous: Hide timeline local user posts from anonymous hide_local_users_for_anonymous_hint: この設定は削除予定です。設定削除後は、常にチェックをつけていない場合と同じ挙動になります。サーバー設定の「見つける」にある「公開タイムラインへの未認証のアクセスを許可する」で、完全ではありませんが代替可能です。 hold_remote_new_accounts: Hold new remote accounts @@ -770,6 +772,7 @@ en: test_error: Testing is returned any errors title: NG words and against spams white_list: White list + white_list_header: List of domains for immediate approval of remote accounts white_list_hint: Whitelisting can be used as a last resort when exposed to severe attacks. External attacks do not disappear immediately, but they can be reduced gradually and reliably through moderation. In addition, a regular remote account approval process is required. ngword_histories: back_to_ng_words: NG words and against spams diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 9b4d364451401a..9c7ad5ebf1e800 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -748,6 +748,8 @@ ja: block_unfollow_account_mention_hint: この設定は削除予定です。設定削除後は、常にチェックをつけていない場合と同じ挙動になります。NGルールで代替してください。 deprecated: 新しいバージョンで削除する予定の設定 deprecated_hint: これらの設定は、次回のLTS、またはkmyblueバージョン14.0のどちらか早い方で削除する予定です。それぞれの設定の説明を参照して、可能であれば新しい設定に置き換えてください。 + edit: + add_domain: ドメインを追加 hide_local_users_for_anonymous: ログインしていない状態でローカルユーザーの投稿をタイムラインから取得できないようにする hide_local_users_for_anonymous_hint: この設定は削除予定です。設定削除後は、常にチェックをつけていない場合と同じ挙動になります。サーバー設定の「見つける」にある「公開タイムラインへの未認証のアクセスを許可する」で、完全ではありませんが代替可能です。 hold_remote_new_accounts: リモートの新規アカウントを保留する @@ -769,6 +771,7 @@ ja: test_error: NGワードのテストに失敗しました。正規表現のミスが含まれているかもしれません title: NGワードとスパム white_list: ホワイトリスト + white_list_header: リモートアカウントを即座に承認するドメイン一覧 white_list_hint: 激しい攻撃に晒された場合の最終手段として、ホワイトリストが利用できます。外部からの攻撃が即座に消えるわけではありませんが、モデレーションを進めることで徐々に確実に減らすことができます。また、定期的なリモートアカウント承認作業が求められます。 ngword_histories: back_to_ng_words: NGワードとスパム diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index ca9802e6e9ba78..c211b2306ab881 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -218,6 +218,7 @@ en: discoverable: Suggest account to others discoverable_local: Disallow suggesting account on other servers display_name: Display name + domain: Domain email: E-mail address expires_in: Expire after fields: Extra fields diff --git a/config/locales/simple_form.ja.yml b/config/locales/simple_form.ja.yml index b6180e167ad840..d71ee5eab9f844 100644 --- a/config/locales/simple_form.ja.yml +++ b/config/locales/simple_form.ja.yml @@ -229,6 +229,7 @@ ja: discoverable: ディレクトリに掲載する discoverable_local: 他サーバーのディレクトリに掲載しない display_name: 表示名 + domain: ドメイン email: メールアドレス expires_in: 有効期限 fields: プロフィール補足情報