zh_CN.php 1.8 KB

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