diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-02 00:07:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-02 00:07:20 +0000 |
commit | f27d382c4775d1a47ca8d81a987fd82b79cf05c9 (patch) | |
tree | 4c6fb414674c5eaf89242b02b5ae07a53e60059f /core/l10n/zh_CN.js | |
parent | af6f5e8fad2584b5291a0ada8695d5a0a9952a13 (diff) | |
download | nextcloud-server-f27d382c4775d1a47ca8d81a987fd82b79cf05c9.tar.gz nextcloud-server-f27d382c4775d1a47ca8d81a987fd82b79cf05c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index ac94ef05305..bb514911495 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -116,9 +116,6 @@ OC.L10N.register( "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} 分享", - "Error" : "错误", - "Error while sharing" : "共享时出错", - "Error while unsharing" : "取消共享时出错", "Error setting expiration date" : "设置过期日期时出错", "The public link will expire no later than {days} days after it is created" : "该共享链接将在创建后 {days} 天失效", "Set expiration date" : "设置过期日期", @@ -157,6 +154,7 @@ OC.L10N.register( "Can delete" : "可以删除", "Access control" : "访问控制", "Could not unshare" : "无法共享", + "Error while sharing" : "共享时出错", "Share details could not be loaded for this item." : "无法加载这个项目的分享详情", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["{count}字符需要自动完成"], "This list is maybe truncated - please refine your search term to see more results." : "此列表可能会被截断 - 请缩短您的搜索词以查看更多结果", @@ -172,6 +170,7 @@ OC.L10N.register( "Name or federated cloud ID..." : "姓名或联合云 ID", "Name, federated cloud ID or email address..." : "姓名, 联合云 ID 或电子邮件地址...", "Name..." : "名称...", + "Error" : "错误", "Error removing share" : "移除分享时出错", "Non-existing tag #{tag}" : "标签 #{tag} 不存在", "restricted" : "受限", @@ -181,12 +180,6 @@ OC.L10N.register( "Rename" : "重命名", "Collaborative tags" : "协作标签", "No tags found" : "标签未找到", - "The object type is not specified." : "未指定对象类型.", - "Enter new" : "输入新...", - "Add" : "增加", - "Edit tags" : "编辑标签", - "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", - "No tags selected for deletion." : "没有选择删除的标签", "unknown text" : "未知文字", "Hello world!" : "Hello world!", "sunny" : "晴", @@ -305,6 +298,7 @@ OC.L10N.register( "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已经加密. 如果您没有启用恢复密钥, 当您的密码重置后没有任何方式能恢复您的数据. <br />如果您不确定, 请在继续前联系您的管理员.<br/>您是否真的要继续?", "Ok" : "确定", "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 文件没有工作. 我们强烈建议您在 Web 服务器上配置不可以访问数据目录, 或者将数据目录移动到 Web 服务器根目录之外.", + "Error while unsharing" : "取消共享时出错", "File drop (upload only)" : "文件拖拽 (仅上传)", "can reshare" : "允许重新分享", "can edit" : "允许修改", @@ -321,6 +315,12 @@ OC.L10N.register( "Share with users, groups or remote users..." : "分享给其他用户, 分组或外部用户...", "Share with users, groups, remote users or by mail..." : "通过邮件分享给其他用户, 分组或外部用户...", "Share with users..." : "分享给其他用户...", + "The object type is not specified." : "未指定对象类型.", + "Enter new" : "输入新...", + "Add" : "增加", + "Edit tags" : "编辑标签", + "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", + "No tags selected for deletion." : "没有选择删除的标签", "The update was successful. Redirecting you to Nextcloud now." : "升级成功. 正在重新访问 Nextcloud.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "嗨、你好,\n\n只想让你知道 %s 分享了 %s 给你。\n现在查看: %s\n", "The share will expire on %s." : "此分享将在 %s 过期.", |