Blame view

sources/apps/files/l10n/vi.php 4.79 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Không thể di chuyển %s - Đã có tên file này trên hệ thống",
  "Could not move %s" => "Không thể di chuyển %s",
  "Unable to rename file" => "Không thể đổi tên file",
  "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" => "Kích thước những tập tin tải lên vượt quá MAX_FILE_SIZE đã được quy định",
  "The uploaded file was only partially uploaded" => "Tập tin tải lên mới chỉ tải lên được một phần",
  "No file was uploaded" => "Không có tập tin 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ữ",
  "Invalid directory." => "Thư mục không hợp lệ",
  "Files" => "Tập tin",
  "Share" => "Chia sẻ",
  "Delete permanently" => "Xóa vĩnh vễn",
  "Delete" => "Xóa",
  "Rename" => "Sửa tên",
  "Pending" => "Chờ",
  "{new_name} already exists" => "{new_name} đã tồn tại",
  "replace" => "thay thế",
  "suggest name" => "tên gợi ý",
  "cancel" => "hủy",
  "replaced {new_name} with {old_name}" => "đã thay thế {new_name} bằng {old_name}",
  "undo" => "lùi lại",
  "perform delete operation" => "thực hiện việc xóa",
  "'.' is an invalid file name." => "'.' là một tên file không hợp lệ",
  "File name cannot be empty." => "Tên file không được rỗng",
  "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.",
  "Unable to upload your file as it is a directory or has 0 bytes" => "Không thể tải lên tập tin này do nó là một thư mục hoặc kích thước tập tin bằng 0 byte",
  "Upload Error" => "Tải lên lỗi",
  "Close" => "Đóng",
  "1 file uploading" => "1 tệp tin đang được tải lên",
  "{count} files uploading" => "{count} tập tin đang tải lên",
  "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.",
  "URL cannot be empty." => "URL không được để trống.",
  "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Invalid folder name. Usage of 'Shared' is reserved by Owncloud",
  "Name" => "Tên",
  "Size" => "Kích cỡ",
  "Modified" => "Thay đổi",
  "1 folder" => "1 thư mục",
  "{count} folders" => "{count} thư mục",
  "1 file" => "1 tập tin",
  "{count} files" => "{count} tập tin",
  "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ì đó !",
  "Download" => "Tải xuống",
  "Unshare" => "Không chia sẽ",
  "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",
  "Upgrading filesystem cache..." => "Upgrading filesystem cache..."
  );