From 0caf225172ce4fb43f65836dca2bff54a1a09953 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 14 Jul 2019 00:40:18 +0100 Subject: [PATCH] New translations notifications.php (Portuguese, Brazilian) --- resources/lang/pt-BR/notifications.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php index e96298ce..a4fb2098 100644 --- a/resources/lang/pt-BR/notifications.php +++ b/resources/lang/pt-BR/notifications.php @@ -47,32 +47,32 @@ return [ 'mail' => [ 'subject' => 'Incidente Atualizado', 'content' => ':name foi atualizado', - 'title' => ':name was updated to :new_status', + 'title' => ':name foi atualizado para :new_status', 'action' => 'Visualizar', ], 'slack' => [ - 'title' => ':name Updated', - 'content' => ':name was updated to :new_status', + 'title' => ':name atualizado', + 'content' => ':name foi atualizado para :new_status', ], 'sms' => [ - 'content' => 'Incident :name was updated', + 'content' => 'Incidente :name foi atualizado', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Schedule Created', - 'content' => ':name was scheduled for :date', - 'title' => 'A new scheduled maintenance was created.', + 'subject' => 'Novo Agendamento Criado', + 'content' => ':name foi agendado para :date', + 'title' => 'Uma nova manutenção agendada foi criada.', 'action' => 'Visualizar', ], 'slack' => [ 'title' => 'Novo Agendamento Criado!', - 'content' => ':name was scheduled for :date', + 'content' => ':name foi agendado para :date', ], 'sms' => [ - 'content' => ':name was scheduled for :date', + 'content' => ':name foi agendado para :date', ], ], ],