zh_CN.js 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage not available" : "存储空间不可用",
  5. "Storage invalid" : "存储空间无效",
  6. "Unknown error" : "未知错误",
  7. "Unable to set upload directory." : "无法设置上传文件夹。",
  8. "Invalid Token" : "无效密匙",
  9. "No file was uploaded. Unknown error" : "没有文件被上传。未知错误",
  10. "There is no error, the file uploaded with success" : "文件上传成功,没有错误发生",
  11. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上传文件大小已超过php.ini中upload_max_filesize所规定的值",
  12. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制",
  13. "The uploaded file was only partially uploaded" : "已上传文件只上传了部分(不完整)",
  14. "No file was uploaded" : "没有文件被上传",
  15. "Missing a temporary folder" : "缺少临时目录",
  16. "Failed to write to disk" : "写入磁盘失败",
  17. "Not enough storage available" : "没有足够的存储空间",
  18. "The target folder has been moved or deleted." : "目标文件夹已经被移动或删除。",
  19. "Upload failed. Could not find uploaded file" : "上传失败。未发现上传的文件",
  20. "Upload failed. Could not get file info." : "上传失败。无法获取文件信息。",
  21. "Invalid directory." : "无效文件夹。",
  22. "Files" : "文件",
  23. "All files" : "全部文件",
  24. "Favorites" : "收藏",
  25. "Home" : "家庭",
  26. "Close" : "关闭",
  27. "Upload cancelled." : "上传已取消",
  28. "Unable to upload {filename} as it is a directory or has 0 bytes" : "不能上传文件 {filename} ,由于它是一个目录或者为0字节",
  29. "Total file size {size1} exceeds upload limit {size2}" : "总文件大小 {size1} 超过上传限制 {size2}",
  30. "Not enough free space, you are uploading {size1} but only {size2} is left" : "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。",
  31. "Could not get result from server." : "不能从服务器得到结果",
  32. "File upload is in progress. Leaving the page now will cancel the upload." : "文件正在上传中。现在离开此页会导致上传动作被取消。",
  33. "Actions" : "动作",
  34. "Download" : "下载",
  35. "Rename" : "重命名",
  36. "Delete" : "删除",
  37. "Disconnect storage" : "断开储存连接",
  38. "Unshare" : "取消共享",
  39. "Details" : "详细信息",
  40. "Select" : "选择",
  41. "Pending" : "等待",
  42. "Unable to determine date" : "无法确定日期",
  43. "This operation is forbidden" : "操作被禁止",
  44. "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员",
  45. "Could not move \"{file}\", target exists" : "不能移动 \"{file}\",目标已存在。",
  46. "Could not move \"{file}\"" : "不能移动 \"{file}\"",
  47. "{newName} already exists" : "{newname} 已经存在",
  48. "Could not rename \"{fileName}\", it does not exist any more" : "不能重命名 \"{fileName}\",此文件已经不存在",
  49. "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "在文件夹 \"{dir}\" 中已经存在 \"{targetName}\" 。请换一个名字试下。",
  50. "Could not rename \"{fileName}\"" : "不能重命名 \"{fileName}\"",
  51. "Could not create file \"{file}\"" : "不能创建文件 \"{file}\"",
  52. "Could not create file \"{file}\" because it already exists" : "不能创建文件 \"{file}\" ,因为它已经存在",
  53. "Could not create folder \"{dir}\"" : "不能创建文件夹 \"{dir}\"",
  54. "Could not create folder \"{dir}\" because it already exists" : "不能创建文件夹 \"{dir}\" ,因为它已经存在",
  55. "Error deleting file \"{fileName}\"." : "删除文件 \"{fileName}\" 时出错。",
  56. "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”",
  57. "Name" : "名称",
  58. "Size" : "大小",
  59. "Modified" : "修改日期",
  60. "_%n folder_::_%n folders_" : ["%n 文件夹"],
  61. "_%n file_::_%n files_" : ["%n个文件"],
  62. "{dirs} and {files}" : "{dirs} 和 {files}",
  63. "You don’t have permission to upload or create files here" : "您没有权限来上传湖州哦和创建文件",
  64. "_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"],
  65. "New" : "新建",
  66. "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。",
  67. "File name cannot be empty." : "文件名不能为空。",
  68. "Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} 的存储空间已满,文件将无法更新或同步!",
  69. "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!",
  70. "Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} 的存储空间即将用完 ({usedSpacePercent}%)",
  71. "Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)",
  72. "_matches '{filter}'_::_match '{filter}'_" : ["匹配“{filter}”"],
  73. "Path" : "路径",
  74. "_%n byte_::_%n bytes_" : ["%n 字节"],
  75. "Favorited" : "已收藏",
  76. "Favorite" : "收藏",
  77. "Folder" : "文件夹",
  78. "New folder" : "增加文件夹",
  79. "{newname} already exists" : "{newname} 已经存在",
  80. "Upload" : "上传",
  81. "An error occurred while trying to update the tags" : "更新标签时出错",
  82. "A new file or folder has been <strong>created</strong>" : "一个新的文件或文件夹已被<strong>创建</strong>",
  83. "A file or folder has been <strong>changed</strong>" : "一个文件或文件夹已被<strong>修改</strong>",
  84. "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "针对<strong>已收藏文件</strong>的新建和修改发送有限的通知 <em>(仅流)</em>",
  85. "A file or folder has been <strong>deleted</strong>" : "一个文件或文件夹已被<strong>删除</strong>",
  86. "A file or folder has been <strong>restored</strong>" : "一个文件或文件夹已经被 <strong>恢复</strong>",
  87. "You created %1$s" : "您创建了%1$s",
  88. "%2$s created %1$s" : "%2$s 创建了 %1$s",
  89. "%1$s was created in a public folder" : "%1$s 被创建在公开文件夹中",
  90. "You changed %1$s" : "您修改了%1$s",
  91. "%2$s changed %1$s" : "%2$s 修改了 %1$s",
  92. "You deleted %1$s" : "您删除了 %1$s",
  93. "%2$s deleted %1$s" : "%2$s 删除了 %1$s",
  94. "You restored %1$s" : "你恢复了 %1$s",
  95. "%2$s restored %1$s" : "%2$s 恢复了 %1$s",
  96. "Changed by %2$s" : "被 %2$s 更改",
  97. "Deleted by %2$s" : "被 %2$s 删除",
  98. "Restored by %2$s" : "被 %2$s 恢复",
  99. "Upload (max. %s)" : "上传 (最大 %s)",
  100. "File handling" : "文件处理",
  101. "Maximum upload size" : "最大上传大小",
  102. "max. possible: " : "最大允许: ",
  103. "Save" : "保存",
  104. "With PHP-FPM it might take 5 minutes for changes to be applied." : "对于 PHP-FPM 这个值改变后可能需要 5 分钟才会生效。",
  105. "Missing permissions to edit from here." : "没有从这里进行编辑的权限",
  106. "Settings" : "设置",
  107. "WebDAV" : "WebDAV",
  108. "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\">通过 WebDAV 访问您的文件</a>",
  109. "Cancel upload" : "取消上传",
  110. "No files in here" : "无文件",
  111. "Upload some content or sync with your devices!" : "上传一些内容或者与设备同步!",
  112. "No entries found in this folder" : "此文件夹中无项目",
  113. "Select all" : "全部选择",
  114. "Upload too large" : "上传文件过大",
  115. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您正尝试上传的文件超过了此服务器可以上传的最大容量限制",
  116. "No favorites" : "无收藏",
  117. "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示",
  118. "Text file" : "文本文件",
  119. "New text file.txt" : "创建文本文件 .txt"
  120. },
  121. "nplurals=1; plural=0;");