diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
commit | f7d221f5f0aadedf80ebb477c623612545c7be08 (patch) | |
tree | 4c640cf1d354921028f5ef320765e9fee4fad4ad /settings/l10n/zh_CN.php | |
parent | a3c1f70be423eb4e6bc76164da9d080ffe66305c (diff) | |
download | nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.tar.gz nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.zip |
update translations
Diffstat (limited to 'settings/l10n/zh_CN.php')
-rw-r--r-- | settings/l10n/zh_CN.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index 9e89be0dcb2..d274b372ee9 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -1,18 +1,24 @@ <?php $TRANSLATIONS = array( -"email Changed" => "电子邮件已修改", -"Invalid request" => "非法请求", "OpenID Changed" => "OpenID 已修改", +"Invalid request" => "非法请求", "Language changed" => "语言已修改", "__language_name__" => "简体中文", +"Log" => "日志", +"More" => "更多", +"Add your App" => "添加应用", "Select an App" => "选择一个应用", "-licensed" => "-许可证", "by" => "由", +"Documentation" => "文档", +"Managing Big Files" => "管理大文件", "Ask a question" => "提问", "Problems connecting to help database." => "连接帮助数据库错误 ", "Go there manually." => "手动访问", "Answer" => "回答", "You use" => "您使用了", "of the available" => "的空间,总容量为", +"Desktop and Mobile Syncing Clients" => "桌面和移动设备同步程序", +"Download" => "下载", "Your password got changed" => "密码已修改", "Unable to change your password" => "无法修改密码", "Current password" => "当前密码", @@ -29,6 +35,8 @@ "Password" => "密码", "Groups" => "组", "Create" => "创建", +"Default Quota" => "默认配额", +"Other" => "其它", "Quota" => "配额", "Delete" => "删除" ); |