summaryrefslogtreecommitdiffstats
path: root/lib/l10n/zh_CN.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/zh_CN.php')
-rw-r--r--lib/l10n/zh_CN.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php
new file mode 100644
index 00000000000..2d05ad3567e
--- /dev/null
+++ b/lib/l10n/zh_CN.php
@@ -0,0 +1,25 @@
+<?php $TRANSLATIONS = array(
+"Help" => "帮助",
+"Personal" => "个人",
+"Settings" => "设置",
+"Users" => "用户",
+"Apps" => "应用",
+"Admin" => "管理",
+"ZIP download is turned off." => "ZIP 下载已经关闭",
+"Files need to be downloaded one by one." => "需要逐一下载文件",
+"Back to Files" => "回到文件",
+"Selected files too large to generate zip file." => "选择的文件太大,无法生成 zip 文件。",
+"Application is not enabled" => "不需要程序",
+"Authentication error" => "认证错误",
+"Token expired. Please reload page." => "Token 过期,请刷新页面。",
+"seconds ago" => "几秒前",
+"1 minute ago" => "1分钟前",
+"%d minutes ago" => "%d 分钟前",
+"today" => "今天",
+"yesterday" => "昨天",
+"%d days ago" => "%d 天前",
+"last month" => "上月",
+"months ago" => "几月前",
+"last year" => "上年",
+"years ago" => "几年前"
+);