diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 82a5052d73e..a8c6d454ab6 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -84,7 +84,10 @@ OC.L10N.register( "Dot files are not allowed" : "以 . 开头的文件不被允许", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" 是禁止的文件或文件夹名称。", "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" 是文件或文件夹名称的禁止前缀。", + "\"%1$s\" is not allowed inside a file or folder name." : "文件或文件夹名称中不允许出现 \"%1$s\"。", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" 是禁止的文件类型。", "Filenames must not end with \"%1$s\"." : "文件名不能以 “%1$s” 结尾。", + "Invalid parent path" : "父路径无效", "File already exists" : "文件已存在", "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", @@ -145,13 +148,27 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口", "Sharing backend %s not found" : "%s 的共享后端未找到", "Sharing backend for %s not found" : "%s 的共享后端未找到", + "%1$s shared %2$s with you" : "%1$s 与您分享了 %2$s ", "Click the button below to open it." : "点击下方按钮可打开它。", + "Open %s" : "打开 %s", "%1$s via %2$s" : "%1$s 通过 %2$s", + "%1$s shared %2$s with you and wants to add:" : "%1$s 与您分享了 %2$s 并想要添加:", + "%1$s shared %2$s with you and wants to add" : "%1$s 与您分享了 %2$s 并希望添加", + "%s added a note to a file shared with you" : "%s 为与您共享的文件添加了注释", "Passwords are enforced for link and mail shares" : "链接和邮件共享必须使用密码", + "Share recipient is not a valid user" : "共享接收者不是有效用户", + "Share recipient is not a valid group" : "共享接收者不是有效的群组", + "Share recipient should be empty" : "分享收件人应为空", + "Share recipient should not be empty" : "分享收件人不能为空", + "Share recipient is not a valid circle" : "分享接收者不是有效的圈子", "Unknown share type" : "未知共享类型", + "Share initiator must be set" : "必须设置共享发起者", "Cannot share with yourself" : "无法与自己分享", + "Shared path must be set" : "必须设置共享路径", + "Shared path must be either a file or a folder" : "共享路径必须是文件或文件夹", "You cannot share your root folder" : "您无法共享您的主文件夹", "You are not allowed to share %s" : "您无权共享 %s", + "Valid permissions are required for sharing" : "共享需要有效的权限", "Cannot increase permissions of %s" : "无法提升 %s 的权限", "Shares need at least read permissions" : "共享至少需要读取权限", "Files cannot be shared with delete permissions" : "不能带删除权限分享文件", |