vi.js 1016 B

123456789101112131415161718192021
  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. "This operation is forbidden" : "Thao tác bị cấm",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý",
  13. "restored" : "khôi phục",
  14. "No deleted files" : "Không có tập tin bị xóa",
  15. "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",
  16. "No entries found in this folder" : "Chưa có mục nào trong thư mục",
  17. "Select all" : "Chọn tất cả",
  18. "Name" : "Tên",
  19. "Deleted" : "Đã xóa"
  20. },
  21. "nplurals=1; plural=0;");