diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-01 01:56:01 -0400 |
commit | 17f5a18922276e908f26b68c24999f7595cf37bc (patch) | |
tree | aa5f7122e5548174a60573697348004f08cd1574 /core/l10n/zh_CN.php | |
parent | 9ee88104e96250a3e8c0d648b5bf2369ab051a64 (diff) | |
download | nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.tar.gz nextcloud-server-17f5a18922276e908f26b68c24999f7595cf37bc.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, 12 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index b068d425676..4d3c55b07f4 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Expiration date is in the past." => "过期日期已过。", "Couldn't send mail to following users: %s " => "发送失败,用户如下: %s ", "Turned on maintenance mode" => "启用维护模式", "Turned off maintenance mode" => "关闭维护模式", @@ -49,6 +50,7 @@ $TRANSLATIONS = array( "_{count} file conflict_::_{count} file conflicts_" => array("{count} 个文件冲突"), "One file conflict" => "1个文件冲突", "New Files" => "新文件", +"Already existing files" => "已经存在的文件", "Which files do you want to keep?" => "想要保留哪一个文件呢?", "If you select both versions, the copied file will have a number added to its name." => "如果同时选择了连个版本,复制的文件名将会添加上一个数字。", "Cancel" => "取消", @@ -56,6 +58,11 @@ $TRANSLATIONS = array( "(all selected)" => "(选中全部)", "({count} selected)" => "(选择了{count}个)", "Error loading file exists template" => "加载文件存在性模板失败", +"Very weak password" => "非常弱的密码", +"Weak password" => "弱密码", +"So-so password" => "一般强度的密码", +"Good password" => "较强的密码", +"Strong password" => "强密码", "Shared" => "已共享", "Share" => "分享", "Error" => "错误", @@ -103,6 +110,7 @@ $TRANSLATIONS = array( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新不成功。请汇报将此问题汇报给 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 社区</a>。", "The update was successful. Redirecting you to ownCloud now." => "更新成功。正在重定向至 ownCloud。", "%s password reset" => "重置 %s 的密码", +"A problem has occurred whilst sending the email, please contact your administrator." => "发送电子邮件时发生问题,请和管理员联系。", "Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}", "The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "重置密码的链接已发送到您的邮箱。<br>如果您觉得在合理的时间内还未收到邮件,请查看 spam/junk 目录。<br>如果没有在那里,请询问您的本地管理员。", "Request failed!<br>Did you make sure your email/username was right?" => "请求失败<br>您确定您的邮箱/用户名是正确的?", @@ -115,6 +123,8 @@ $TRANSLATIONS = array( "To login page" => "到登录页面", "New password" => "新密码", "Reset password" => "重置密码", +"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", +"For the best results, please consider using a GNU/Linux server instead." => "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", "Personal" => "个人", "Users" => "用户", "Apps" => "应用", @@ -140,6 +150,7 @@ $TRANSLATIONS = array( "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "您的数据目录和文件可能可以直接被互联网访问,因为 .htaccess 并未正常工作。", "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "关于如何配置服务器,请参见 <a href=\"%s\" target=\"_blank\">此文档</a>。", "Create an <strong>admin account</strong>" => "创建<strong>管理员账号</strong>", +"Storage & database" => "存储 & 数据库", "Data folder" => "数据目录", "Configure the database" => "配置数据库", "will be used" => "将被使用", @@ -162,6 +173,7 @@ $TRANSLATIONS = array( "remember" => "记住", "Log in" => "登录", "Alternative Logins" => "其他登录方式", +"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "嗨、你好,<br><br>只想让你知道 %s 分享了 <strong>%s</strong> 给你。<br><a href=\"%s\">现在查看!</a><br><br>", "This ownCloud instance is currently in single user mode." => "当前ownCloud实例运行在单用户模式下。", "This means only administrators can use the instance." => "这意味着只有管理员才能在实例上操作。", "Contact your system administrator if this message persists or appeared unexpectedly." => "如果这个消息一直存在或不停出现,请联系你的系统管理员。", |