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.php 3.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php $TRANSLATIONS = array(
  2. "Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在",
  3. "Could not move %s" => "无法移动 %s",
  4. "Unable to rename file" => "无法重命名文件",
  5. "No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
  6. "There is no error, the file uploaded with success" => "没有发生错误,文件上传成功。",
  7. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
  8. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件超过了在HTML 表单中指定的MAX_FILE_SIZE",
  9. "The uploaded file was only partially uploaded" => "只上传了文件的一部分",
  10. "No file was uploaded" => "文件没有上传",
  11. "Missing a temporary folder" => "缺少临时目录",
  12. "Failed to write to disk" => "写入磁盘失败",
  13. "Invalid directory." => "无效文件夹。",
  14. "Files" => "文件",
  15. "Unshare" => "取消分享",
  16. "Delete" => "删除",
  17. "Rename" => "重命名",
  18. "{new_name} already exists" => "{new_name} 已存在",
  19. "replace" => "替换",
  20. "suggest name" => "建议名称",
  21. "cancel" => "取消",
  22. "replaced {new_name}" => "替换 {new_name}",
  23. "undo" => "撤销",
  24. "replaced {new_name} with {old_name}" => "已将 {old_name}替换成 {new_name}",
  25. "unshared {files}" => "取消了共享 {files}",
  26. "deleted {files}" => "删除了 {files}",
  27. "'.' is an invalid file name." => "'.' 是一个无效的文件名。",
  28. "File name cannot be empty." => "文件名不能为空。",
  29. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
  30. "Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。",
  31. "Unable to upload your file as it is a directory or has 0 bytes" => "无法上传文件,因为它是一个目录或者大小为 0 字节",
  32. "Upload Error" => "上传错误",
  33. "Close" => "关闭",
  34. "Pending" => "操作等待中",
  35. "1 file uploading" => "1个文件上传中",
  36. "{count} files uploading" => "{count} 个文件上传中",
  37. "Upload cancelled." => "上传已取消",
  38. "File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
  39. "URL cannot be empty." => "URL不能为空",
  40. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "无效文件夹名。'共享' 是 Owncloud 预留的文件夹名。",
  41. "{count} files scanned" => "{count} 个文件已扫描。",
  42. "error while scanning" => "扫描时出错",
  43. "Name" => "名称",
  44. "Size" => "大小",
  45. "Modified" => "修改日期",
  46. "1 folder" => "1个文件夹",
  47. "{count} folders" => "{count} 个文件夹",
  48. "1 file" => "1 个文件",
  49. "{count} files" => "{count} 个文件",
  50. "Upload" => "上传",
  51. "File handling" => "文件处理",
  52. "Maximum upload size" => "最大上传大小",
  53. "max. possible: " => "最大允许: ",
  54. "Needed for multi-file and folder downloads." => "多文件和文件夹下载需要此项。",
  55. "Enable ZIP-download" => "启用 ZIP 下载",
  56. "0 is unlimited" => "0 为无限制",
  57. "Maximum input size for ZIP files" => "ZIP 文件的最大输入大小",
  58. "Save" => "保存",
  59. "New" => "新建",
  60. "Text file" => "文本文件",
  61. "Folder" => "文件夹",
  62. "From link" => "来自链接",
  63. "Cancel upload" => "取消上传",
  64. "Nothing in here. Upload something!" => "这里还什么都没有。上传些东西吧!",
  65. "Download" => "下载",
  66. "Upload too large" => "上传文件过大",
  67. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
  68. "Files are being scanned, please wait." => "文件正在被扫描,请稍候。",
  69. "Current scanning" => "当前扫描"
  70. );