From 0ea945e5e558140701a84cd07fe31e6e7b49704e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 20 Sep 2024 00:30:51 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/zh_CN.js | 5 +++++ l10n/zh_CN.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 17f2facc..ae0c7476 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -5,7 +5,12 @@ OC.L10N.register( "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 a new whitelist" : "添加新的白名单", + "IP address" : "IP 地址", "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}\" ,目前并未受到主动限制。", "Add new whitelist" : "添加新的白名单" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 05c38e02..42c3dc29 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -3,7 +3,12 @@ "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 a new whitelist" : "添加新的白名单", + "IP address" : "IP 地址", "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}\" ,目前并未受到主动限制。", "Add new whitelist" : "添加新的白名单" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file