diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php index de6b7bea..6a65c6bd 100644 --- a/resources/lang/pt-BR/notifications.php +++ b/resources/lang/pt-BR/notifications.php @@ -13,84 +13,84 @@ return [ 'component' => [ 'status_update' => [ 'mail' => [ - 'subject' => 'Status do Componente Atualizado', - 'greeting' => 'O status de um componente foi atualizado!', - 'content' => 'O status de :name mudou de :old_status para :new_status.', - 'action' => 'Visualizar', + 'subject' => 'Component Status Updated', + 'greeting' => 'A component\'s status was updated!', + 'content' => ':name status changed from :old_status to :new_status.', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Status do Componente Atualizado', - 'content' => 'O status de :name mudou de :old_status para :new_status.', + 'title' => 'Component Status Updated', + 'content' => ':name status changed from :old_status to :new_status.', ], 'sms' => [ - 'content' => 'O status de :name mudou de :old_status para :new_status.', + 'content' => ':name status changed from :old_status to :new_status.', ], ], ], 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'Novo incidente Reportado', - 'greeting' => 'Um novo incidente foi reportado em :app_name.', - 'content' => 'O Incidente :name foi reportado', - 'action' => 'Visualizar', + 'subject' => 'New Incident Reported', + 'greeting' => 'A new incident was reported at :app_name.', + 'content' => 'Incident :name was reported', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Incidente :name Reportado', - 'content' => 'Um novo incidente foi reportado em :app_name', + 'title' => 'Incident :name Reported', + 'content' => 'A new incident was reported at :app_name', ], 'sms' => [ - 'content' => 'Um novo incidente foi reportado em :app_name.', + 'content' => 'A new incident was reported at :app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'Incidente Atualizado', - 'content' => ':name foi atualizado', - 'title' => ':name foi atualizado para :new_status', - 'action' => 'Visualizar', + 'subject' => 'Incident Updated', + 'content' => ':name was updated', + 'title' => ':name was updated to :new_status', + 'action' => 'View', ], 'slack' => [ - 'title' => ':name atualizado', - 'content' => ':name foi atualizado para :new_status', + 'title' => ':name Updated', + 'content' => ':name was updated to :new_status', ], 'sms' => [ - 'content' => 'Incidente :nome foi atualizado', + 'content' => 'Incident :name was updated', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'Novo Agendamento Criado', - 'content' => ':name foi agendado para :date', - 'title' => 'Uma nova manutenção agendada foi criada.', - 'action' => 'Visualizar', + 'subject' => 'New Schedule Created', + 'content' => ':name was scheduled for :date', + 'title' => 'A new scheduled maintenance was created.', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Novo Agendamento Criado!', - 'content' => ':name foi agendado para :date', + 'title' => 'New Schedule Created!', + 'content' => ':name was scheduled for :date', ], 'sms' => [ - 'content' => ':name foi agendado para :date', + 'content' => ':name was scheduled for :date', ], ], ], 'subscriber' => [ 'verify' => [ 'mail' => [ - 'subject' => 'Verificar a sua inscrição', - 'content' => 'Clique para verificar sua inscrição na página de status de :app_name.', - 'title' => 'Verificar sua inscrição na página de status de :app_name.', - 'action' => 'Verificar', + 'subject' => 'Verify Your Subscription', + 'content' => 'Click to verify your subscription to :app_name status page.', + 'title' => 'Verify your subscription to :app_name status page.', + 'action' => 'Verify', ], ], ], 'system' => [ 'test' => [ 'mail' => [ - 'subject' => 'Ping do Cachet!', - 'content' => 'Esta é uma notificação de teste do Cachet!', + 'subject' => 'Ping from Cachet!', + 'content' => 'This is a test notification from Cachet!', 'title' => '🔔', ], ], @@ -98,10 +98,10 @@ return [ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'Seu convite está aqui dentro...', - 'content' => 'Você foi convidado a juntar-se a página de status de :app_name.', - 'title' => 'Você está convidado a juntar-se a página de status de :app_name.', - 'action' => 'Aceitar', + 'subject' => 'Your invitation is inside...', + 'content' => 'You have been invited to join :app_name status page.', + 'title' => 'You\'re invited to join :app_name status page.', + 'action' => 'Accept', ], ], ],