diff options
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.js')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index 15d0154921b..eae37fb3a19 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -3,9 +3,21 @@ OC.L10N.register( { "Failed to clear the mappings." : "清除映射失败。", "Failed to delete the server configuration" : "未能删除服务器配置", + "The configuration is invalid: anonymous bind is not allowed." : "配置无效:不允许匿名绑定。", "The configuration is valid and the connection could be established!" : "配置有效,能够建立连接!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "配置有效但绑定失败。请检查服务器设置和认证信息。", + "The configuration is invalid. Please have a look at the logs for further details." : "配置无效。更多细节请查看 ownCloud 日志。", + "No action specified" : "未指定操作", + "No configuration specified" : "未指定配置文件", + "No data specified" : "未指定数据", + " Could not set configuration %s" : " 无法设定配置文件 %s", + "Action does not exist" : "操作不存在", + "The Base DN appears to be wrong" : "Base DN似乎错了", + "Configuration incorrect" : "配置错误", + "Configuration incomplete" : "配置未完成", + "Configuration OK" : "配置完成", "Select groups" : "选择分组", + "Could not detect Base DN, please enter it manually." : "无法探测Base DN,请手动输入。", "Do you really want to delete the current Server Configuration?" : "您真的想要删除当前服务器配置吗?", "Confirm Deletion" : "确认删除", "Invalid Host" : "无效的主机", |