Blame view
sources/apps/files_versions/l10n/zh_CN.php
370 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "无法恢复: %s", |
|
03e52840d
|
4 |
"Versions" => "版本", |
|
6d9380f96
|
5 6 7 |
"Failed to revert {file} to revision {timestamp}." => "无法恢复 {file} 到 {timestamp} 的版本。",
"More versions..." => "更多版本...",
"No other versions available" => "无其他版本可用",
|
|
31b7f2792
|
8 |
"Restore" => "恢复" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |