Blame view
sources/settings/l10n/zh_CN.php
7.71 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Unable to load list from App Store" => "无法从应用商店载入列表", |
|
31b7f2792
|
4 |
"Authentication error" => "认证出错", |
|
03e52840d
|
5 6 |
"Group already exists" => "已存在该组", "Unable to add group" => "无法添加组", |
|
03e52840d
|
7 8 9 10 11 |
"Email saved" => "电子邮件已保存", "Invalid email" => "无效的电子邮件", "Unable to delete group" => "无法删除组", "Unable to delete user" => "无法删除用户", "Language changed" => "语言已修改", |
|
31b7f2792
|
12 |
"Invalid request" => "无效请求", |
|
03e52840d
|
13 14 15 |
"Admins can't remove themself from the admin group" => "管理员不能将自己移出管理组。", "Unable to add user to group %s" => "无法把用户添加到组 %s", "Unable to remove user from group %s" => "无法从组%s中移除用户", |
|
31b7f2792
|
16 17 |
"Couldn't update app." => "无法更新 app。",
"Update to {appversion}" => "更新至 {appversion}",
|
|
03e52840d
|
18 |
"Disable" => "禁用", |
|
31b7f2792
|
19 20 21 22 23 24 |
"Enable" => "开启", "Please wait...." => "请稍等....", "Error while disabling app" => "禁用 app 时出错", "Error while enabling app" => "启用 app 时出错", "Updating...." => "正在更新....", "Error while updating app" => "更新 app 时出错", |
|
03e52840d
|
25 |
"Error" => "错误", |
|
31b7f2792
|
26 27 28 29 |
"Update" => "更新", "Updated" => "已更新", "Decrypting files... Please wait, this can take some time." => "正在解密文件... 请稍等,可能需要一些时间。", "Saving..." => "保存中", |
|
03e52840d
|
30 31 |
"deleted" => "已经删除", "undo" => "撤销", |
|
31b7f2792
|
32 |
"Unable to remove user" => "无法移除用户", |
|
03e52840d
|
33 34 35 |
"Groups" => "组", "Group Admin" => "组管理员", "Delete" => "删除", |
|
31b7f2792
|
36 37 38 39 |
"add group" => "添加组", "A valid username must be provided" => "必须提供合法的用户名", "Error creating user" => "创建用户出错", "A valid password must be provided" => "必须提供合法的密码", |
|
03e52840d
|
40 41 |
"__language_name__" => "简体中文", "Security Warning" => "安全警告", |
|
31b7f2792
|
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
"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服务器以外。", "Setup Warning" => "设置警告", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏.", "Please double check the <a href=\"%s\">installation guides</a>." => "请认真检查<a href='%s'>安装指南</a>.", "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" => "本地化无法工作", "Internet connection not working" => "因特网连接无法工作", "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的所有特性, 我们建议启用此服务器的因特网连接.", "Cron" => "计划任务", "Execute one task with each page loaded" => "每个页面加载后执行一个任务", "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" => "允许用户使用连接公开共享项目", "Allow public uploads" => "允许公开上传", "Allow users to enable others to upload into their publicly shared folders" => "用户可让其他人上传到他的公开共享文件夹", "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", "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.", "Log" => "日志", "Log level" => "日志级别", |
|
03e52840d
|
70 |
"More" => "更多", |
|
31b7f2792
|
71 |
"Less" => "更少", |
|
03e52840d
|
72 73 74 75 76 77 78 |
"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>许可证下发布。", "Add your App" => "添加应用", "More Apps" => "更多应用", "Select an App" => "选择一个应用", "See application page at apps.owncloud.com" => "查看在 app.owncloud.com 的应用程序页面", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>", |
|
03e52840d
|
79 80 81 82 83 84 |
"User Documentation" => "用户文档", "Administrator Documentation" => "管理员文档", "Online Documentation" => "在线文档", "Forum" => "论坛", "Bugtracker" => "问题跟踪器", "Commercial Support" => "商业支持", |
|
03e52840d
|
85 |
"Get the apps to sync your files" => "安装应用进行文件同步", |
|
31b7f2792
|
86 87 |
"Show First Run Wizard again" => "再次显示首次运行向导", "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "你已使用 <strong>%s</strong>,有效空间 <strong>%s</strong>", |
|
03e52840d
|
88 89 90 91 92 93 94 95 96 |
"Password" => "密码", "Your password was changed" => "密码已修改", "Unable to change your password" => "无法修改密码", "Current password" => "当前密码", "New password" => "新密码", "Change password" => "修改密码", "Email" => "电子邮件", "Your email address" => "您的电子邮件", "Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复功能", |
|
31b7f2792
|
97 |
"Profile picture" => "联系人图片", |
|
03e52840d
|
98 99 100 |
"Language" => "语言", "Help translate" => "帮助翻译", "WebDAV" => "WebDAV", |
|
31b7f2792
|
101 102 103 104 |
"Encryption" => "加密", "Log-in password" => "登录密码", "Decrypt all Files" => "解密所有文件", "Login Name" => "登录名称", |
|
03e52840d
|
105 |
"Create" => "创建", |
|
31b7f2792
|
106 107 |
"Admin Recovery Password" => "管理恢复密码", "Enter the recovery password in order to recover the users files during password change" => "输入恢复密码来在更改密码的时候恢复用户文件", |
|
03e52840d
|
108 109 110 |
"Default Storage" => "默认存储", "Unlimited" => "无限", "Other" => "其它", |
|
31b7f2792
|
111 |
"Username" => "用户名", |
|
03e52840d
|
112 |
"Storage" => "存储", |
|
31b7f2792
|
113 |
"set new password" => "设置新密码", |
|
03e52840d
|
114 115 |
"Default" => "默认" ); |
|
31b7f2792
|
116 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |