You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.GB2312.php 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php $TRANSLATIONS = array(
  2. "No file was uploaded. Unknown error" => "没有上传文件。未知错误",
  3. "There is no error, the file uploaded with success" => "没有任何错误,文件上传成功了",
  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. "Unshare" => "取消共享",
  11. "Delete" => "删除",
  12. "Rename" => "重命名",
  13. "{new_name} already exists" => "{new_name} 已存在",
  14. "replace" => "替换",
  15. "suggest name" => "推荐名称",
  16. "cancel" => "取消",
  17. "replaced {new_name}" => "已替换 {new_name}",
  18. "undo" => "撤销",
  19. "replaced {new_name} with {old_name}" => "已用 {old_name} 替换 {new_name}",
  20. "unshared {files}" => "未分享的 {files}",
  21. "deleted {files}" => "已删除的 {files}",
  22. "Unable to upload your file as it is a directory or has 0 bytes" => "不能上传你指定的文件,可能因为它是个文件夹或者大小为0",
  23. "Upload Error" => "上传错误",
  24. "Close" => "关闭",
  25. "Pending" => "Pending",
  26. "1 file uploading" => "1 个文件正在上传",
  27. "{count} files uploading" => "{count} 个文件正在上传",
  28. "Upload cancelled." => "上传取消了",
  29. "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传。关闭页面会取消上传。",
  30. "URL cannot be empty." => "网址不能为空。",
  31. "{count} files scanned" => "{count} 个文件已扫描",
  32. "error while scanning" => "扫描出错",
  33. "Name" => "名字",
  34. "Size" => "大小",
  35. "Modified" => "修改日期",
  36. "1 folder" => "1 个文件夹",
  37. "{count} folders" => "{count} 个文件夹",
  38. "1 file" => "1 个文件",
  39. "{count} files" => "{count} 个文件",
  40. "Upload" => "上传",
  41. "File handling" => "文件处理中",
  42. "Maximum upload size" => "最大上传大小",
  43. "max. possible: " => "最大可能",
  44. "Needed for multi-file and folder downloads." => "需要多文件和文件夹下载.",
  45. "Enable ZIP-download" => "支持ZIP下载",
  46. "0 is unlimited" => "0是无限的",
  47. "Maximum input size for ZIP files" => "最大的ZIP文件输入大小",
  48. "Save" => "保存",
  49. "New" => "新建",
  50. "Text file" => "文本文档",
  51. "Folder" => "文件夹",
  52. "From link" => "来自链接",
  53. "Cancel upload" => "取消上传",
  54. "Nothing in here. Upload something!" => "这里没有东西.上传点什么!",
  55. "Download" => "下载",
  56. "Upload too large" => "上传的文件太大了",
  57. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "你正在试图上传的文件超过了此服务器支持的最大的文件大小.",
  58. "Files are being scanned, please wait." => "正在扫描文件,请稍候.",
  59. "Current scanning" => "正在扫描"
  60. );