nextcloud/apps/files_versions/l10n/vi.php

11 lines
443 B
PHP

<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Không thể khôi phục: %s",
"Versions" => "Phiên bản",
"Failed to revert {file} to revision {timestamp}." => "Thất bại khi trở lại {file} khi sử đổi {timestamp}.",
"More versions..." => "Nhiều phiên bản ...",
"No other versions available" => "Không có các phiên bản khác có sẵn",
"Restore" => "Khôi phục"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";