diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-19 00:22:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-19 00:22:55 +0000 |
commit | 603890e951d44d96fd3e38a5389c804b47eef795 (patch) | |
tree | bd6aed30e77b66670c67714398a853d0b862cb34 /lib/l10n/zh_CN.js | |
parent | a2c4cb6c334b60ed53319d4232a5147ed685689f (diff) | |
download | nextcloud-server-603890e951d44d96fd3e38a5389c804b47eef795.tar.gz nextcloud-server-603890e951d44d96fd3e38a5389c804b47eef795.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index f300c8b9f00..18aa47d1677 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -37,10 +37,10 @@ OC.L10N.register( "The following platforms are supported: %s" : "支持以下平台:%s", "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。", "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。", - "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "登录的账户必须是管理员、副管理员或获得访问此设置的特殊权限", + "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "登录的账号必须是管理员、副管理员或获得访问此设置的特殊权限", "Your current IP address doesn’t allow you to perform admin actions" : "您当前的 IP 地址不允许您执行管理员操作", - "Logged in account must be an admin or sub admin" : "登录账户必须是管理员或副管理员", - "Logged in account must be an admin" : "登录的账户必须是管理员", + "Logged in account must be an admin or sub admin" : "登录账号必须是管理员或副管理员", + "Logged in account must be an admin" : "登录的账号必须是管理员", "Wiping of device %s has started" : "设备%s的擦除操作已开始", "Wiping of device »%s« has started" : "设备 »%s« 的擦除操作已开始", "»%s« started remote wipe" : "»%s« 已开始远程擦除", |