diff --git a/l10n/ja.js b/l10n/ja.js index e80b749f..7c53d25f 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -29,6 +29,7 @@ OC.L10N.register( "Expiration days have to be a non negative number" : "有効期限にマイナスの数は設定できません", "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません", "Settings saved" : "設定が保存されました", - "Error while saving settings" : "設定の保存中にエラーが発生" + "Error while saving settings" : "設定の保存中にエラーが発生", + "Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "このオプションは攻撃されたアカウントを保護するためのものであることに注意してください。無効にされたアカウントは、管理者が手動で再度有効にする必要があります。アカウントのパスワードを推測しようとする攻撃者は、この設定とは無関係にブルートフォース保護によってIPアドレスがブロックされます。" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index 5fe3c07e..5582da84 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -27,6 +27,7 @@ "Expiration days have to be a non negative number" : "有効期限にマイナスの数は設定できません", "Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません", "Settings saved" : "設定が保存されました", - "Error while saving settings" : "設定の保存中にエラーが発生" + "Error while saving settings" : "設定の保存中にエラーが発生", + "Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "このオプションは攻撃されたアカウントを保護するためのものであることに注意してください。無効にされたアカウントは、管理者が手動で再度有効にする必要があります。アカウントのパスワードを推測しようとする攻撃者は、この設定とは無関係にブルートフォース保護によってIPアドレスがブロックされます。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file