nextcloud/apps/files_versions/l10n/vi.php

8 lines
190 B
PHP

<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Không thể khôi phục: %s",
"Versions" => "Phiên bản",
"Restore" => "Khôi phục"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";