diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-27 00:08:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-27 00:08:33 +0000 |
commit | af923601b99ecd7e9efe633d6347016af9249236 (patch) | |
tree | 23a9b452419292d7bb62b5430d2c0ec8d7a2af6a /apps/user_ldap | |
parent | 98da7848b59b3b22ec788c4c6c1338bd7f668e41 (diff) | |
download | nextcloud-server-af923601b99ecd7e9efe633d6347016af9249236.tar.gz nextcloud-server-af923601b99ecd7e9efe633d6347016af9249236.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.js | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index e9e7fe14191..71c97186d52 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -79,7 +79,9 @@ OC.L10N.register( "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\"", "Test Loginname" : "测试登录名", diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index fb8737c44ac..0a96c0257b5 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -77,7 +77,9 @@ "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\"", "Test Loginname" : "测试登录名", |