diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 8a51fd65abc..49d09aaa66a 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -57,6 +57,7 @@ OC.L10N.register( "{actor} removed share" : "{actor} 移除共享", "You shared {file} with {user}" : "您与 {user} 分享了 {file} ", "You removed {user} from {file}" : "您从 {file} 移除了 {user} ", + "{actor} shared {file} with {user}" : "{actor} 共享 {file} 与 {user}", "{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}", "{actor} shared {file} with you" : "{actor} 与您共享了 {file} ", "{actor} removed you from {file}" : "{actor} 将您从 {file} 移除", @@ -78,6 +79,8 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "公共上传仅适用于公共共享文件夹", "Invalid date, date format must be YYYY-MM-DD" : "无效的日期,日期格式必须是 YYYY-MM-DD", "Sharing %s failed because the back end does not allow shares from type %s" : "共享 %s 失败,后端不允许共享 %s 类型", + "You cannot share to a Circle if the app is not enabled" : "如果这个应用程序不可用,你不能分享到圈子", + "Please specify a valid circle" : "请指明一个可用圈子", "Unknown share type" : "未知共享类型", "Not a directory" : "不是一个目录", "Could not lock path" : "无法锁定路径", |