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 /core/l10n/zh_CN.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
Diffstat (limited to 'core/l10n/zh_CN.php')
-rw-r--r-- | core/l10n/zh_CN.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php new file mode 100644 index 00000000000..b60cd759ce6 --- /dev/null +++ b/core/l10n/zh_CN.php @@ -0,0 +1,37 @@ +<?php $TRANSLATIONS = array( +"Personal" => "个人", +"Users" => "用户", +"Apps" => "应用", +"Admin" => "管理员", +"Help" => "帮助", +"Cloud not found" => "未找到云", +"Create an <strong>admin account</strong>" => "创建<strong>管理员账号</strong>", +"Username" => "用户名", +"Password" => "密码", +"Configure the database" => "配置数据库", +"will be used" => "将被使用", +"Database user" => "数据库用户", +"Database password" => "数据库密码", +"Database name" => "数据库名", +"Advanced" => "高级", +"Database host" => "数据库主机", +"Table prefix" => "表名前缀", +"Data folder" => "数据目录", +"Finish setup" => "安装完成", +"gives you the freedom to control your own data on the internet" => "在网络上为您提供自由的数据访问", +"Log out" => "注销", +"Settings" => "设置", +"Lost your password?" => "忘记密码?", +"remember" => "记住", +"You are logged out." => "您已注销。", +"You will receive a link to reset your password via Email." => "您将通过邮件收到一个用于重置密码的链接", +"Requested" => "请求已发送", +"Login failed!" => "登陆失败!", +"Username or Email" => "用户名或电子邮件", +"Request reset" => "请求重置", +"prev" => "上一页", +"next" => "下一页", +"Your password was successfully reset" => "您的密码已成功重置。", +"New password" => "新密码", +"Reset password" => "重置密码" +); |