From 95fac09611b2d58d13289b51878990d108f5578f Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sat, 18 May 2019 02:30:14 +0100 Subject: [PATCH] New translations dashboard.php (Portuguese, Brazilian) --- resources/lang/pt-BR/dashboard.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 7f03f9ca..e5d734bf 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -12,20 +12,20 @@ return [ 'dashboard' => 'Dashboard', - 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.', + 'writeable_settings' => 'O diretório de configurações do Cachet não é gravável. Certifique-se de que ./bootstrap/cachet é gravável pelo servidor web.', // Incidents 'incidents' => [ - 'title' => 'Incidents & Maintenance', + 'title' => 'Incidentes & Agendamentos', 'incidents' => 'Incidentes', - 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', + 'logged' => '{0}Não existem incidentes, bom trabalho.|[1]Você adicionou um incidente.|[2,*]Você reportou :count incidentes.', 'incident-create-template' => 'Criar template', 'incident-templates' => 'Template de incidentes', 'updates' => [ - 'title' => 'Incident updates for :incident', + 'title' => 'Atualizações para o incidente :incident', 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ - 'title' => 'Create new incident update', + 'title' => 'Crie uma nova atualização de incidente', 'success' => 'Your new incident update has been created.', 'failure' => 'Something went wrong with the incident update.', ], @@ -74,11 +74,11 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Maintenance', + 'schedule' => 'Manutenção', 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Agendada em :timestamp', 'add' => [ - 'title' => 'Add Maintenance', + 'title' => 'Adicionar manutenção agendada', 'success' => 'Maintenance added.', 'failure' => 'Something went wrong adding the Maintenance, please try again.', ], @@ -227,11 +227,11 @@ return [ 'footer' => 'HTML de rodapé personalizado', ], 'mail' => [ - 'mail' => 'Mail', - 'test' => 'Test', + 'mail' => 'E-Mail', + 'test' => 'Teste', 'email' => [ - 'subject' => 'Test notification from Cachet', - 'body' => 'This is a test notification from Cachet.', + 'subject' => 'Notificação de teste do Cachet', + 'body' => 'Esta é uma notificação de teste do Cachet.', ], ], 'security' => [