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 /files/l10n/zh_CN.php | |
parent | afb07d3e3953c5812de4f165c38b1cb96826da48 (diff) | |
download | nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.tar.gz nextcloud-server-1bf215cd085394695e97a1388077a7c35ef3d53b.zip |
updated translations
Diffstat (limited to 'files/l10n/zh_CN.php')
-rw-r--r-- | files/l10n/zh_CN.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/zh_CN.php b/files/l10n/zh_CN.php new file mode 100644 index 00000000000..abb2f9db232 --- /dev/null +++ b/files/l10n/zh_CN.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "文件", +"Maximum upload size" => "最大上传大小", +"Upload" => "上传", +"New Folder" => "新建文件夹", +"Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!", +"Name" => "名称", +"Download" => "下载", +"Size" => "大小", +"Modified" => "修改日期", +"Delete" => "删除", +"Upload too large" => "上传文件过大", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大大小" +); |