diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
commit | cec8384b1a07ea4e8f6ac8534636bd24d7019ae7 (patch) | |
tree | 9ebdd6f6e02d5d036de8d76dee29cd8d6650407c /core/l10n/zh_CN.php | |
parent | 29dd7eda2de629024548ddef419f1d6991ae07a6 (diff) | |
download | nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.tar.gz nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_CN.php')
-rw-r--r-- | core/l10n/zh_CN.php | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 29fef5ff220..80815b508ce 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"%s shared »%s« with you" => "%s 向您分享了 »%s«", "Category type not provided." => "未提供分类类型。", "No category to add?" => "没有可添加分类?", "This category already exists: %s" => "此分类已存在:%s", @@ -55,12 +56,13 @@ "Error while sharing" => "共享时出错", "Error while unsharing" => "取消共享时出错", "Error while changing permissions" => "修改权限时出错", -"Shared with you and the group {group} by {owner}" => "{owner}共享给您及{group}组", -"Shared with you by {owner}" => " {owner}与您共享", +"Shared with you and the group {group} by {owner}" => "{owner} 共享给您及 {group} 组", +"Shared with you by {owner}" => "{owner} 与您共享", "Share with" => "分享之", "Share with link" => "共享链接", "Password protect" => "密码保护", "Password" => "密码", +"Allow Public Upload" => "允许公开上传", "Email link to person" => "发送链接到个人", "Send" => "发送", "Set expiration date" => "设置过期日期", @@ -68,7 +70,7 @@ "Share via email:" => "通过Email共享", "No people found" => "未找到此人", "Resharing is not allowed" => "不允许二次共享", -"Shared in {item} with {user}" => "在{item} 与 {user}共享。", +"Shared in {item} with {user}" => "在 {item} 与 {user} 共享。", "Unshare" => "取消共享", "can edit" => "可以修改", "access control" => "访问控制", @@ -89,6 +91,8 @@ "Request failed!<br>Did you make sure your email/username was right?" => "请求失败<br>您确定您的邮箱/用户名是正确的?", "You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。", "Username" => "用户名", +"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. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "您的文件已加密。如果您不启用恢复密钥,您将无法在重设密码后取回文件。如果您不太确定,请在继续前联系您的管理员。您真的要继续吗?", +"Yes, I really want to reset my password now" => "使得,我真的要现在重设密码", "Request reset" => "请求重置", "Your password was reset" => "您的密码已重置", "To login page" => "到登录页面", @@ -101,6 +105,7 @@ "Help" => "帮助", "Access forbidden" => "访问禁止", "Cloud not found" => "未找到云", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "您好,\n\n%s 向您分享了 %s。\n查看: %s", "web services under your control" => "您控制的web服务", "Edit categories" => "编辑分类", "Add" => "增加", @@ -131,6 +136,7 @@ "remember" => "记住", "Log in" => "登录", "Alternative Logins" => "其他登录方式", +"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>Cheers!" => "您好,<br><br>%s 向您分享了 »%s«。<br><a href=\"%s\">查看</a>", "prev" => "上一页", "next" => "下一页", "Updating ownCloud to version %s, this may take a while." => "更新 ownCloud 到版本 %s,这可能需要一些时间。" |