nextcloud/apps/files_versions/l10n/zh_CN.js

14 lines
594 B
JavaScript

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "无法恢复:%s",
"Versions" : "版本",
"Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。",
"_%n byte_::_%n bytes_" : ["%n 比特"],
"Restore" : "恢复",
"No earlier versions available" : "无可用的更早的版本",
"More versions …" : "更多版本…",
"This application automatically maintains older versions of files that are changed." : "此应用程序自动维护更改的旧版本文件。"
},
"nplurals=1; plural=0;");