blob: 77a40dd74f0fffc50a96de62cdaa5c11f8b5e51a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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..." : "更多版本...",
"No other versions available" : "无其他版本可用"
},
"nplurals=1; plural=0;");
|