diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-02 02:28:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-02 02:28:31 +0000 |
commit | 142d311a13dee15958192baa68bec6585bdac591 (patch) | |
tree | 3f2bca66dcfab0a987ce930badd7641b6d1489d4 /apps/user_ldap/l10n/zh_CN.json | |
parent | b65c3f2249bfeb0bc525f3f72339758b59b82c34 (diff) | |
download | nextcloud-server-142d311a13dee15958192baa68bec6585bdac591.tar.gz nextcloud-server-142d311a13dee15958192baa68bec6585bdac591.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.json')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index 84098ad5254..c86d5dae9b0 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -47,13 +47,16 @@ "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "如返回结果太多可考虑进一步缩小搜索范围,仅返回的第一个用户有效。", "An unspecified error occurred. Please check log and settings." : "发生未指定的错误。请检查设置和日志。", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "搜索的筛选条件无效,可能是由于不完全开闭括号的句法的问题,请检查。", + "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "\"%u id\" 占位符缺失。查询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", "Password change rejected. Hint: " : "密码更改出错。提示:", "Please login with the new password" : "请使用新密码登录", "LDAP User backend" : "LDAP 用户后端", "Your password will expire tomorrow." : "您的密码将在明天过期", "Your password will expire today." : "您的明码将在今天过期", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["您的密码会在%n天后过期"], + "LDAP/AD integration" : "LDAP/AD 集成", "_%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 设置中指定。", @@ -75,6 +78,9 @@ "The filter specifies which LDAP groups shall have access to the %s instance." : "该筛选条件指定哪些 LDAP 组有权访问%s的实例。", "Verify settings and count the groups" : "验证设置和统计分组数", "When logging in, %s will find the user based on the following attributes:" : "登录时,%s将查找基于以下属性的用户:", + "LDAP/AD Username:" : "LDAP/AD 用户名:", + "Allows login against the LDAP/AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "允许使用 LDAP / AD 用户名登录,该用户名可以是 “uid” 或 “sAMAccountName” 并将被检测到。", + "LDAP/AD Email Address:" : "LDAP/AD 邮箱地址:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "允许根据电子邮件属性登录。 允许“mail”和“mailPrimaryAddress”。", "Other Attributes:" : "其他属性:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "定义登录时采用的过滤规则。登录时用 \"%%uid\" 替换用户名。例如:\"uid=%%uid\"", |