File: /home/artinside/sites.artinside.com.br/mainpro/vendor/aplus/debug/src/Languages/pt-br/debug.php
<?php
/*
* This file is part of Aplus Framework Debug Library.
*
* (c) Natan Felles <natanfelles@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'exception' => 'Exceção',
'message' => 'Mensagem',
'file' => 'Arquivo',
'line' => 'Linha',
'trace' => 'Trace',
'exceptionTitle' => 'Erro 500 - Erro Interno no Servidor',
'exceptionDescription' => 'Algo deu errado. Por favor, volte mais tarde.',
];