Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d1bddf7f1faaa5e35d46043ad181b8a89a2fdcb (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
29
30
<?php $TRANSLATIONS = array(
"Authentication error" => "验证错误",
"OpenID Changed" => "OpenID 已修改",
"Invalid request" => "非法请求",
"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" => "语言",
"Help translating" => "帮助翻译",
"use this address to connect to your ownCloud in your file manager" => "在文件管理器中使用这个地址来连接到您的 ownCloud",
"Name" => "名称",
"Password" => "密码",
"Groups" => "组",
"Create" => "创建",
"Delete" => "删除"
);