nextcloud/settings/l10n/zh_CN.php

126 lines
9.0 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-08-19 04:05:44 +04:00
"Unable to load list from App Store" => "无法从应用商店载入列表",
2013-04-27 04:24:29 +04:00
"Authentication error" => "认证出错",
2013-05-12 04:05:29 +04:00
"Your display name has been changed." => "您的显示名字已经改变",
2013-03-15 03:06:36 +04:00
"Unable to change display name" => "无法修改显示名称",
2012-09-28 04:06:03 +04:00
"Group already exists" => "已存在该组",
"Unable to add group" => "无法添加组",
2012-07-27 04:04:26 +04:00
"Email saved" => "电子邮件已保存",
"Invalid email" => "无效的电子邮件",
2012-09-28 04:06:03 +04:00
"Unable to delete group" => "无法删除组",
"Unable to delete user" => "无法删除用户",
2011-09-03 17:08:49 +04:00
"Language changed" => "语言已修改",
2013-04-27 04:24:29 +04:00
"Invalid request" => "无效请求",
2012-12-04 03:07:11 +04:00
"Admins can't remove themself from the admin group" => "管理员不能将自己移出管理组。",
2012-09-28 04:06:03 +04:00
"Unable to add user to group %s" => "无法把用户添加到组 %s",
"Unable to remove user from group %s" => "无法从组%s中移除用户",
2013-03-15 03:06:36 +04:00
"Couldn't update app." => "无法更新 app。",
"Update to {appversion}" => "更新至 {appversion}",
2012-07-27 04:04:26 +04:00
"Disable" => "禁用",
2013-04-27 04:24:29 +04:00
"Enable" => "开启",
2013-03-15 03:06:36 +04:00
"Please wait...." => "请稍等....",
2013-08-28 14:24:14 +04:00
"Error while disabling app" => "禁用 app 时出错",
"Error while enabling app" => "启用 app 时出错",
2013-03-15 03:06:36 +04:00
"Updating...." => "正在更新....",
"Error while updating app" => "更新 app 时出错",
2013-08-26 03:21:52 +04:00
"Error" => "错误",
"Update" => "更新",
2013-03-15 03:06:36 +04:00
"Updated" => "已更新",
2013-08-28 14:24:14 +04:00
"Decrypting files... Please wait, this can take some time." => "正在解密文件... 请稍等,可能需要一些时间。",
2013-04-27 04:24:29 +04:00
"Saving..." => "保存中",
2013-02-13 03:05:40 +04:00
"deleted" => "已经删除",
"undo" => "撤销",
2013-03-15 03:06:36 +04:00
"Unable to remove user" => "无法移除用户",
2013-02-12 18:12:46 +04:00
"Groups" => "",
"Group Admin" => "组管理员",
"Delete" => "删除",
2013-03-15 03:06:36 +04:00
"add group" => "添加组",
"A valid username must be provided" => "必须提供合法的用户名",
"Error creating user" => "创建用户出错",
"A valid password must be provided" => "必须提供合法的密码",
2012-01-24 03:42:08 +04:00
"__language_name__" => "简体中文",
2013-02-13 03:05:40 +04:00
"Security Warning" => "安全警告",
2013-08-19 23:14:38 +04:00
"Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器以使数据文件夹不可被访问或者将数据文件夹移到web服务器以外。",
2013-03-15 03:06:36 +04:00
"Setup Warning" => "设置警告",
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.",
2013-08-19 23:14:38 +04:00
"Please double check the <a href=\"%s\">installation guides</a>." => "请认真检查<a href='%s'>安装指南</a>.",
2013-03-15 03:06:36 +04:00
"Module 'fileinfo' missing" => "模块'文件信息'丢失",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果.",
"Locale not working" => "本地化无法工作",
2013-08-19 23:14:38 +04:00
"System locale can't be set to %s. 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 %s." => "服务器无法设置系统本地化到%s. 这意味着可能文件名中有一些字符会引起问题. 我们强烈建议在你系统上安装所需的软件包来支持%s",
2013-03-15 03:06:36 +04:00
"Internet connection not working" => "因特网连接无法工作",
2013-08-19 23:14:38 +04:00
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "此服务器上没有可用的因特网连接. 这意味着某些特性将无法工作,例如挂载外部存储器, 提醒更新或安装第三方应用等. 从远程访问文件和发送提醒电子邮件也可能无法工作. 如果你想要ownCloud的所有特性, 我们建议启用此服务器的因特网连接.",
2013-03-15 03:06:36 +04:00
"Cron" => "计划任务",
"Execute one task with each page loaded" => "每个页面加载后执行一个任务",
2013-08-19 23:14:38 +04:00
"cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php已被注册到网络定时任务服务。通过http每分钟调用owncloud根目录的cron.php网页。",
"Use systems cron service to call the cron.php file once a minute." => "使用系统定时任务服务。每分钟通过系统定时任务调用owncloud文件夹中的cron.php文件",
2013-03-15 03:06:36 +04:00
"Sharing" => "共享",
"Enable Share API" => "启用共享API",
"Allow apps to use the Share API" => "允许应用软件使用共享API",
"Allow links" => "允许链接",
"Allow users to share items to the public with links" => "允许用户使用连接公开共享项目",
2013-08-19 23:14:38 +04:00
"Allow public uploads" => "允许公开上传",
"Allow users to enable others to upload into their publicly shared folders" => "用户可让其他人上传到他的公开共享文件夹",
2013-03-15 03:06:36 +04:00
"Allow resharing" => "允许再次共享",
"Allow users to share items shared with them again" => "允许用户将共享给他们的项目再次共享",
"Allow users to share with anyone" => "允许用户向任何人共享",
"Allow users to only share with users in their groups" => "允许用户只向同组用户共享",
"Security" => "安全",
"Enforce HTTPS" => "强制使用 HTTPS",
2013-08-19 23:14:38 +04:00
"Forces the clients to connect to %s via an encrypted connection." => "强制客户端通过加密连接连接到%s。",
"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL.",
2013-03-15 03:06:36 +04:00
"Log" => "日志",
"Log level" => "日志级别",
2013-02-13 03:05:40 +04:00
"More" => "更多",
2013-03-31 03:03:46 +04:00
"Less" => "更少",
2013-02-12 18:12:46 +04:00
"Version" => "版本",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。",
2012-06-06 02:29:28 +04:00
"Add your App" => "添加应用",
2012-10-18 04:09:32 +04:00
"More Apps" => "更多应用",
2011-09-03 17:08:49 +04:00
"Select an App" => "选择一个应用",
2012-07-27 04:04:26 +04:00
"See application page at apps.owncloud.com" => "查看在 app.owncloud.com 的应用程序页面",
2012-09-07 04:07:22 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>",
2012-12-24 03:12:16 +04:00
"User Documentation" => "用户文档",
"Administrator Documentation" => "管理员文档",
"Online Documentation" => "在线文档",
"Forum" => "论坛",
"Bugtracker" => "问题跟踪器",
"Commercial Support" => "商业支持",
2013-03-02 03:05:42 +04:00
"Get the apps to sync your files" => "安装应用进行文件同步",
2013-03-15 03:06:36 +04:00
"Show First Run Wizard again" => "再次显示首次运行向导",
2013-06-15 04:07:18 +04:00
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "你已使用 <strong>%s</strong>,有效空间 <strong>%s</strong>",
2012-12-20 03:13:09 +04:00
"Password" => "密码",
2012-09-28 04:06:03 +04:00
"Your password was changed" => "密码已修改",
2011-09-03 17:08:49 +04:00
"Unable to change your password" => "无法修改密码",
"Current password" => "当前密码",
"New password" => "新密码",
"Change password" => "修改密码",
2013-03-15 03:06:36 +04:00
"Display Name" => "显示名称",
2012-01-24 03:42:08 +04:00
"Email" => "电子邮件",
"Your email address" => "您的电子邮件",
2012-10-26 04:05:56 +04:00
"Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复功能",
2013-09-18 19:50:02 +04:00
"Profile picture" => "联系人图片",
2011-09-03 17:08:49 +04:00
"Language" => "语言",
2012-01-24 03:42:08 +04:00
"Help translate" => "帮助翻译",
2012-12-24 03:12:16 +04:00
"WebDAV" => "WebDAV",
2013-08-19 23:14:38 +04:00
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">access your Files via WebDAV</a>" => "使用该链接 <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">通过WebDAV访问你的文件</a>",
"Encryption" => "加密",
2013-08-28 14:24:14 +04:00
"The encryption app is no longer enabled, decrypt all your file" => "加密 app 未启用,将解密您所有文件",
"Log-in password" => "登录密码",
"Decrypt all Files" => "解密所有文件",
2013-03-15 03:06:36 +04:00
"Login Name" => "登录名称",
2011-09-03 17:08:49 +04:00
"Create" => "创建",
2013-06-06 04:21:31 +04:00
"Admin Recovery Password" => "管理恢复密码",
2013-07-02 17:35:55 +04:00
"Enter the recovery password in order to recover the users files during password change" => "输入恢复密码来在更改密码的时候恢复用户文件",
2013-01-15 03:05:10 +04:00
"Default Storage" => "默认存储",
"Unlimited" => "无限",
2012-06-06 02:29:28 +04:00
"Other" => "其它",
2013-06-21 10:53:57 +04:00
"Username" => "用户名",
2013-01-15 03:05:10 +04:00
"Storage" => "存储",
2013-03-15 03:06:36 +04:00
"change display name" => "修改显示名称",
"set new password" => "设置新密码",
2013-02-12 18:12:46 +04:00
"Default" => "默认"
2011-09-03 17:08:49 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";