Blame view
sources/apps/files/l10n/vi.php
4.21 KB
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "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", |
|
03e52840d
|
4 |
"Could not move %s" => "Không thể di chuyển %s", |
|
31b7f2792
|
5 |
"File name cannot be empty." => "Tên file không được rỗng", |
|
03e52840d
|
6 7 8 |
"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: ", |
|
31b7f2792
|
9 10 11 |
"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", |
|
03e52840d
|
12 13 14 15 16 |
"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ữ", "Invalid directory." => "Thư mục không hợp lệ", "Files" => "Tập tin", |
|
31b7f2792
|
17 18 19 20 |
"Not enough space available" => "Không đủ chỗ trống cần thiết",
"Upload cancelled." => "Hủy tải lên",
"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",
|
|
03e52840d
|
21 22 |
"Share" => "Chia sẻ", "Delete permanently" => "Xóa vĩnh vễn", |
|
03e52840d
|
23 |
"Rename" => "Sửa tên", |
|
31b7f2792
|
24 |
"Pending" => "Đang chờ", |
|
03e52840d
|
25 26 |
"replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
"undo" => "lùi lại",
|
|
31b7f2792
|
27 28 29 |
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
|
|
03e52840d
|
30 |
"'.' is an invalid file name." => "'.' là một tên file không hợp lệ", |
|
03e52840d
|
31 32 33 34 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Tên không hợp lệ, '\\', '/', '<', '>', ':', '\"', '|', '?' và '*' thì không được phép dù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}%)",
"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.",
|
|
31b7f2792
|
35 |
"Error" => "Lỗi", |
|
03e52840d
|
36 37 38 |
"Name" => "Tên", "Size" => "Kích cỡ", "Modified" => "Thay đổi", |
|
03e52840d
|
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
"Upload" => "Tải lê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:", "Needed for multi-file and folder downloads." => "Cần thiết cho tải nhiều tập tin và thư mục.", "Enable ZIP-download" => "Cho phép ZIP-download", "0 is unlimited" => "0 là không giới hạn", "Maximum input size for ZIP files" => "Kích thước tối đa cho các tập tin ZIP", "Save" => "Lưu", "New" => "Mới", "Text file" => "Tập tin văn bản", "Folder" => "Thư mục", "From link" => "Từ liên kết", "Deleted files" => "File đã bị xóa", "Cancel upload" => "Hủy upload", "Nothing in here. Upload something!" => "Không có gì ở đây .Hãy tải lên một cái gì đó !", |
|
31b7f2792
|
55 |
"Download" => "Tải về", |
|
0f30ed153
|
56 |
"Unshare" => "Bỏ chia sẻ", |
|
31b7f2792
|
57 |
"Delete" => "Xóa", |
|
03e52840d
|
58 59 60 61 |
"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ờ.", "Current scanning" => "Hiện tại đang quét", |
|
31b7f2792
|
62 |
"Upgrading filesystem cache..." => "Đang nâng cấp bộ nhớ đệm cho tập tin hệ thống..." |
|
03e52840d
|
63 |
); |
|
31b7f2792
|
64 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |