nextcloud/apps/files_versions/l10n/zh_CN.php

8 lines
165 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-03-02 03:05:42 +04:00
"Could not revert: %s" => "无法恢复: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "版本",
"Restore" => "恢复"
2012-09-07 04:07:22 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";