From eae44a46a6e1b11763289589a36e64ca5de631e8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Jan 2017 15:11:35 +0000 Subject: [PATCH] Translated --- resources/lang/pt-BR/dashboard.php | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 83369460..2ff3d994 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -11,7 +11,8 @@ return [ - 'dashboard' => 'Dashboard', + 'dashboard' => 'Dashboard', + 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.', // Incidents 'incidents' => [ @@ -20,6 +21,7 @@ return [ 'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou :count incidentes.', 'incident-create-template' => 'Criar template', 'incident-templates' => 'Template de incidentes', + 'updates' => '{0} Nenhuma Atualização|Uma Atualização|:contagem de Atualizações', 'add' => [ 'title' => 'Relatar um incidente', 'success' => 'Incidente adicionado.', @@ -34,6 +36,10 @@ return [ 'success' => 'O incidente foi excluído e não aparecerá na sua página de status.', 'failure' => 'O incidente não pode ser excluído, por favor tente novamente.', ], + 'update' => [ + 'title' => 'Crie uma nova atualização de incidente', + 'subtitle' => 'Adicione uma atualização ao :incidente', + ], // Incident templates 'templates' => [ @@ -105,12 +111,12 @@ return [ 'add' => [ 'title' => 'Adicionar um grupo de componentes', 'success' => 'Grupo de componentes adicionado.', - 'failure' => 'Algo deu errado com o grupo de componentes, por favor tente novamente.', + 'failure' => 'Algo deu errado com o componente, por favor tente novamente.', ], 'edit' => [ 'title' => 'Editar um grupo de componentes', 'success' => 'Grupo de componentes atualizado.', - 'failure' => 'Algo deu errado com o grupo de componentes, por favor tente novamente.', + 'failure' => 'Algo deu errado com o componente, por favor tente novamente.', ], 'delete' => [ 'success' => 'O grupo de componentes foi excluído!', @@ -197,6 +203,9 @@ return [ 'analytics' => [ 'analytics' => 'Estatísticas', ], + 'log' => [ + 'log' => 'Registro de eventos', + ], 'localization' => [ 'localization' => 'Idioma', ], @@ -205,6 +214,14 @@ return [ 'header' => 'HTML de cabeçalho personalizado', 'footer' => 'HTML de rodapé personalizado', ], + 'mail' => [ + 'mail' => 'Mail', + 'test' => 'Test', + 'email' => [ + 'subject' => 'Test notification from Cachet', + 'body' => 'This is a test notification from Cachet.', + ], + ], 'security' => [ 'security' => 'Segurança', 'two-factor' => 'Usuários sem autenticação de dois fatores', @@ -272,4 +289,4 @@ return [ ], ], -]; +]; \ No newline at end of file