diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 8fee78fb932..447998c7be2 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -61,15 +61,20 @@ OC.L10N.register( "{user} unshared {file} from you" : "您未将 {file} 共享给 {user} ", "Shared with {user}" : "与 {user} 共享", "Removed share for {user}" : "移除给 {user} 的共享", + "You removed yourself" : "您移除了您自己", + "{actor} removed themselves" : "{actor} 移除了他们自己", "{actor} shared with {user}" : "{actor} 与 {user} 共享", "{actor} removed share for {user}" : "{actor} 删除了与 {user} 的共享", "Shared by {actor}" : "由 {actor} 共享", "{actor} removed share" : "{actor} 移除共享", "You shared {file} with {user}" : "您与 {user} 共享了 {file} ", "You removed {user} from {file}" : "您从 {file} 移除了 {user} ", + "You removed yourself from {file}" : "您从 {file} 移除了您自己", + "{actor} removed themselves from {file}" : "{actor} 从 {file} 移除了他们自己", "{actor} shared {file} with {user}" : "{actor} 共享 {file} 与 {user}", "{actor} removed {user} from {file}" : "{actor} 从 {file} 移除了 {user}", "{actor} shared {file} with you" : "{actor} 与您共享了 {file} ", + "{actor} removed you from the share named {file}" : "{actor} 从名为 {file} 的共享中移除了您", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "通过邮件或公共链接共享的文件或文件夹<strong>已下载</strong>", "A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ", "A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。", @@ -88,6 +93,7 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "公共上传仅适用于公共共享文件夹", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "由于 Nextcloud Talk 没有启用,所以通过 Nextcloud Talk 发送 %s 共享密码失败。", "Invalid date, date format must be YYYY-MM-DD" : "无效的日期,日期格式必须是 YYYY-MM-DD", + "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "共享 %1$s 失败,后端不允许类型为 %2$s 的共享", "You cannot share to a Circle if the app is not enabled" : "如果这个应用程序不可用,您不能共享到圈子", "Please specify a valid circle" : "请指明一个可用圈子", "Sharing %s failed because the back end does not support room shares" : "由于后端不支持房间共享,所以共享 %s 失败。", @@ -118,11 +124,14 @@ OC.L10N.register( "sharing is disabled" : "已禁用共享", "For more info, please ask the person who sent this link." : "欲知详情,请联系发给您该链接的人。", "Share note" : "共享笔记", + "Toggle grid view" : "切换网格视图", "Download %s" : "下载 %s", "Upload files to %s" : "上传文件到 %s", + "Note" : "备注", "Select or drop files" : "选择或删除文件", "Uploading files…" : "上传文件... ", "Uploaded files:" : "上传的文件: ", + "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", "Sharing %s failed because the back end does not allow shares from type %s" : "共享 %s 失败,后端不允许共享 %s 类型", "This share is password-protected" : "这是一个密码保护的共享", "The password is wrong. Try again." : "用户名或密码错误!请重试。", |