nextcloud/apps/files_trashbin/l10n/vi.php

16 lines
532 B
PHP

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Không thể xóa %s vĩnh viễn",
"Couldn't restore %s" => "Không thể khôi phục %s",
"Deleted files" => "File đã bị xóa",
"Error" => "Lỗi",
"restored" => "khôi phục",
"Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!",
"Name" => "Tên",
"Restore" => "Khôi phục",
"Deleted" => "Đã xóa",
"Delete" => "Xóa",
"Deleted Files" => "File đã xóa"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";