vi.js 544 B

12345678910111213141516
  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 permanently" : "Xóa vĩnh vễn",
  9. "Error" : "Lỗi",
  10. "restored" : "khôi phục",
  11. "No entries found in this folder" : "Chưa có mục nào trong thư mục",
  12. "Name" : "Tên",
  13. "Deleted" : "Đã xóa",
  14. "Delete" : "Xóa"
  15. },
  16. "nplurals=1; plural=0;");