nextcloud/apps/files_versions/l10n/zh_TW.php

11 lines
370 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-03-20 03:02:44 +04:00
"Could not revert: %s" => "無法還原:%s",
"Versions" => "版本",
2013-08-27 19:23:18 +04:00
"Failed to revert {file} to revision {timestamp}." => "無法還原檔案 {file} 至版本 {timestamp}",
"More versions..." => "更多版本…",
"No other versions available" => "沒有其他版本了",
2013-07-27 10:03:03 +04:00
"Restore" => "復原"
2012-11-28 03:11:21 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";