vi.js 771 B

12345678910111213141516171819
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Không thể xóa %s vĩnh viễn",
  5. "Couldn't restore %s" : "Không thể khôi phục %s",
  6. "Deleted files" : "File đã bị xóa",
  7. "Restore" : "Khôi phục",
  8. "Delete" : "Xóa",
  9. "Delete permanently" : "Xóa vĩnh vễn",
  10. "Error" : "Lỗi",
  11. "restored" : "khôi phục",
  12. "No deleted files" : "Không có tập tin bị xóa",
  13. "You will be able to recover deleted files from here" : "Bạn có thể phục hồi các file đã bị xóa từ đây",
  14. "No entries found in this folder" : "Chưa có mục nào trong thư mục",
  15. "Select all" : "Chọn tất cả",
  16. "Name" : "Tên",
  17. "Deleted" : "Đã xóa"
  18. },
  19. "nplurals=1; plural=0;");