summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/zh_CN.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-21 01:08:46 +0000
committerNextcloud bot <bot@nextcloud.com>2017-02-21 01:08:46 +0000
commitd754227b4c5b475b0c8f3fea5f0c010c77cf7218 (patch)
tree2ef964092ea9eeafac9666c2afa4639e34e79502 /apps/user_ldap/l10n/zh_CN.js
parenta4266f59ae68062988487cc972ba00f71e692920 (diff)
downloadnextcloud-server-d754227b4c5b475b0c8f3fea5f0c010c77cf7218.tar.gz
nextcloud-server-d754227b4c5b475b0c8f3fea5f0c010c77cf7218.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.js')
-rw-r--r--apps/user_ldap/l10n/zh_CN.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js
index 2d57b1545e9..b88d4f252f7 100644
--- a/apps/user_ldap/l10n/zh_CN.js
+++ b/apps/user_ldap/l10n/zh_CN.js
@@ -94,7 +94,6 @@ OC.L10N.register(
"Test Base DN" : "测试基础DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "避免自动LDAP请求。用于更精确的设置,但需要一些LDAP知识。",
"Manually enter LDAP filters (recommended for large directories)" : "手动输入LDAP筛选条件(建议用于大型目录)",
- "%s access is limited to users meeting these criteria:" : "%s 的访问权限限于满足以下条件的用户:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "对于用户最常用的对象类为organizationalPerson,person,user和inetOrgPerson。如果你不确定选择哪些对象类,请咨询您的目录管理员。",
"The filter specifies which LDAP users shall have access to the %s instance." : "该筛选条件指定哪些LDAP用户有权访问%s的实例。",
"Verify settings and count users" : "验证设置和统计用户",
@@ -164,6 +163,7 @@ OC.L10N.register(
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "用户名用于存储和分配数据 (元)。为了准确地识别和确认用户,每个用户都有一个内部用户名。这需要一个 ownCloud 用户名到 LDAP 用户的映射。创建的用户名被映射到 LDAP 用户的 UUID。此外,DN 也会被缓存,以减少 LDAP 连接,但它不用于识别。DN 的变化会被监视到。内部用户名会被用于所有地方。清除映射将导致一片混乱。清除映射不是常用的设置,它会影响到所有的 LDAP 配置!千万不要在正式环境中清除映射,只有在测试或试验时才这样做。",
"Clear Username-LDAP User Mapping" : "清除用户-LDAP用户映射",
"Clear Groupname-LDAP Group Mapping" : "清除组用户-LDAP级映射",
- "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "设置已验证,但只有一个用户被找到。只有第一个用户能登录。考虑一个更窄的筛选。"
+ "Settings verified, but one user found. Only the first will be able to login. Consider a more narrow filter." : "设置已验证,但只有一个用户被找到。只有第一个用户能登录。考虑一个更窄的筛选。",
+ "%s access is limited to users meeting these criteria:" : "%s 的访问权限限于满足以下条件的用户:"
},
"nplurals=1; plural=0;");