vi.php
2.13 KB
<?php
$TRANSLATIONS = array(
"Checking your installation..." => "Đang kiểm tra quá trình cài đặt ...",
"Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "Không thể nâng cấp. Hãy chắc chắn rằng Webserver cho phép ghi vào các tập tin và thư mục sau đây:",
"Version not found" => "Không tìm thấy phiên bản",
"Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "Không thể nâng cấp. Máy chủ webserver không đủ quyền để xóa các thư mục sau:",
"Update permissions on this directory and its content or remove it manually first." => "Được phép cập nhật trên thư mục và nội dung của nó hoặc xóa bằng tay .",
"Downloading package..." => "Đang tải gói...",
"Unable to fetch package" => "Không thể nạp gói",
"Creating backup..." => "Đang sao lưu ...",
"Here is your backup: " => "Đây là bản sao lưu của bạn:",
"Failed to create backup" => "Tạo sao lưu thất bại",
"Moving files..." => "Đang di chuyển tập tin...",
"All done. Click to the link below to start database upgrade." => "Đã hoàn thành. Nhấp chuột vào liên kết bên dưới để bắt đầu nâng cấp cơ sở dữ liệu",
"Update failed" => "Cập nhật thất bại",
"The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "Cập nhật không thành công . Vui lòng kiểm tra nhật kí ở trang quản trị và thông báo vấn đề này đến <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">Cộng đồng ownCloud</a>.",
"Proceed" => "Tiến hành",
"Update Center" => "Cập nhật",
"Backup Management" => "Quản lý sao lưu",
"Update" => "Cập nhật",
"Backup directory" => "Sao lưu thư mục",
"Backup" => "Sao lưu",
"Done on" => "Thực hiện tr",
"Download" => "Tải về",
"Delete" => "Xóa",
"No backups found" => "Không tìm thấy sao lưu"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";