nextcloud/apps/files_versions/l10n/zh_CN.php

12 lines
563 B
PHP
Raw Normal View History

2012-09-07 04:07:22 +04:00
<?php $TRANSLATIONS = array(
2013-03-02 03:05:42 +04:00
"Could not revert: %s" => "无法恢复: %s",
"success" => "成功",
"File %s was reverted to version %s" => "文件 %s 已被恢复到历史版本 %s",
"failure" => "失败",
"File %s could not be reverted to version %s" => "文件 %s 无法被恢复到历史版本 %s",
"No old versions available" => "该文件没有历史版本",
"No path specified" => "未指定路径",
"Versions" => "版本",
"Revert a file to a previous version by clicking on its revert button" => "点击恢复按钮可将文件恢复到之前的版本"
2012-09-07 04:07:22 +04:00
);