1
0

zh_CN.js 4.0 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "版本",
  5. "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护已更改文件的旧版本。",
  6. "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 account 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 account'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." : "此应用程序将会自动保留已被更改的老版本文件。当此应用被启用时,每个用户的目录中都会呈现一个用于版本存储的隐藏文件夹。用户可以随时通过网页将文件恢复到旧版本,替换的文件将作为最新版本。应用程序将自动管理版本文件夹以确保账户不会因保留历史版本耗尽存储空间。\n\t\t除了版本有效期限以外,应用程序会确保保留历史版本的文件不会占用超过账户目前可用空间50%。如果存储的版本超出此限制,则版本管理会先删除最早的版本直至低于存储限制。更多资讯详见“版本”说明文档。",
  7. "Name this version" : "命名此版本",
  8. "Edit version name" : "编辑版本名",
  9. "Compare to current version" : "与当前版本比较",
  10. "Restore version" : "恢复版本",
  11. "Download version" : "下载版本",
  12. "Delete version" : "删除版本",
  13. "Current version" : "当前版本",
  14. "Initial version" : "初始版本",
  15. "Version name" : "版本名",
  16. "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "命名版本会保留,且当你的存储配额已满时,它将被从自动清理中排除。",
  17. "Cancel" : "取消",
  18. "Remove version name" : "删除版本名",
  19. "Save version name" : "保存版本名",
  20. "Initial version restored" : "已还原最初版本",
  21. "Version restored" : "版本已还原",
  22. "Could not restore version" : "无法还原版本",
  23. "Could not set version label" : "无法设置版本标签",
  24. "Could not delete version" : "无法删除版本",
  25. "${version.label} restored" : "已还原版本${version.label} ",
  26. "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将首先删除最旧的版本,直到符合限制。更多信息可见 版本 文档。"
  27. },
  28. "nplurals=1; plural=0;");