Files
NodeBB/public/language/ja/ip-blacklist.json
2026-03-06 17:22:51 +00:00

19 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"lead": "ここでIPブラックリストを設定します。",
"description": "ユーザーアカウントのBANでは不十分な場合があります。また、特定のIPまたはIP範囲へのアクセスを制限することがフォーラムを保護する最善の方法である場合もあります。このような状況では、問題のあるIPアドレスまたはCIDRブロック全体をこのブラックリストに追加でき、ログインや新規アカウント登録ができなくなります。",
"active-rules": "アクティブルール",
"validate": "ブラックリストの検証",
"apply": "ブラックリストを適用",
"hints": "構文のヒント",
"hint-1": "1行に1つのIPアドレスを定義します。CIDR形式<code>192.168.100.0/22</code>に従っている限り、IPブロックを追加できます。",
"hint-2": "<code>#</code>記号で始まる行でコメントを追加できます。",
"validate.x-valid": " <strong>%2</strong>件のルールのうち<strong>%1</strong>件が有効です。",
"validate.x-invalid": "次の<strong>%1</strong>件のルールは無効です:",
"alerts.applied-success": "ブラックリストを適用しました",
"analytics.blacklist-hourly": "<strong>図1</strong> &ndash; 1時間あたりのブラックリストヒット",
"analytics.blacklist-daily": "<strong>図2</strong> &ndash; 1日あたりのブラックリストヒット",
"ip-banned": "IP禁止"
}