nextcloud/apps/files_versions/l10n/zh_TW.php

8 lines
166 B
PHP

<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "無法還原:%s",
"Versions" => "版本",
"Restore" => "復原"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";