summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/zh_CN.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.js')
-rw-r--r--apps/user_ldap/l10n/zh_CN.js28
1 files changed, 27 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js
index 847b0d28330..4e8ff0cb268 100644
--- a/apps/user_ldap/l10n/zh_CN.js
+++ b/apps/user_ldap/l10n/zh_CN.js
@@ -4,12 +4,13 @@ OC.L10N.register(
"Failed to clear the mappings." : "清除映射失败。",
"Failed to delete the server configuration" : "删除服务器配置失败",
"Invalid configuration: Anonymous binding is not allowed." : "配置无效:不允许匿名绑定。",
- "Valid configuration, connection established!" : "配置有效,连接成功!",
+ "Valid configuration, connection established!" : "配置有效,连接已建立!",
"Valid configuration, but binding failed. Please check the server settings and credentials." : "配置有效但绑定失败。请检查服务器设置和认证信息。",
"Invalid configuration. Please have a look at the logs for further details." : "配置无效。更多细节请查看日志。",
"No action specified" : "未指定操作",
"No configuration specified" : "未指定配置文件",
"No data specified" : "未指定数据",
+ "Invalid data specified" : "指定了无效的数据",
" Could not set configuration %s" : " 无法设定配置文件 %s",
"Action does not exist" : "操作不存在",
"Renewing …" : "正在更新……",
@@ -60,6 +61,10 @@ OC.L10N.register(
"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 集成",
+ "_%n group found_::_%n groups found_" : ["已找到%n个组"],
+ "> 1000 groups found" : "已找到>1000个组",
+ "> 1000 users found" : "已找到>1000个用户",
+ "_%n user found_::_%n users found_" : ["已找到%n个用户"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "无法检测到用户的显示名称属性。请在高级 LDAP 设置中指定。",
"Could not find the desired feature" : "无法找到所需的功能",
"Invalid Host" : "无效的主机",
@@ -86,6 +91,7 @@ OC.L10N.register(
"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" : "测试登录名",
+ "Attempts to receive a DN for the given loginname and the current login filter" : "尝试通过给定用户名和当前登录筛选器获取DN",
"Verify settings" : "验证设置",
"%s. Server:" : "%s。服务器:",
"Add a new configuration" : "增加一个新的配置",
@@ -149,6 +155,8 @@ OC.L10N.register(
"One User Base DN per line" : "每行一个用户基准判别名",
"User Search Attributes" : "用户搜索属性",
"Optional; one attribute per line" : "可选;每行一个属性",
+ "Disable users missing from LDAP" : "禁用在LDAP中无法找到的用户",
+ "When switched on, users imported from LDAP which are then missing will be disabled" : "开启时,从LDAP中导入但后来无法找到的用户将被禁用。",
"Group Display Name Field" : "组显示名称字段",
"The LDAP attribute to use to generate the groups's display name." : "用来生成组的显示名称的 LDAP 属性。",
"Base Group Tree" : "基础组树",
@@ -177,9 +185,27 @@ OC.L10N.register(
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "用户名留空(默认)。 否则请指定 LDAP / AD 属性。",
"\"$home\" Placeholder Field" : "\"$home\" 占位字段",
"$home in an external storage configuration will be replaced with the value of the specified attribute" : "位于外部存储配置的 $home 将被指定属性替换",
+ "User Profile Attributes" : "用户个人资料属性",
+ "Phone Field" : "手机号码栏",
+ "User profile Phone will be set from the specified attribute" : "用户个人资料中的手机号码将按照指定属性设置",
+ "Website Field" : "网站栏",
+ "User profile Website will be set from the specified attribute" : "用户个人资料中的网站将按照指定属性设置",
+ "Address Field" : "地址栏",
+ "User profile Address will be set from the specified attribute" : "用户个人资料中的地址将按照指定属性设置",
+ "Twitter Field" : "推特栏",
+ "User profile Twitter will be set from the specified attribute" : "用户个人资料中的推特将按照指定属性设置",
"Fediverse Field" : "联邦宇宙字段",
"User profile Fediverse will be set from the specified attribute" : "用户个人资料的联邦宇宙将从指定的属性设定",
+ "Organisation Field" : "组织栏",
+ "User profile Organisation will be set from the specified attribute" : "用户个人资料中的组织将按照指定属性设置",
+ "Role Field" : "职称栏",
+ "User profile Role will be set from the specified attribute" : "用户个人资料中的职称将按照指定属性设置",
+ "Headline Field" : "标题栏",
+ "User profile Headline will be set from the specified attribute" : "用户个人资料中的标题栏将按照指定属性设置",
+ "Biography Field" : "自述栏",
+ "User profile Biography will be set from the specified attribute" : "用户个人资料中的自述将按照指定属性设置",
"Internal Username" : "内部用户名",
+ "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "默认情况下,内部用户名将按照UUID属性创建。这确保用户名独一无二,且无需转换字符。内部用户名拥有限制,只允许下列字符:[a-zA-Z0-9_.@-]。其它字符将被替换成对应的ASCII码或被直接删除。如有冲突,将会添加/递增一个数字。内部用户名被用来在内部确认用户身份。其也是用户主目录文件夹的默认名称。其也是远程URL的一部分,例如所有DAV服务。在此设置下,默认行为将会被覆盖。修改仅对新映射(添加)的LDAP用户生效。置空则采取默认行为。",
"Internal Username Attribute:" : "内部用户名属性:",
"Override UUID detection" : "覆盖 UUID 检测",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "ownCloud 默认会自动检测 UUID 属性。UUID 属性用来无误地识别 LDAP 用户和组。同时,如果上面没有特别设置,内部用户名也基于 UUID 创建。也可以覆盖设置,直接指定一个属性。但一定要确保指定的属性取得的用户和组是唯一的。留空,则执行默认操作。更改只影响新映射(或增加)的 LDAP 用户和组。",