nextcloud/settings/l10n/zh_CN.GB2312.php

49 lines
3.1 KiB
PHP
Raw Normal View History

2012-08-12 04:04:58 +04:00
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "不能从App Store 中加载列表",
2013-02-07 03:11:04 +04:00
"Authentication error" => "认证错误",
2012-09-18 04:04:26 +04:00
"Group already exists" => "群组已存在",
"Unable to add group" => "未能添加群组",
"Could not enable app. " => "未能启用应用",
2012-08-12 04:04:58 +04:00
"Email saved" => "Email 保存了",
"Invalid email" => "非法Email",
2012-09-18 04:04:26 +04:00
"Unable to delete group" => "未能删除群组",
"Unable to delete user" => "未能删除用户",
2012-08-12 04:04:58 +04:00
"Language changed" => "语言改变了",
2013-01-12 03:10:58 +04:00
"Invalid request" => "非法请求",
2012-09-18 04:04:26 +04:00
"Unable to add user to group %s" => "未能添加用户到群组 %s",
"Unable to remove user from group %s" => "未能将用户从群组 %s 移除",
2012-08-12 04:04:58 +04:00
"Disable" => "禁用",
"Enable" => "启用",
2013-02-02 03:08:15 +04:00
"Error" => "出错",
2012-08-12 04:04:58 +04:00
"Saving..." => "保存中...",
2013-02-13 03:05:40 +04:00
"deleted" => "删除",
"undo" => "撤销",
2013-02-12 18:12:46 +04:00
"Groups" => "",
"Group Admin" => "群组管理员",
"Delete" => "删除",
2012-08-12 04:04:58 +04:00
"__language_name__" => "Chinese",
2013-02-13 03:05:40 +04:00
"Security Warning" => "安全警告",
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides 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 提供的 .htaccesss 文件未其作用。我们强烈建议您配置网络服务器以使数据文件夹不能从互联网访问,或将移动数据文件夹移出网络服务器文档根目录。",
"More" => "更多",
2013-02-12 18:12:46 +04:00
"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\">s源代码</a> 以 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> 许可协议发布。",
2012-08-12 04:04:58 +04:00
"Add your App" => "添加你的应用程序",
2012-10-17 01:39:13 +04:00
"More Apps" => "更多应用",
2012-08-12 04:04:58 +04:00
"Select an App" => "选择一个程序",
"See application page at apps.owncloud.com" => "在owncloud.com上查看应用程序",
2012-09-18 04:04:26 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>授权协议 <span class=\"author\"></span>",
2013-02-02 03:08:15 +04:00
"Update" => "更新",
2012-12-20 03:13:09 +04:00
"Password" => "密码",
2012-09-22 03:18:31 +04:00
"Your password was changed" => "您的密码以变更",
2012-08-12 04:04:58 +04:00
"Unable to change your password" => "不能改变你的密码",
"Current password" => "现在的密码",
"New password" => "新密码",
"Change password" => "改变密码",
"Email" => "Email",
"Your email address" => "你的email地址",
"Fill in an email address to enable password recovery" => "输入一个邮箱地址以激活密码恢复功能",
"Language" => "语言",
"Help translate" => "帮助翻译",
"Create" => "新建",
2013-02-12 18:12:46 +04:00
"Other" => "其他的"
2012-08-12 04:04:58 +04:00
);