24 lines
782 B
PHP
Raw Normal View History

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Configuração',
'title' => 'Configurar o Cachet',
'service_details' => 'Detalhes do serviço',
'env_setup' => 'Configuração de Ambiente',
'status_page_setup' => 'Configuração da página de status',
'show_support' => 'Mostrar apoio ao Cachet?',
'admin_account' => 'Conta de administrador',
'complete_setup' => 'Configuração completa',
'completed' => 'Cachet foi configurado com sucesso!',
'finish_setup' => 'Ir para o painel de controle',
];