zh_CN.js 2.6 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "版本",
  5. "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护已更改文件的旧版本。",
  6. "Name this version" : "命名此版本",
  7. "Edit version name" : "编辑版本名",
  8. "Compare to current version" : "与当前版本比较",
  9. "Restore version" : "恢复版本",
  10. "Download version" : "下载版本",
  11. "Delete version" : "删除版本",
  12. "Current version" : "当前版本",
  13. "Initial version" : "初始版本",
  14. "Version name" : "版本名",
  15. "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "命名版本会保留,且当你的存储配额已满时,它将被从自动清理中排除。",
  16. "Remove version name" : "删除版本名",
  17. "Save version name" : "保存版本名",
  18. "Initial version restored" : "已还原最初版本",
  19. "Version restored" : "版本已还原",
  20. "Could not restore version" : "无法还原版本",
  21. "Could not delete version" : "无法删除版本",
  22. "${version.label} restored" : "已还原版本${version.label} ",
  23. "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "此应用程序自动维护已被更改的旧版本文件。开启时,每个用户的目录中都将呈现一个隐藏的版本文件夹,其用来储存旧版本文件。用户可随时通过Web界面还原到更旧的版本,使其成为新版本。此应用自动管理版本文件夹,以确保用户不因版本而用尽配额。\n\t\t除版本到期以外,版本App确保永不使用超过用户当前可用空间的50%。如果存储的版本超过此限制,此App将首先删除最旧的版本,直到符合限制。更多信息可见 版本 文档。",
  24. "Could not set version name" : "无法设置版本名"
  25. },
  26. "nplurals=1; plural=0;");