2012-08-12 04:04:58 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-01-05 03:03:58 +04:00
|
|
|
"No file was uploaded. Unknown error" => "没有上传文件。未知错误",
|
2013-04-27 04:24:29 +04:00
|
|
|
"There is no error, the file uploaded with success" => "文件上传成功",
|
|
|
|
"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-08-12 04:04:58 +04:00
|
|
|
"Failed to write to disk" => "写磁盘失败",
|
|
|
|
"Files" => "文件",
|
2013-04-24 20:31:36 +04:00
|
|
|
"Share" => "分享",
|
2012-08-12 04:04:58 +04:00
|
|
|
"Delete" => "删除",
|
2012-10-12 04:07:10 +04:00
|
|
|
"Rename" => "重命名",
|
2013-04-27 04:24:29 +04:00
|
|
|
"Pending" => "等待中",
|
2012-11-09 03:03:49 +04:00
|
|
|
"{new_name} already exists" => "{new_name} 已存在",
|
2012-08-12 04:04:58 +04:00
|
|
|
"replace" => "替换",
|
2012-09-18 04:04:26 +04:00
|
|
|
"suggest name" => "推荐名称",
|
2012-08-12 04:04:58 +04:00
|
|
|
"cancel" => "取消",
|
2012-11-09 03:03:49 +04:00
|
|
|
"replaced {new_name} with {old_name}" => "已用 {old_name} 替换 {new_name}",
|
2013-03-04 03:07:35 +04:00
|
|
|
"undo" => "撤销",
|
2012-10-12 04:07:10 +04:00
|
|
|
"1 file uploading" => "1 个文件正在上传",
|
2013-04-27 04:24:29 +04:00
|
|
|
"files uploading" => "个文件正在上传",
|
|
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "不能上传您的文件,由于它是文件夹或者为空文件",
|
2012-08-12 04:04:58 +04:00
|
|
|
"Upload cancelled." => "上传取消了",
|
2012-09-18 04:04:26 +04:00
|
|
|
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
|
2013-01-10 03:05:53 +04:00
|
|
|
"URL cannot be empty." => "网址不能为空。",
|
2013-04-09 04:14:02 +04:00
|
|
|
"Error" => "出错",
|
2013-04-27 04:24:29 +04:00
|
|
|
"Name" => "名称",
|
2012-08-12 04:04:58 +04:00
|
|
|
"Size" => "大小",
|
|
|
|
"Modified" => "修改日期",
|
2012-11-09 03:03:49 +04:00
|
|
|
"1 folder" => "1 个文件夹",
|
|
|
|
"{count} folders" => "{count} 个文件夹",
|
|
|
|
"1 file" => "1 个文件",
|
|
|
|
"{count} files" => "{count} 个文件",
|
2013-01-27 03:06:21 +04:00
|
|
|
"Upload" => "上传",
|
2012-08-12 04:04:58 +04:00
|
|
|
"File handling" => "文件处理中",
|
|
|
|
"Maximum upload size" => "最大上传大小",
|
|
|
|
"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-09-18 04:04:26 +04:00
|
|
|
"Save" => "保存",
|
2012-08-12 04:04:58 +04:00
|
|
|
"New" => "新建",
|
|
|
|
"Text file" => "文本文档",
|
|
|
|
"Folder" => "文件夹",
|
2012-11-09 03:03:49 +04:00
|
|
|
"From link" => "来自链接",
|
2012-08-12 04:04:58 +04:00
|
|
|
"Cancel upload" => "取消上传",
|
|
|
|
"Nothing in here. Upload something!" => "这里没有东西.上传点什么!",
|
|
|
|
"Download" => "下载",
|
2013-04-27 04:24:29 +04:00
|
|
|
"Unshare" => "取消分享",
|
|
|
|
"Upload too large" => "上传过大",
|
2012-08-12 04:04:58 +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" => "正在扫描"
|
|
|
|
);
|