Blame view
sources/apps/updater/l10n/vi.php
2.13 KB
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<?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", |
|
d1bafeea1
|
20 |
"Update" => "Cập nhật", |
|
6d9380f96
|
21 22 23 |
"Backup directory" => "Sao lưu thư mục", "Backup" => "Sao lưu", "Done on" => "Thực hiện tr", |
|
d1bafeea1
|
24 |
"Download" => "Tải về", |
|
6d9380f96
|
25 26 |
"Delete" => "Xóa", "No backups found" => "Không tìm thấy sao lưu" |
|
d1bafeea1
|
27 |
); |
|
6d9380f96
|
28 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |