diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-15 01:55:47 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-15 01:55:47 -0400 |
commit | 2c6617da60750931f6108ccee7844799fd41f521 (patch) | |
tree | 7efeb8a7d99c38916d9b4b0922a7985014ea9093 /apps/user_ldap/l10n | |
parent | 9657f9a01bbb372abac0342b952c693800c7ad08 (diff) | |
download | nextcloud-server-2c6617da60750931f6108ccee7844799fd41f521.tar.gz nextcloud-server-2c6617da60750931f6108ccee7844799fd41f521.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index a6a8f7edff9..88b79f691d0 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -17,10 +17,12 @@ OC.L10N.register( "Configuration incomplete" : "配置未完成", "Configuration OK" : "配置完成", "Select groups" : "选择分组", + "Select object classes" : "选择对象类型", "Please check the credentials, they seem to be wrong." : "凭据错误,请检查凭据。", "Please specify the port, it could not be auto-detected." : "无法自动识别,请指定一个端口。", "Base DN could not be auto-detected, please revise credentials, host and port." : "无法自动识别DN,请检查凭证,主机和端口。", "Could not detect Base DN, please enter it manually." : "无法探测Base DN,请手动输入。", + "{nthServer}. Server" : "{nthServer}. 服务器", "No object found in the given Base DN. Please revise." : "基础DN中未能找到指定对象,请检查。", "More than 1,000 directory entries available." : "超过1000个可用目录条目。", " entries available within the provided Base DN" : "基础DN中的可用条目", @@ -44,6 +46,8 @@ OC.L10N.register( "The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "该%uid占位符缺失。它将在LDAP/ AD登录名查询时进行替换。", "Please provide a login name to test against" : "请提供登录名以测试", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "该组框被禁用,因为LDAP/ AD服务器不支持memberOf。", + "_%s group found_::_%s groups found_" : ["发现 %s 个群组"], + "_%s user found_::_%s users found_" : ["发现 %s 个用户"], "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "无法检测到用户的显示名称属性。请在高级LDAP设置中指定。", "Could not find the desired feature" : "无法找到所需的功能", "Invalid Host" : "无效的主机", diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index 1ffac3742d6..7a6b2d5dd42 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -15,10 +15,12 @@ "Configuration incomplete" : "配置未完成", "Configuration OK" : "配置完成", "Select groups" : "选择分组", + "Select object classes" : "选择对象类型", "Please check the credentials, they seem to be wrong." : "凭据错误,请检查凭据。", "Please specify the port, it could not be auto-detected." : "无法自动识别,请指定一个端口。", "Base DN could not be auto-detected, please revise credentials, host and port." : "无法自动识别DN,请检查凭证,主机和端口。", "Could not detect Base DN, please enter it manually." : "无法探测Base DN,请手动输入。", + "{nthServer}. Server" : "{nthServer}. 服务器", "No object found in the given Base DN. Please revise." : "基础DN中未能找到指定对象,请检查。", "More than 1,000 directory entries available." : "超过1000个可用目录条目。", " entries available within the provided Base DN" : "基础DN中的可用条目", @@ -42,6 +44,8 @@ "The %uid placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "该%uid占位符缺失。它将在LDAP/ AD登录名查询时进行替换。", "Please provide a login name to test against" : "请提供登录名以测试", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "该组框被禁用,因为LDAP/ AD服务器不支持memberOf。", + "_%s group found_::_%s groups found_" : ["发现 %s 个群组"], + "_%s user found_::_%s users found_" : ["发现 %s 个用户"], "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "无法检测到用户的显示名称属性。请在高级LDAP设置中指定。", "Could not find the desired feature" : "无法找到所需的功能", "Invalid Host" : "无效的主机", |