diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-03 15:08:58 +0200 |
commit | 1bf215cd085394695e97a1388077a7c35ef3d53b (patch) | |
tree | 6699b5633cbd10881966f09f6da22761a670d9a1 /settings/l10n/zh_CN.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
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" => "删除" +); |