nextcloud/apps/files_trashbin/l10n/vi.php

15 lines
597 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Couldn't delete %s permanently" => "Không thể óa %s vĩnh viễn",
"Couldn't restore %s" => "Không thể khôi phục %s",
"perform restore operation" => "thực hiện phục hồi",
"delete file permanently" => "xóa file vĩnh viễn",
2013-02-01 03:19:28 +04:00
"Name" => "Tên",
2013-02-10 03:10:29 +04:00
"Deleted" => "Đã xóa",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 thư mục",
"{count} folders" => "{count} thư mục",
"1 file" => "1 tập tin",
2013-02-10 03:10:29 +04:00
"{count} files" => "{count} tập tin",
"Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!",
"Restore" => "Khôi phục"
2013-02-01 03:19:28 +04:00
);