-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
ecdb989
commit 8487b72
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
{ "translations": { | ||
"Brute-force settings" : "暴力破解设置", | ||
"Whitelist IPs" : "IP 白名单", | ||
"Brute-force protection is meant to protect Nextcloud servers from attempts to\nguess account passwords in various ways. Besides the obvious \"*let's try a big\nlist of commonly used passwords*\" attack, it also makes it harder to use\nslightly more sophisticated attacks via the reset password form or trying to\nfind app password tokens.\n\nIf triggered, brute-force protection makes requests coming from an IP on a\nbrute-force protected controller with the same API slower for a 24 hour period.\n\nWith this app, the admin can exempt an IP address or range from this\nprotection which can be useful for testing purposes or when there are false\npositives due to a lot of accounts on one IP address." : "防暴力攻击功能用于防止 Nextcloud 服务器被尝试通过各种方式猜测账号密码。除了显而易见的「*尝试大量常用密码列表*」攻击外,它还使更复杂的攻击变得困难,例如通过重置密码字段或尝试发现应用程序密码令牌。\n\n启用防暴力保护后,来自暴力保护控制器的某个 IP 在 24 小时内发送的相同 API 请求将变慢。\n\n使用此应用程序,管理员可以解除某个 IP 或 IP 范围的保护,这在进行测试时或多个账号共享同一 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 a new whitelist" : "添加新的白名单", | ||
"IP address" : "IP 地址", | ||
"Mask" : "掩码", | ||
"Add" : "添加", | ||
"Your remote address was identified as \"{remoteAddress}\" and is throttled at the moment by {delay}ms." : "您的远程地址被标识为 \"{remoteAddress}\" ,目前被限制 {delay}毫秒.", | ||
"Your remote address was identified as \"{remoteAddress}\" and is bypassing brute-force protection." : "您的远程地址被识别为 \"{remoteAddress}\" ,并且正在绕过暴力破解保护。", | ||
"Your remote address was identified as \"{remoteAddress}\" and is not actively throttled at the moment." : "您的远程地址被识别为 \"{remoteAddress}\" ,目前并未受到主动限制。", | ||
"There was an error adding the IP to the whitelist." : "添加 IP 至白名单时发生错误。", | ||
"Delete entry for {subnet}" : "删除 {subnet} 的条目", | ||
"Add new whitelist" : "添加新的白名单" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |