Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_CN.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17b687bd4f50a9e10bb58dcc71e91af85cb9db91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "版本",
    "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护更改的旧版本文件。",
    "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。",
    "_%n byte_::_%n bytes_" : ["%n 比特"],
    "Restore" : "恢复",
    "Could not revert: %s" : "无法恢复:%s",
    "No earlier versions available" : "无可用的更早的版本",
    "More versions …" : "更多版本…"
},
"nplurals=1; plural=0;");