aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/zh_CN.js
blob: bc7c43ff1e2a72dddae13f2b807f6f2278bd5916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 versions available" : "没有可用的版本",
    "More versions..." : "更多版本..."
},
"nplurals=1; plural=0;");