diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-12 01:54:39 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-12 01:54:39 -0400 |
commit | a3635fedbbc18093ec36958fc9d3104decc02b23 (patch) | |
tree | 6e96299ad6f7afde84efd71b1e434bf504cd8966 /settings/l10n/zh_CN.php | |
parent | a0db01ecd3f10476751eea258176ef742bbdacd3 (diff) | |
download | nextcloud-server-a3635fedbbc18093ec36958fc9d3104decc02b23.tar.gz nextcloud-server-a3635fedbbc18093ec36958fc9d3104decc02b23.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/zh_CN.php')
-rw-r--r-- | settings/l10n/zh_CN.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index d02a9f620ad..3c2dca4c0b1 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -40,6 +40,8 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "错误的管理员恢复密码。请检查密码并重试。", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "后端不支持修改密码,但是用户的加密密码已成功更新。", "Unable to change password" => "不能更改密码", +"Are you really sure you want add \"{domain}\" as trusted domain?" => "你真的希望添加 \"{domain}\" 为信任域?", +"Add trusted domain" => "添加信任域", "Sending..." => "正在发送...", "All" => "全部", "User Documentation" => "用户文档", @@ -65,6 +67,7 @@ $TRANSLATIONS = array( "So-so password" => "一般强度的密码", "Good password" => "较强的密码", "Strong password" => "强密码", +"Valid until {date}" => "有效期至 {date}", "Delete" => "删除", "Decrypting files... Please wait, this can take some time." => "正在解密文件... 请稍等,可能需要一些时间。", "Delete encryption keys permanently." => "永久删除加密密钥。", @@ -107,10 +110,16 @@ $TRANSLATIONS = array( "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果.", "Your PHP version is outdated" => "您的 PHP 版本不是最新版", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "您的 PHP 版本已过期。强烈建议更新至 5.3.8 或者更新版本因为老版本存在已知问题。本次安装可能并未正常工作。", +"PHP charset is not set to UTF-8" => "PHP字符集没有设置为UTF-8", +"PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'." => "PHP字符集没有设置为UTF-8。这会导致非ASC||字符的文件名出现乱码。我们强烈建议修改php.ini文件中的'default_charset' 的值为 'UTF-8'", "Locale not working" => "本地化无法工作", "System locale can not be set to a one which supports UTF-8." => "系统语系无法设置为支持 UTF-8 的语系。", "This means that there might be problems with certain characters in file names." => "这意味着一些文件名中的特定字符可能有问题。", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "强烈建议在您的系统上安装需要的软件包来支持以下语系之一:%s。", +"URL generation in notification emails" => "在通知邮件里生成URL", +"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "如果你没有安装ownCloud在域名的根目录里,并使用系统的crom,这会导致URL的生成出错。要避免这个问题,请设置 config.php 文件中的\"overwritewebroot\" 参数值为你的实际安装web路径。(建议为: \"%s\")", +"Connectivity checks" => "网络连接检查", +"No problems found" => "未发现问题", "Please double check the <a href='%s'>installation guides</a>." => "请认真检查<a href='%s'>安装指南</a>.", "Cron" => "计划任务", "Last cron was executed at %s." => "上次定时任务执行于 %s。", @@ -193,6 +202,10 @@ $TRANSLATIONS = array( "Language" => "语言", "Help translate" => "帮助翻译", "SSL root certificates" => "SSL根证书", +"Common Name" => "通用名称", +"Valid until" => "有效期至", +"Issued By" => "授权由", +"Valid until %s" => "有效期至 %s", "Import Root Certificate" => "导入根证书", "The encryption app is no longer enabled, please decrypt all your files" => "加密 app 不再被启用,请解密您所有的文件", "Log-in password" => "登录密码", @@ -200,6 +213,8 @@ $TRANSLATIONS = array( "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "您的加密密钥已经移动到一个备份位置。如果发生了错误您可以恢复密钥,当确认所有文件已经正确解密时才可永久删除密钥。", "Restore Encryption Keys" => "恢复加密密钥", "Delete Encryption Keys" => "删除加密密钥", +"Show storage location" => "显示存储位置", +"Show last log in" => "显示最后登录", "Login Name" => "登录名称", "Create" => "创建", "Admin Recovery Password" => "管理恢复密码", |