nextcloud/apps/files/l10n/zh_CN.php

72 lines
3.2 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-09-16 04:03:40 +04:00
"Unshare" => "取消分享",
2012-07-30 04:05:41 +04:00
"Delete" => "删除",
2012-09-26 04:06:37 +04:00
"Rename" => "重命名",
2012-08-19 04:05:44 +04:00
"already exists" => "已经存在",
"replace" => "替换",
2012-09-07 04:07:22 +04:00
"suggest name" => "建议名称",
2012-08-19 04:05:44 +04:00
"cancel" => "取消",
"replaced" => "已经替换",
"undo" => "撤销",
2012-09-06 04:06:37 +04:00
"with" => "随着",
2012-09-16 04:03:40 +04:00
"unshared" => "已取消分享",
2012-08-19 04:05:44 +04:00
"deleted" => "已经删除",
2012-07-30 04:05:41 +04:00
"generating ZIP-file, it may take some time." => "正在生成 ZIP 文件,可能需要一些时间",
"Unable to upload your file as it is a directory or has 0 bytes" => "无法上传文件,因为它是一个目录或者大小为 0 字节",
"Upload Error" => "上传错误",
"Pending" => "操作等待中",
2012-09-28 04:06:03 +04:00
"1 file uploading" => "1个文件上传中",
"files uploading" => "文件上传中",
2012-07-30 04:05:41 +04:00
"Upload cancelled." => "上传已取消",
2012-09-07 04:07:22 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
2012-07-30 04:05:41 +04:00
"Invalid name, '/' is not allowed." => "非法的名称,不允许使用‘/’。",
2012-09-19 04:07:26 +04:00
"files scanned" => "已扫描文件",
"error while scanning" => "扫描时出错",
2012-09-26 15:22:37 +04:00
"Name" => "名称",
2012-06-06 02:29:28 +04:00
"Size" => "大小",
"Modified" => "修改日期",
2012-07-30 04:05:41 +04:00
"folder" => "文件夹",
"folders" => "文件夹",
"file" => "文件",
"files" => "文件",
2012-09-28 04:06:03 +04:00
"seconds ago" => "几秒前",
"minute ago" => "1分钟前",
"minutes ago" => "分钟前",
"today" => "今天",
"yesterday" => "昨天",
"days ago" => "%d 天前",
"last month" => "上月",
"months ago" => "月前",
"last year" => "上年",
"years ago" => "几年前",
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-09-07 04:07:22 +04:00
"Save" => "保存",
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!" => "这里还什么都没有。上传些东西吧!",
2012-05-13 21:59:44 +04:00
"Share" => "共享",
2011-09-03 17:08:49 +04:00
"Download" => "下载",
"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
);