Files
NodeBB/public/language/ja/ip-blacklist.json
2020-08-26 10:56:06 -04: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": "場合によては、ユーザーアカウントを禁止せざるを得ないこともあります。フォーラムを保護するための最善の方法は、特定の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>のルール(s) が有効です。",
"validate.x-invalid": "次の<strong>1 </ strong>ルールは無効:",
"alerts.applied-success": "ブラックリストに適用されました",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day",
"ip-banned": "IP banned"
}