Files
UNIT3D/lang/vi/backup.php
2024-05-23 13:58:29 +00:00

46 lines
2.5 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'actions' => 'Hành động',
'backup' => 'Sao lưu',
'backup_doesnt_exist' => 'Các tập tin sao lưu không tồn tại.',
'create_a_new_backup' => 'Tạo sao lưu đầy đủ',
'create_a_new_files_backup' => 'Tạo tập tin sao lưu',
'create_a_new_db_backup' => 'Tạo sao lưu cơ sở dữ liệu',
'create_confirmation_message' => 'Tải lại trang trong 3 giây.',
'create_confirmation_title' => 'Hoàn thành sao lưu',
'create_error_message' => 'Tệp sao lưu KHÔNG thể được tạo.',
'create_error_title' => 'Lỗi sao lưu',
'create_warning_message' => 'Sao lưu của bạn có thể KHÔNG được tạo. Vui lòng kiểm tra tệp nhật ký để biết chi tiết.',
'create_warning_title' => 'Lỗi không rõ',
'date' => 'Ngày',
'delete' => 'Xóa bỏ',
'delete_cancel_message' => 'Các tập tin sao lưu KHÔNG bị xóa.',
'delete_cancel_title' => 'Ổn mà',
'delete_confirm' => 'Bạn có chắc chắn muốn xóa tập tin sao lưu này?',
'delete_confirmation_message' => 'Các tập tin sao lưu đã bị xóa.',
'delete_confirmation_title' => 'Làm xong',
'delete_error_message' => 'Các tập tin sao lưu KHÔNG bị xóa.',
'delete_error_title' => 'lỗi',
'download' => 'Tải về',
'existing_backups' => 'Sao lưu hiện có',
'file_size' => 'Kích thước tập tin',
'location' => 'Vị trí',
'manager' => 'Giám đốc',
'no_disks_configured' => 'Không có đĩa sao lưu được cấu hình trong config / backup.php',
'only_local_downloads_supported' => 'Chỉ tải xuống từ hệ thống tập tin cục bộ được hỗ trợ.',
];