From d9d84e34f7f2471f41d44056f71a05ab6ab34c1f Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:40:40 +0100 Subject: [PATCH] New translations dashboard.php (Portuguese, Brazilian) --- resources/lang/pt-BR/dashboard.php | 58 +++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 0bde74c4..7f03f9ca 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -12,30 +12,30 @@ return [ 'dashboard' => 'Dashboard', - '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.', + 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.', // Incidents 'incidents' => [ - 'title' => 'Incidentes & Agendamentos', + 'title' => 'Incidents & Maintenance', 'incidents' => 'Incidentes', - 'logged' => '{0}Não existem incidentes, bom trabalho.|[1]Você adicionou um incidente.|[2,*]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' => 'Atualizações para o incidente :incident', - 'count' => '{0}Zero atualizações|[1]Uma atualização|[2]Duas atualizações|[3,*]Várias atualizações', + 'title' => 'Incident updates for :incident', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ - 'title' => 'Crie uma nova atualização de incidente', - 'success' => 'Seu novo incidente foi criado.', - 'failure' => 'Algo deu errado com a atualização do incidente.', + 'title' => 'Create new incident update', + 'success' => 'Your new incident update has been created.', + 'failure' => 'Something went wrong with the incident update.', ], 'edit' => [ - 'title' => 'Editar atualização do incidente', - 'success' => 'O incidente foi atualizado.', - 'failure' => 'Algo deu errado ao atualizar o incidente', + 'title' => 'Edit incident update', + 'success' => 'The incident update has been updated.', + 'failure' => 'Something went wrong updating the incident update', ], ], - 'reported_by' => 'Reportado por :user', + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => 'Relatar um incidente', 'success' => 'Incidente adicionado.', @@ -56,7 +56,7 @@ return [ 'title' => 'Template de incidentes', 'add' => [ 'title' => 'Criar um modelo de incidente', - 'message' => 'Você deve adicionar um modelo de incidente.', + 'message' => 'Create your first incident template.', 'success' => 'Seu novo modelo de incidente foi criado.', 'failure' => 'Algo deu errado com o modelo de incidente.', ], @@ -74,22 +74,22 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => 'Manutenção', - 'logged' => '{0}Ainda não ocorreu nenhuma manuteção, bom trabalho. |[1]Você agendou uma manuteção. | [2, *] Você adicionou : manutenções.', + 'schedule' => 'Maintenance', + '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 programada', - 'success' => 'Agendamento adicionado.', - 'failure' => 'Ocorreu um problema ao adicionar a programação, por favor tente novamente.', + 'title' => 'Add Maintenance', + 'success' => 'Maintenance added.', + 'failure' => 'Something went wrong adding the Maintenance, please try again.', ], 'edit' => [ - 'title' => 'Edite a manutenção agendada', - 'success' => 'A programação foi atualizada!', - 'failure' => 'Ocorreu um problema ao editar a programação, por favor tente novamente.', + 'title' => 'Edit Maintenance', + 'success' => 'Maintenance has been updated!', + 'failure' => 'Something went wrong editing the Maintenance, please try again.', ], 'delete' => [ - 'success' => 'A manutenção programada foi excluída e não aparecerá na sua página de status.', - 'failure' => 'A manutenção programada não pode ser excluída, por favor tente novamente.', + 'success' => 'The Maintenance has been deleted and will not show on your status page.', + 'failure' => 'The Maintenance could not be deleted, please try again.', ], ], @@ -158,12 +158,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Assinantes', 'description' => 'Assinantes vão receber atualizações de e-mail quando incidentes criados ou componentes atualizados.', - 'description_disabled' => 'Para utilizar esse recurso, você precisa permitir que as pessoas se cadastrem para notificações.', + 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', 'verified' => 'Verificado', 'not_verified' => 'Não verificado', 'subscriber' => ':email, inscreveu-se em :date', 'no_subscriptions' => 'Inscrito em todas as atualizações', - 'global' => 'Inscrito globalmente', + 'global' => 'Globally subscribed', 'add' => [ 'title' => 'Adicionar um novo assinante', 'success' => 'Inscrito adicionado.', @@ -227,11 +227,11 @@ return [ 'footer' => 'HTML de rodapé personalizado', ], 'mail' => [ - 'mail' => 'E-Mail', - 'test' => 'Teste', + 'mail' => 'Mail', + 'test' => 'Test', 'email' => [ - 'subject' => 'Notificação de teste do Cachet', - 'body' => 'Esta é uma notificação de teste do Cachet.', + 'subject' => 'Test notification from Cachet', + 'body' => 'This is a test notification from Cachet.', ], ], 'security' => [