2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-03-12 09:57:17 +04:00
" Email sent " => " 邮件已发送 " ,
2014-03-11 09:59:39 +04:00
" Encryption " => " 加密 " ,
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 " => " 认证出错 " ,
2014-03-11 09:59:39 +04:00
" Your full name has been changed. " => " 您的全名已修改。 " ,
" Unable to change full 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。 " ,
2014-03-11 09:59:39 +04:00
" Wrong password " => " 错误密码 " ,
" No user supplied " => " 没有满足的用户 " ,
" Unable to change password " => " 不能更改密码 " ,
" User Documentation " => " 用户文档 " ,
2013-03-15 03:06:36 +04:00
" 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-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 " => " 必须提供合法的密码 " ,
2014-03-11 09:59:39 +04:00
" Warning: Home directory for user \" { user} \" already exists " => " 警告:用户 \" { user} \" 的家目录已存在 " ,
2012-01-24 03:42:08 +04:00
" __language_name__ " => " 简体中文 " ,
2014-03-11 09:59:39 +04:00
" Everything (fatal issues, errors, warnings, info, debug) " => " 所有(灾难性问题,错误,警告,信息,调试) " ,
" Info, warnings, errors and fatal issues " => " 信息,警告,错误和灾难性问题 " ,
" Warnings, errors and fatal issues " => " 警告,错误和灾难性问题 " ,
" Errors and fatal issues " => " 错误和灾难性问题 " ,
" Fatal issues only " => " 仅灾难性问题 " ,
2014-03-12 09:57:17 +04:00
" None " => " 无 " ,
" Login " => " 登录 " ,
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类型检测取得最佳结果. " ,
2014-03-11 09:59:39 +04:00
" Your PHP version is outdated " => " 您的 PHP 版本不是最新版 " ,
2013-03-15 03:06:36 +04:00
" Locale not working " => " 本地化无法工作 " ,
" 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 " => " 每个页面加载后执行一个任务 " ,
2014-03-11 09:59:39 +04:00
" Use systems cron service to call the cron.php file every 15 minutes. " => " 使用系统 cron 服务每15分钟调用一次 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 " => " 允许用户只向同组用户共享 " ,
2014-03-11 09:59:39 +04:00
" Allow mail notification " => " 允许邮件通知 " ,
" Allow user to send mail notification for shared files " => " 允许用户为共享的文件发送邮件通知 " ,
2013-03-15 03:06:36 +04:00
" 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. " ,
2014-03-12 09:57:17 +04:00
" Server address " => " 服务器地址 " ,
" Port " => " 端口 " ,
" Credentials " => " 凭证 " ,
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
" 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 " => " 修改密码 " ,
2014-03-11 09:59:39 +04:00
" Full Name " => " 全名 " ,
2012-01-24 03:42:08 +04:00
" Email " => " 电子邮件 " ,
" Your email address " => " 您的电子邮件 " ,
2013-09-18 19:50:02 +04:00
" Profile picture " => " 联系人图片 " ,
2014-03-11 09:59:39 +04:00
" Upload new " => " 上传新的 " ,
" Select new from Files " => " 从文件中选择一个新的 " ,
" Remove image " => " 移除图片 " ,
" Your avatar is provided by your original account. " => " 您的头像由您的原始账户所提供。 " ,
2014-03-12 09:57:17 +04:00
" Cancel " => " 取消 " ,
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 " ,
2014-03-11 09:59:39 +04:00
" Use this address to <a href= \" %s \" target= \" _blank \" >access your Files via WebDAV</a> " => " 使用这个地址 <a href= \" %s \" target= \" _blank \" >通过 WebDAV 访问您的文件</a> " ,
2013-08-28 14:24:14 +04:00
" 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 " => " 默认存储 " ,
2014-03-11 09:59:39 +04:00
" Please enter storage quota (ex: \" 512 MB \" or \" 12 GB \" ) " => " 请输入存储限额 (ex: \" 512 MB \" or \" 12 GB \" ) " ,
2013-01-15 03:05:10 +04:00
" 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 " => " 存储 " ,
2014-03-11 09:59:39 +04:00
" change full name " => " 更改全名 " ,
2013-03-15 03:06:36 +04:00
" 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; " ;