nextcloud/apps/files/l10n/zh_CN.php

68 lines
3.9 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在",
"Could not move %s" => "无法移动 %s",
2013-10-27 15:27:22 +04:00
"File name cannot be empty." => "文件名不能为空。",
2013-07-02 17:35:55 +04:00
"Unable to set upload directory." => "无法设置上传文件夹。",
"Invalid Token" => "无效密匙",
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" => "文件上传成功,没有错误发生",
2012-12-04 03:07:11 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
2013-04-27 04:24:29 +04:00
"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" => "没有文件被上传",
2012-01-11 04:06:59 +04:00
"Missing a temporary folder" => "缺少临时目录",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "写入磁盘失败",
2013-03-15 03:06:36 +04:00
"Not enough storage available" => "没有足够的存储空间",
2013-01-15 03:05:10 +04:00
"Invalid directory." => "无效文件夹。",
2011-09-03 17:08:49 +04:00
"Files" => "文件",
2013-06-29 04:09:10 +04:00
"Not enough space available" => "没有足够可用空间",
"Upload cancelled." => "上传已取消",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
2013-10-27 10:32:11 +04:00
"{new_name} already exists" => "{new_name} 已存在",
2013-04-24 20:31:36 +04:00
"Share" => "分享",
2013-03-15 03:06:36 +04:00
"Delete permanently" => "永久删除",
2012-09-26 04:06:37 +04:00
"Rename" => "重命名",
2013-04-27 04:24:29 +04:00
"Pending" => "等待",
2012-10-23 04:06:03 +04:00
"replaced {new_name} with {old_name}" => "已将 {old_name}替换成 {new_name}",
2013-03-04 03:07:35 +04:00
"undo" => "撤销",
2013-08-30 17:38:20 +04:00
"_%n folder_::_%n folders_" => array("%n 文件夹"),
"_%n file_::_%n files_" => array("%n个文件"),
2013-08-15 17:41:45 +04:00
"_Uploading %n file_::_Uploading %n files_" => array(""),
2013-01-15 03:05:10 +04:00
"'.' is an invalid file name." => "'.' 是一个无效的文件名。",
2012-11-25 03:03:37 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
2013-03-15 03:06:36 +04:00
"Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!",
"Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)",
2013-01-23 03:06:18 +04:00
"Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。",
2013-10-27 10:32:11 +04:00
"Error" => "错误",
2012-09-26 15:22:37 +04:00
"Name" => "名称",
2012-06-06 02:29:28 +04:00
"Size" => "大小",
"Modified" => "修改日期",
2013-07-04 11:33:58 +04:00
"%s could not be renamed" => "%s 不能被重命名",
2013-01-27 03:06:21 +04:00
"Upload" => "上传",
2012-05-13 21:59:44 +04:00
"File handling" => "文件处理",
2011-09-03 17:08:49 +04:00
"Maximum upload size" => "最大上传大小",
2012-10-26 04:05:56 +04:00
"max. possible: " => "最大允许: ",
2012-05-13 21:59:44 +04:00
"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" => "文本文件",
2013-12-03 02:28:29 +04:00
"New folder" => "添加文件夹",
2012-01-24 03:42:08 +04:00
"Folder" => "文件夹",
2012-11-18 03:02:00 +04:00
"From link" => "来自链接",
2013-07-02 17:35:55 +04:00
"Deleted files" => "已删除文件",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "取消上传",
2011-09-03 17:08:49 +04:00
"Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
"Download" => "下载",
2013-08-16 09:32:30 +04:00
"Delete" => "删除",
2011-09-03 17:08:49 +04:00
"Upload too large" => "上传文件过大",
2012-10-26 04:05:56 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
2012-05-13 21:59:44 +04:00
"Files are being scanned, please wait." => "文件正在被扫描,请稍候。",
2013-03-15 03:06:36 +04:00
"Current scanning" => "当前扫描",
"Upgrading filesystem cache..." => "正在更新文件系统缓存..."
2011-09-03 17:08:49 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";