Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Sep 20, 2024
1 parent 8ec4176 commit 0ea945e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;");
5 changes: 5 additions & 0 deletions l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}

0 comments on commit 0ea945e

Please sign in to comment.