13 lines
855 B
JavaScript
13 lines
855 B
JavaScript
OC.L10N.register(
|
|
"bruteforcesettings",
|
|
{
|
|
"Brute-force settings" : "暴力破解设置",
|
|
"Whitelist IPs" : "IP 白名单",
|
|
"Brute-force IP whitelist" : "暴力破解 IP 白名单",
|
|
"To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "要从暴力破解保护中将 IP 范围列入白名单,请在下面指定它们。注意在白名单之中的 IP 可以绕过任何限制而尝试验证。出于安全原因,推荐在白名单列表中尽量少添加甚至不添加主机。",
|
|
"Add" : "添加",
|
|
"Add new whitelist" : "添加新的白名单",
|
|
"Delete" : "删除"
|
|
},
|
|
"nplurals=1; plural=0;");
|