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.

12345678910111213
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "版本",
  5. "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护已更改文件的旧版本。",
  6. "Version" : "版本",
  7. "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 doesn’t 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." : "此应用程序自动维护已更改文件的旧版本。 启用后,每个用户目录中都会设置一个隐藏版本文件夹,该文件夹用于存储旧文件版本。 用户可以随时通过网页界面还原到较旧的版本,替换后的文件成为一个版本。 该应用会自动管理版本文件夹,以确保用户不会因版本而用完配额。\n\t\t除了版本有效期外,版本应用程序还可确保永远不会使用用户当前可用空间的 50% 以上。 如果存储的版本超出此限制,则应用将首先删除最旧的版本,直到满足该限制。 有关更多信息,请参见“版本”文档。",
  8. "Failed to revert {file} to revision {timestamp}." : "无法将 {file} 还原为修订版 {timestamp}。",
  9. "_%n byte_::_%n bytes_" : ["%n 个字节"],
  10. "Restore" : "恢复",
  11. "No other versions available" : "没有其他可用版本"
  12. },
  13. "nplurals=1; plural=0;");