nextcloud/settings/l10n/zh_CN.php

56 lines
3.0 KiB
PHP

<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "无法从应用商店载入列表",
"Group already exists" => "已存在该组",
"Unable to add group" => "无法添加组",
"Could not enable app. " => "无法开启App",
"Email saved" => "电子邮件已保存",
"Invalid email" => "无效的电子邮件",
"OpenID Changed" => "OpenID 已修改",
"Invalid request" => "非法请求",
"Unable to delete group" => "无法删除组",
"Authentication error" => "认证错误",
"Unable to delete user" => "无法删除用户",
"Language changed" => "语言已修改",
"Unable to add user to group %s" => "无法把用户添加到组 %s",
"Unable to remove user from group %s" => "无法从组%s中移除用户",
"Disable" => "禁用",
"Enable" => "启用",
"Saving..." => "正在保存",
"__language_name__" => "简体中文",
"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>",
"Documentation" => "文档",
"Managing Big Files" => "管理大文件",
"Ask a question" => "提问",
"Problems connecting to help database." => "连接帮助数据库错误 ",
"Go there manually." => "手动访问",
"Answer" => "回答",
"Desktop and Mobile Syncing Clients" => "桌面和移动设备同步客户端",
"Download" => "下载",
"Your password was changed" => "密码已修改",
"Unable to change your password" => "无法修改密码",
"Current password" => "当前密码",
"New password" => "新密码",
"show" => "显示",
"Change password" => "修改密码",
"Email" => "电子邮件",
"Your email address" => "您的电子邮件",
"Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复功能",
"Language" => "语言",
"Help translate" => "帮助翻译",
"use this address to connect to your ownCloud in your file manager" => "您可在文件管理器中使用该地址连接到ownCloud",
"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>许可证下发布。",
"Name" => "名称",
"Password" => "密码",
"Groups" => "",
"Create" => "创建",
"Default Quota" => "默认配额",
"Other" => "其它",
"Group Admin" => "组管理员",
"Quota" => "配额",
"Delete" => "删除"
);