nextcloud/apps/files_trashbin/l10n/vi.php

18 lines
698 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-22 03:08:47 +04:00
"Delete permanently" => "Xóa vĩnh vễ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!",
2013-02-22 03:08:47 +04:00
"Restore" => "Khôi phục",
2013-03-09 03:06:34 +04:00
"Delete" => "Xóa",
"Deleted Files" => "File đã xóa"
2013-02-01 03:19:28 +04:00
);