nextcloud/apps/files/l10n/zh_CN.php

35 lines
1.8 KiB
PHP
Raw Normal View History

2011-09-03 17:08:49 +04:00
<?php $TRANSLATIONS = array(
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "没有发生错误,文件上传成功。",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上传的文件大小超过了php.ini 中指定的upload_max_filesize",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过了在HTML 表单中指定的MAX_FILE_SIZE",
"The uploaded file was only partially uploaded" => "只上传了文件的一部分",
"No file was uploaded" => "文件没有上传",
"Missing a temporary folder" => "缺少临时目录",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "写入磁盘失败",
2011-09-03 17:08:49 +04:00
"Files" => "文件",
2012-06-06 02:29:28 +04:00
"Size" => "大小",
"Modified" => "修改日期",
2012-05-13 21:59:44 +04:00
"File handling" => "文件处理",
2011-09-03 17:08:49 +04:00
"Maximum upload size" => "最大上传大小",
2012-05-13 21:59:44 +04:00
"max. possible: " => "最大可能: ",
"Needed for multi-file and folder downloads." => "多文件和文件夹下载需要此项。",
"Enable ZIP-download" => "启用 ZIP 下载",
"0 is unlimited" => "0 为无限制",
"Maximum input size for ZIP files" => "ZIP 文件的最大输入大小",
2012-01-24 03:42:08 +04:00
"New" => "新建",
"Text file" => "文本文件",
"Folder" => "文件夹",
2012-05-13 21:59:44 +04:00
"From url" => "来自地址",
2011-09-03 17:08:49 +04:00
"Upload" => "上传",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "取消上传",
2011-09-03 17:08:49 +04:00
"Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
"Name" => "名称",
2012-05-13 21:59:44 +04:00
"Share" => "共享",
2011-09-03 17:08:49 +04:00
"Download" => "下载",
"Delete" => "删除",
"Upload too large" => "上传文件过大",
2012-05-13 21:59:44 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大大小",
"Files are being scanned, please wait." => "文件正在被扫描,请稍候。",
"Current scanning" => "当前扫描"
2011-09-03 17:08:49 +04:00
);