1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- OC.L10N.register(
- "files",
- {
- "Unknown error" : "Lỗi chưa biết",
- "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",
- "Could not move %s" : "Không thể di chuyển %s",
- "The name %s is already used in the folder %s. Please choose a different name." : "Tên %s đã được sử dụng trong thư mục %s. Hãy chọn tên khác.",
- "Error when creating the file" : "Lỗi khi tạo file",
- "Error when creating the folder" : "Lỗi khi tạo thư mục",
- "Unable to set upload directory." : "Không thể thiết lập thư mục tải lên.",
- "Invalid Token" : "Xác thực không hợp lệ",
- "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",
- "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",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ",
- "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",
- "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",
- "No file was uploaded" : "Chưa có file nào được tải lên",
- "Missing a temporary folder" : "Không tìm thấy thư mục tạm",
- "Failed to write to disk" : "Không thể ghi ",
- "Not enough storage available" : "Không đủ không gian lưu trữ",
- "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",
- "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.",
- "Invalid directory." : "Thư mục không hợp lệ",
- "Files" : "Tập tin",
- "Favorites" : "Ưa thích",
- "Home" : "Nhà",
- "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",
- "Upload cancelled." : "Hủy tải lên",
- "Could not get result from server." : "Không thể nhận được kết quả từ máy chủ.",
- "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.",
- "{new_name} already exists" : "{new_name} đã tồn tại",
- "Could not create file" : "Không thể tạo file",
- "Could not create folder" : "Không thể tạo thư mục",
- "Rename" : "Sửa tên",
- "Delete" : "Xóa",
- "Unshare" : "Bỏ chia sẻ",
- "Download" : "Tải về",
- "Select" : "Chọn",
- "Pending" : "Đang chờ",
- "Error moving file" : "Lỗi di chuyển tập tin",
- "Error" : "Lỗi",
- "Could not rename file" : "Không thể đổi tên file",
- "Error deleting file." : "Lỗi xóa file,",
- "Name" : "Tên",
- "Size" : "Kích cỡ",
- "Modified" : "Thay đổi",
- "_%n folder_::_%n folders_" : ["%n thư mục"],
- "_%n file_::_%n files_" : ["%n tập tin"],
- "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",
- "_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"],
- "File name cannot be empty." : "Tên file không được rỗng",
- "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!",
- "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
- "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại",
- "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Mã hóa đã bị vô hiệu nhưng những tập tin của bạn vẫn được mã hóa. Vui lòng vào phần thiết lập cá nhân để giải mã chúng.",
- "{dirs} and {files}" : "{dirs} và {files}",
- "Favorite" : "Ưu thích",
- "%s could not be renamed" : "%s không thể đổi tên",
- "File handling" : "Xử lý tập tin",
- "Maximum upload size" : "Kích thước tối đa ",
- "max. possible: " : "tối đa cho phép:",
- "Save" : "Lưu",
- "Settings" : "Cài đặt",
- "WebDAV" : "WebDAV",
- "New" : "Tạo mới",
- "New text file" : "File text mới",
- "Text file" : "Tập tin văn bản",
- "New folder" : "Tạo thư mục",
- "Folder" : "Thư mục",
- "Upload" : "Tải lên",
- "Cancel upload" : "Hủy upload",
- "No entries found in this folder" : "Chưa có mục nào trong thư mục",
- "Upload too large" : "Tập tin tải lên quá lớn",
- "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ủ .",
- "Files are being scanned, please wait." : "Tập tin đang được quét ,vui lòng chờ."
- },
- "nplurals=1; plural=0;");
|