diff options
Diffstat (limited to 'settings/l10n/zh_CN.php')
-rw-r--r-- | settings/l10n/zh_CN.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php new file mode 100644 index 00000000000..4d1bddf7f1f --- /dev/null +++ b/settings/l10n/zh_CN.php @@ -0,0 +1,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" => "删除" +); |