diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/zh_CN.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js new file mode 100644 index 00000000000..b5cb43f6ce2 --- /dev/null +++ b/apps/files_sharing/l10n/zh_CN.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器分享功能", + "Couldn't add remote share" : "无法添加远程分享", + "Shared with you" : "分享给您的文件", + "Shared with others" : "您分享的文件", + "Shared by link" : "分享链接的文件", + "No files have been shared with you yet." : "目前没有文件向您分享。", + "You haven't shared any files yet." : "您还未分享过文件。", + "You haven't shared any files by link yet." : "您还没通过链接分享文件。", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "您要添加 {name} 来自 {owner}@{remote} 的远程分享吗?", + "Remote share" : "远程分享", + "Remote share password" : "远程分享密码", + "Cancel" : "取消", + "Add remote share" : "添加远程分享", + "No ownCloud installation found at {remote}" : "未能在 {remote} 找到 ownCloud 服务", + "Invalid ownCloud url" : "无效的 ownCloud 网址", + "Shared by" : "共享人", + "This share is password-protected" : "这是一个密码保护的共享", + "The password is wrong. Try again." : "用户名或密码错误!请重试", + "Password" : "密码", + "Name" : "名称", + "Share time" : "分享时间", + "Sorry, this link doesn’t seem to work anymore." : "抱歉,此链接已失效", + "Reasons might be:" : "可能原因是:", + "the item was removed" : "此项已移除", + "the link expired" : "链接过期", + "sharing is disabled" : "分享已禁用", + "For more info, please ask the person who sent this link." : "欲知详情,请联系发给你链接的人。", + "Add to your ownCloud" : "添加到您的 ownCloud", + "Download" : "下载", + "Download %s" : "下载 %s", + "Direct link" : "直接链接", + "Remote Shares" : "远程分享", + "Allow other instances to mount public links shared from this server" : "允许其他实例挂载由此服务器分享的公共链接", + "Allow users to mount public link shares" : "允许用户挂载公共链接分享" +}, +"nplurals=1; plural=0;"); |