vi.js 3.3 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "restored" : "khôi phục",
  5. "Deleted files" : "File đã bị xóa",
  6. "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Các tệp và thư mục đã xóa trong thùng rác (có thể hết hạn trong quá trình xuất nếu bạn sắp hết dung lượng lưu trữ)",
  7. "Restore" : "Khôi phục",
  8. "Unknown" : "Không xác định",
  9. "All files" : "Tất cả tệp tin",
  10. "List of files that have been deleted." : "Danh sách các tập tin đã bị xóa.",
  11. "No deleted files" : "Không có tập tin bị xóa",
  12. "Files and folders you have deleted will show up here" : "Các tập tin và thư mục bạn đã xóa sẽ hiển thị ở đây",
  13. "Deleted" : "Đã xóa",
  14. "A long time ago" : "Một khoảng thời gian trước",
  15. "This application enables users to restore files that were deleted from the system." : "Ứng dụng này cho phép người dùng khôi phục các tập tin đã bị xóa khỏi hệ thống.",
  16. "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Ứng dụng này cho phép người dùng khôi phục các tập tin đã bị xóa khỏi hệ thống. Nó hiển thị danh sách các tệp đã xóa trong giao diện web và có các tùy chọn để khôi phục các tệp đã xóa đó trở lại thư mục tệp của người dùng hoặc xóa chúng vĩnh viễn khỏi hệ thống. Việc khôi phục tệp cũng khôi phục các phiên bản tệp liên quan nếu ứng dụng phiên bản được bật. Khi một tệp bị xóa khỏi phần chia sẻ, nó có thể được khôi phục theo cách tương tự, mặc dù nó không còn được chia sẻ nữa. Theo mặc định, những tệp này vẫn ở trong thùng rác trong 30 ngày.\nĐể ngăn người dùng hết dung lượng ổ đĩa, ứng dụng Tệp đã xóa sẽ không sử dụng quá 50% hạn ngạch miễn phí hiện có cho các tệp đã xóa. Nếu các tệp đã xóa vượt quá giới hạn này thì ứng dụng sẽ xóa các tệp cũ nhất cho đến khi nó xuống dưới giới hạn này. Thông tin thêm có sẵn trong tài liệu Tệp đã xóa.",
  17. "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",
  18. "No entries found in this folder" : "Chưa có mục nào trong thư mục",
  19. "Select all" : "Chọn tất cả",
  20. "Name" : "Tên",
  21. "Actions" : "Hành động"
  22. },
  23. "nplurals=1; plural=0;");