diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 17784663c53..2a8e9c19f8b 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -20,6 +20,7 @@ OC.L10N.register( "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", + "Please select a file." : "请选择一个文件", "File is too big" : "文件太大", "Invalid file provided" : "提供了无效文件", "No image or file provided" : "没有提供图片或文件", @@ -115,7 +116,6 @@ OC.L10N.register( "Error occurred while checking server setup" : "当检查服务器启动时出错", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据目录和你的文件可能从互联网被访问到。.htaccess 文件不工作。我们强烈建议你配置你的网页服务器,使数据目录不再可访问,或者将数据目录移动到网页服务器根文档目录之外。", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP 头部没有配置和 \"{expected}\" 的一样。这是一个潜在的安全或者隐私风险,我们调整这项设置。", - "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP 严格传输安全(Strict-Transport-Security)报头未配置到至少“{seconds}”秒。处于增强安全性考虑,我们推荐按照<a href=\"{docUrl}\">安全提示</a>启用 HSTS。", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "您正在通过 HTTP 访问该站点,我们强烈建议您按照<a href=\"{docUrl}\">安全提示</a>配置服务器强制使用 HTTPS。", "Shared" : "已共享", "Shared with {recipients}" : "由{recipients}分享", @@ -150,16 +150,27 @@ OC.L10N.register( "change" : "更改", "delete" : "删除", "access control" : "访问控制", + "Could not unshare" : "无法共享", "Share details could not be loaded for this item." : "无法加载这个项目的分享详情", + "No users or groups found for {search}" : "{search} 条件下没有找到用户或用户组", "An error occured. Please try again" : "发生了一个错误请重新尝试", + "{sharee} (group)" : "{sharee} (组)", + "{sharee} (at {server})" : "{sharee} (位于 {server})", + "{sharee} (remote)" : "{sharee} (远程)", "Share" : "分享", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "使用语法 username@example.com/owncloud 分享给其他 ownCloud 上的用户", "Share with users or groups …" : "分享给其他用户或组 ...", "Share with users, groups or remote users …" : "分享给其他用户、组或远程用户 ...", + "Error removing share" : "移除分享时出错", "Warning" : "警告", "Error while sending notification" : "发送通知时出现错误", + "Non-existing tag #{tag}" : "标签 #{tag} 不存在", + "not assignable" : "不可分配", + "invisible" : "不可见", + "({scope})" : "({scope})", "Delete" : "删除", "Rename" : "重命名", + "Global tags" : "全局标签", "The object type is not specified." : "未指定对象类型。", "Enter new" : "输入新...", "Add" : "增加", @@ -248,6 +259,7 @@ OC.L10N.register( "Please try again or contact your administrator." : "请重试或联系管理员。", "Log in" : "登录", "Wrong password. Reset it?" : "密码错误。要重置么?", + "Wrong password." : "密码错误", "Stay logged in" : "保持登录", "Alternative Logins" : "其他登录方式", "Use the following link to reset your password: {link}" : "使用以下链接重置您的密码:{link}", |