mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-13 23:19:55 -06:00
55 lines
2.7 KiB
PHP
55 lines
2.7 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 [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Backup Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used by the backup system.
|
|
| You are free to change them to anything you want to customize your views to better match your application.
|
|
|
|
|
*/
|
|
|
|
'backup' => 'Backup',
|
|
'create_a_new_backup' => 'Criar um novo backup',
|
|
'create_a_new_files_backup' => 'Criar backup de arquivos',
|
|
'create_a_new_db_backup' => 'Criar backup de banco de dados',
|
|
'existing_backups' => 'Backups existentes',
|
|
'date' => 'Data',
|
|
'file_size' => 'Tamanho do ficheiro',
|
|
'actions' => 'Ações',
|
|
'download' => 'Transferir',
|
|
'delete' => 'Apagar',
|
|
'delete_confirm' => 'Tem a certeza que quer apagar este backup?',
|
|
'delete_confirmation_title' => 'Concluído',
|
|
'delete_confirmation_message' => 'O backup foi apagado.',
|
|
'delete_error_title' => 'Erro',
|
|
'delete_error_message' => 'O backup NÃO foi apagado.',
|
|
'delete_cancel_title' => 'Está tudo bem!',
|
|
'delete_cancel_message' => 'O backup NÃO foi apagado.',
|
|
'create_confirmation_title' => 'Backup concluído',
|
|
'create_confirmation_message' => 'A página vai ser recarregada dentro de 3 segundos',
|
|
'create_error_title' => 'Erro ao fazer backup',
|
|
'create_error_message' => 'O backup não foi criado.',
|
|
'create_warning_title' => 'Erro desconhecido',
|
|
'create_warning_message' => 'O backup pode NÃO ter sido criado. Por favor verifique o registo para obter mais detalhes.',
|
|
'location' => 'Localização',
|
|
'no_disks_configured' => 'Nenhum foi configurado nenhum disco de backups em config/backup.php',
|
|
'backup_doesnt_exist' => 'O backup não existe',
|
|
'only_local_downloads_supported' => 'Apenas são permitidas transferências do sistema de ficheiros local.',
|
|
];
|