vi.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage not available" : "Lưu trữ không có sẵn",
  5. "Storage invalid" : "Lưu trữ không hợp lệ",
  6. "Unknown error" : "Lỗi chưa biết",
  7. "Unable to set upload directory." : "Không thể thiết lập thư mục tải lên.",
  8. "Invalid Token" : "Xác thực không hợp lệ",
  9. "No file was uploaded. Unknown error" : "Không có tập tin nào được tải lên. Lỗi không xác định",
  10. "There is no error, the file uploaded with success" : "Không có lỗi, các tập tin đã được tải lên thành công",
  11. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ",
  12. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tập tin được tải lên vượt quá MAX_FILE_SIZE được quy định trong mẫu HTML",
  13. "The uploaded file was only partially uploaded" : "Các tập tin được tải lên chỉ tải lên được một phần",
  14. "No file was uploaded" : "Chưa có file nào được tải lên",
  15. "Missing a temporary folder" : "Không tìm thấy thư mục tạm",
  16. "Failed to write to disk" : "Không thể ghi ",
  17. "Not enough storage available" : "Không đủ không gian lưu trữ",
  18. "Upload failed. Could not find uploaded file" : "Tải lên thất bại. Không thể tìm thấy tập tin được tải lên",
  19. "Upload failed. Could not get file info." : "Tải lên thất bại. Không thể có được thông tin tập tin.",
  20. "Invalid directory." : "Thư mục không hợp lệ",
  21. "Files" : "Tập tin",
  22. "Favorites" : "Ưa thích",
  23. "Home" : "Nhà",
  24. "Close" : "Đóng",
  25. "Upload cancelled." : "Hủy tải lên",
  26. "Unable to upload {filename} as it is a directory or has 0 bytes" : "không thể tải {filename} lên do nó là một thư mục hoặc có kích thước bằng 0 byte",
  27. "Could not get result from server." : "Không thể nhận được kết quả từ máy chủ.",
  28. "File upload is in progress. Leaving the page now will cancel the upload." : "Tập tin tải lên đang được xử lý. Nếu bạn rời khỏi trang bây giờ sẽ hủy quá trình này.",
  29. "Actions" : "Actions",
  30. "Download" : "Tải về",
  31. "Rename" : "Sửa tên",
  32. "Delete" : "Xóa",
  33. "Unshare" : "Bỏ chia sẻ",
  34. "Details" : "Chi tiết",
  35. "Select" : "Chọn",
  36. "Pending" : "Đang chờ",
  37. "Name" : "Tên",
  38. "Size" : "Kích cỡ",
  39. "Modified" : "Thay đổi",
  40. "_%n folder_::_%n folders_" : ["%n thư mục"],
  41. "_%n file_::_%n files_" : ["%n tập tin"],
  42. "{dirs} and {files}" : "{dirs} và {files}",
  43. "You don’t have permission to upload or create files here" : "Bạn không có quyền upload hoặc tạo files ở đây",
  44. "_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"],
  45. "New" : "Tạo mới",
  46. "File name cannot be empty." : "Tên file không được rỗng",
  47. "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!",
  48. "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
  49. "Favorite" : "Ưu thích",
  50. "Folder" : "Thư mục",
  51. "New folder" : "Tạo thư mục",
  52. "Upload" : "Tải lên",
  53. "File handling" : "Xử lý tập tin",
  54. "Maximum upload size" : "Kích thước tối đa ",
  55. "max. possible: " : "tối đa cho phép:",
  56. "Save" : "Lưu",
  57. "Settings" : "Cài đặt",
  58. "WebDAV" : "WebDAV",
  59. "Cancel upload" : "Hủy upload",
  60. "No entries found in this folder" : "Chưa có mục nào trong thư mục",
  61. "Select all" : "Chọn tất cả",
  62. "Upload too large" : "Tập tin tải lên quá lớn",
  63. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Các tập tin bạn đang tải lên vượt quá kích thước tối đa cho phép trên máy chủ .",
  64. "Text file" : "Tập tin văn bản"
  65. },
  66. "nplurals=1; plural=0;");