diff options
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 75dd6d325fe..eec704c6d69 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -432,7 +432,7 @@ OC.L10N.register( "Documentation" : "文档", "Forum" : "论坛", "Login" : "登录", - "SSL/TLS" : "SSL/TLS", + "SSL" : "SSL", "Open documentation" : "打开文档", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "设置此服务器以能够发送电子邮件(例如密码重置和通知)非常重要。", "Send mode" : "发送模式", @@ -441,7 +441,7 @@ OC.L10N.register( "From address" : "来自地址", "Server address" : "服务器地址", "Port" : "端口", - "Authentication method" : "认证方法", + "Authentication" : "身份认证", "Authentication required" : "需要认证", "Credentials" : "证书", "SMTP Username" : "SMTP 用户名", @@ -499,7 +499,9 @@ OC.L10N.register( "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Plain" : "明文", "NT LAN Manager" : "NT LAN 管理器", + "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", + "Authentication method" : "认证方法", "Allow username autocompletion in share dialog" : "在分享对话框中允许用户名自动完成", "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名" }, |