diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-05-26 02:14:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-05-26 02:14:16 +0000 |
commit | 7f689af6f4c8465f7525c17f5ca9d836ae6a53ae (patch) | |
tree | efd99560991bac83c4257a58c6dc5d03d066a595 /lib/l10n/zh_CN.js | |
parent | 2736f54785923e0ed72eb0e10dec16674c30cfcd (diff) | |
download | nextcloud-server-7f689af6f4c8465f7525c17f5ca9d836ae6a53ae.tar.gz nextcloud-server-7f689af6f4c8465f7525c17f5ca9d836ae6a53ae.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 6d5be352e37..601a2325fff 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -29,7 +29,8 @@ OC.L10N.register( "Following platforms are supported: %s" : "支持以下平台:%s", "Server version %s or higher is required." : "需要服务器版本 %s 或更高版本。", "Server version %s or lower is required." : "需要服务器版本 %s 或更低版本。", - "Logged in user must be an admin" : "必须使用管理员用户登录", + "Logged in user must be an admin or sub admin" : "当前登录用户必须为管理员或子管理员", + "Logged in user must be an admin" : "当前登录用户必须为管理员", "Remote wipe started" : "远程擦除开始", "A remote wipe was started on device %s" : "设备%s上一个远程擦除操作已开始", "Remote wipe finished" : "远程擦除完成", |