vi.php 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "Không thể di chuyển %s - Đã có tên tập tin này trên hệ thống",
  4. "Could not move %s" => "Không thể di chuyển %s",
  5. "File name cannot be empty." => "Tên file không được rỗng",
  6. "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",
  7. "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",
  8. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "The uploaded file exceeds the upload_max_filesize directive in php.ini: ",
  9. "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",
  10. "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",
  11. "No file was uploaded" => "Chưa có file nào được tải lên",
  12. "Missing a temporary folder" => "Không tìm thấy thư mục tạm",
  13. "Failed to write to disk" => "Không thể ghi ",
  14. "Not enough storage available" => "Không đủ không gian lưu trữ",
  15. "Invalid directory." => "Thư mục không hợp lệ",
  16. "Files" => "Tập tin",
  17. "Not enough space available" => "Không đủ chỗ trống cần thiết",
  18. "Upload cancelled." => "Hủy tải lên",
  19. "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.",
  20. "{new_name} already exists" => "{new_name} đã tồn tại",
  21. "Share" => "Chia sẻ",
  22. "Delete permanently" => "Xóa vĩnh vễn",
  23. "Rename" => "Sửa tên",
  24. "Pending" => "Đang chờ",
  25. "replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
  26. "undo" => "lùi lại",
  27. "_%n folder_::_%n folders_" => array(""),
  28. "_%n file_::_%n files_" => array(""),
  29. "_Uploading %n file_::_Uploading %n files_" => array(""),
  30. "'.' is an invalid file name." => "'.' là một tên file không hợp lệ",
  31. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dùng.",
  32. "Your storage is full, files can not be updated or synced anymore!" => "Your storage is full, files can not be updated or synced anymore!",
  33. "Your storage is almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)",
  34. "Your download is being prepared. This might take some time if the files are big." => "Your download is being prepared. This might take some time if the files are big.",
  35. "Error" => "Lỗi",
  36. "Name" => "Tên",
  37. "Size" => "Kích cỡ",
  38. "Modified" => "Thay đổi",
  39. "Upload" => "Tải lên",
  40. "File handling" => "Xử lý tập tin",
  41. "Maximum upload size" => "Kích thước tối đa ",
  42. "max. possible: " => "tối đa cho phép:",
  43. "Needed for multi-file and folder downloads." => "Cần thiết cho tải nhiều tập tin và thư mục.",
  44. "Enable ZIP-download" => "Cho phép ZIP-download",
  45. "0 is unlimited" => "0 là không giới hạn",
  46. "Maximum input size for ZIP files" => "Kích thước tối đa cho các tập tin ZIP",
  47. "Save" => "Lưu",
  48. "New" => "Mới",
  49. "Text file" => "Tập tin văn bản",
  50. "New folder" => "Tạo thư mục",
  51. "Folder" => "Thư mục",
  52. "From link" => "Từ liên kết",
  53. "Deleted files" => "File đã bị xóa",
  54. "Cancel upload" => "Hủy upload",
  55. "Nothing in here. Upload something!" => "Không có gì ở đây .Hãy tải lên một cái gì đó !",
  56. "Download" => "Tải về",
  57. "Delete" => "Xóa",
  58. "Upload too large" => "Tập tin tải lên quá lớn",
  59. "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ủ .",
  60. "Files are being scanned, please wait." => "Tập tin đang được quét ,vui lòng chờ.",
  61. "Current scanning" => "Hiện tại đang quét",
  62. "Upgrading filesystem cache..." => "Đang nâng cấp bộ nhớ đệm cho tập tin hệ thống..."
  63. );
  64. $PLURAL_FORMS = "nplurals=1; plural=0;";