summaryrefslogtreecommitdiffstats
path: root/settings/l10n/zh_CN.php
blob: 22ffce3b57e7cf9d00b084b41b429d18a826228a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php $TRANSLATIONS = array(
"Invalid request" => "非法请求",
"OpenID Changed" => "OpenID 已修改",
"Language changed" => "语言已修改",
"Add your application" => "加入您的应用程序",
"Select an App" => "选择一个应用",
"-licensed" => "-许可证",
"by" => "由",
"Ask a question" => "提问",
"Problems connecting to help database." => "连接帮助数据库错误 ",
"Go there manually." => "手动访问",
"Answer" => "回答",
"You use" => "您使用了",
"of the available" => "的空间,总容量为",
"Your password got changed" => "密码已修改",
"Unable to change your password" => "无法修改密码",
"Current password" => "当前密码",
"New password" => "新密码",
"show" => "显示",
"Change password" => "修改密码",
"Language" => "语言",
"use this address to connect to your ownCloud in your file manager" => "在文件管理器中使用这个地址来连接到您的 ownCloud",
"Name" => "名称",
"Password" => "密码",
"Groups" => "组",
"Create" => "创建",
"Delete" => "删除"
);