2011-09-03 17:08:49 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-07-27 04:04:26 +04:00
|
|
|
"Email saved" => "电子邮件已保存",
|
|
|
|
"Invalid email" => "无效的电子邮件",
|
2012-01-11 04:06:59 +04:00
|
|
|
"OpenID Changed" => "OpenID 已修改",
|
2012-06-06 02:29:28 +04:00
|
|
|
"Invalid request" => "非法请求",
|
2011-09-03 17:08:49 +04:00
|
|
|
"Language changed" => "语言已修改",
|
2012-07-27 04:04:26 +04:00
|
|
|
"Disable" => "禁用",
|
|
|
|
"Enable" => "启用",
|
|
|
|
"Saving..." => "正在保存",
|
2012-01-24 03:42:08 +04:00
|
|
|
"__language_name__" => "简体中文",
|
2012-06-06 02:29:28 +04:00
|
|
|
"Log" => "日志",
|
|
|
|
"More" => "更多",
|
|
|
|
"Add your App" => "添加应用",
|
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 的应用程序页面",
|
2011-09-03 17:08:49 +04:00
|
|
|
"-licensed" => "-许可证",
|
|
|
|
"by" => "由",
|
2012-06-06 02:29:28 +04:00
|
|
|
"Documentation" => "文档",
|
|
|
|
"Managing Big Files" => "管理大文件",
|
2011-09-03 17:08:49 +04:00
|
|
|
"Ask a question" => "提问",
|
|
|
|
"Problems connecting to help database." => "连接帮助数据库错误 ",
|
|
|
|
"Go there manually." => "手动访问",
|
|
|
|
"Answer" => "回答",
|
|
|
|
"You use" => "您使用了",
|
2011-09-03 17:45:45 +04:00
|
|
|
"of the available" => "的空间,总容量为",
|
2012-06-06 02:29:28 +04:00
|
|
|
"Desktop and Mobile Syncing Clients" => "桌面和移动设备同步程序",
|
|
|
|
"Download" => "下载",
|
2011-09-03 17:08:49 +04:00
|
|
|
"Your password got changed" => "密码已修改",
|
|
|
|
"Unable to change your password" => "无法修改密码",
|
|
|
|
"Current password" => "当前密码",
|
|
|
|
"New password" => "新密码",
|
|
|
|
"show" => "显示",
|
|
|
|
"Change password" => "修改密码",
|
2012-01-24 03:42:08 +04:00
|
|
|
"Email" => "电子邮件",
|
|
|
|
"Your email address" => "您的电子邮件",
|
|
|
|
"Fill in an email address to enable password recovery" => "填写电子邮件地址以启用密码恢复",
|
2011-09-03 17:08:49 +04:00
|
|
|
"Language" => "语言",
|
2012-01-24 03:42:08 +04:00
|
|
|
"Help translate" => "帮助翻译",
|
2011-09-03 17:08:49 +04:00
|
|
|
"use this address to connect to your ownCloud in your file manager" => "在文件管理器中使用这个地址来连接到您的 ownCloud",
|
|
|
|
"Name" => "名称",
|
|
|
|
"Password" => "密码",
|
|
|
|
"Groups" => "组",
|
|
|
|
"Create" => "创建",
|
2012-06-06 02:29:28 +04:00
|
|
|
"Default Quota" => "默认配额",
|
|
|
|
"Other" => "其它",
|
2012-01-24 03:42:08 +04:00
|
|
|
"Quota" => "配额",
|
2011-09-03 17:08:49 +04:00
|
|
|
"Delete" => "删除"
|
|
|
|
);
|