From 872e9add629a4d2626635a56cb35b22847337690 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:00:22 +0100 Subject: [PATCH] New translations dashboard.php (Portuguese) --- resources/lang/pt-PT/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pt-PT/dashboard.php b/resources/lang/pt-PT/dashboard.php index 6de49162..9241af47 100644 --- a/resources/lang/pt-PT/dashboard.php +++ b/resources/lang/pt-PT/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidentes & Agendamentos', 'incidents' => 'Ocorrências', - 'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou :count incidentes.', + 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Criar template', 'incident-templates' => 'Template de incidentes', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ 'title' => 'Crie uma nova atualização de incidente', 'success' => 'Your new incident update has been created.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Manutenção Agendada', - 'logged' => '{0} Não existem agendamentos, bom trabalho.|Você introduziu um agendamento.|Você reportou :count agendamentos.', + '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' => 'Adicionar Manutenção Agendada',