zh_CN.js 1.3 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "已删除文件",
  5. "Restore" : "恢复",
  6. "Delete" : "删除",
  7. "Error while restoring file from trashbin" : "从垃圾桶删除文件时出错",
  8. "Delete permanently" : "永久删除",
  9. "Error while removing file from trashbin" : "从垃圾桶删除文件时出错",
  10. "Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错",
  11. "Error while emptying trashbin" : "清空垃圾桶时出错",
  12. "Error while removing files from trashbin" : "从垃圾桶删除文件时出错",
  13. "This operation is forbidden" : "操作被禁止",
  14. "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
  15. "restored" : "已恢复",
  16. "No deleted files" : "无已删除文件",
  17. "You will be able to recover deleted files from here" : "你可以在此处恢复已删除的文件",
  18. "No entries found in this folder" : "此文件夹中无项目",
  19. "Select all" : "全部选择",
  20. "Name" : "名称",
  21. "Actions" : "操作",
  22. "Deleted" : "已删除",
  23. "Couldn't delete %s permanently" : "无法彻底删除文件 %s",
  24. "Couldn't restore %s" : "无法恢复 %s",
  25. "Error" : "错误"
  26. },
  27. "nplurals=1; plural=0;");