From 2a790a5daad0b0379067d21ed590ec4de68ae488 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 13 Jun 2019 00:30:14 +0100 Subject: [PATCH 1/4] New translations dashboard.php (Portuguese, Brazilian) --- resources/lang/pt-BR/dashboard.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index ceec3ea1..912b3dc9 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -30,12 +30,12 @@ return [ 'failure' => 'Algo deu errado com a atualização do incidente.', ], 'edit' => [ - 'title' => 'Edit incident update', + 'title' => 'Editar atualização do incidente', 'success' => 'The incident update has been updated.', 'failure' => 'Something went wrong updating the incident update', ], ], - 'reported_by' => 'Reported by :user', + 'reported_by' => 'Reportado por :user', 'add' => [ 'title' => 'Relatar um incidente', 'success' => 'Incidente adicionado.', @@ -83,13 +83,13 @@ return [ 'failure' => 'Something went wrong adding the Maintenance, please try again.', ], 'edit' => [ - 'title' => 'Edit Maintenance', - 'success' => 'Maintenance has been updated!', - 'failure' => 'Something went wrong editing the Maintenance, please try again.', + 'title' => 'Editar Manutenção', + 'success' => 'Manutenção atualizada!', + 'failure' => 'Algo deu errado ao editar a Manutenção, por favor tente novamente.', ], 'delete' => [ - 'success' => 'The Maintenance has been deleted and will not show on your status page.', - 'failure' => 'The Maintenance could not be deleted, please try again.', + 'success' => 'A manutenção programada foi excluída e não aparecerá na sua página de status.', + 'failure' => 'A Manutenção não pôde ser excluída, por favor tente novamente.', ], ], @@ -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' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Para utilizar esse recurso, você precisa permitir que as pessoas se cadastrem para notificações.', 'verified' => 'Verificado', 'not_verified' => 'Não verificado', 'subscriber' => ':email, inscreveu-se em :date', 'no_subscriptions' => 'Inscrito em todas as atualizações', - 'global' => 'Globally subscribed', + 'global' => 'Inscrito globalmente', 'add' => [ 'title' => 'Adicionar um novo assinante', 'success' => 'Inscrito adicionado.', From 8a6ab70f1c5fb49c172a28be5848f1808a0fc3aa Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 13 Jun 2019 00:40:14 +0100 Subject: [PATCH 2/4] New translations dashboard.php (Portuguese, Brazilian) --- resources/lang/pt-BR/dashboard.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php index 912b3dc9..4933c85c 100644 --- a/resources/lang/pt-BR/dashboard.php +++ b/resources/lang/pt-BR/dashboard.php @@ -26,13 +26,13 @@ return [ 'count' => '{0}Nenhuma atualização|[1]Uma atualização|[2]Duas atualizações|[3,*]Várias atualizações', 'add' => [ 'title' => 'Crie uma nova atualização de incidente', - 'success' => 'Your new incident update has been created.', + 'success' => 'Sua atualização de incidente foi criada.', 'failure' => 'Algo deu errado com a atualização do incidente.', ], 'edit' => [ 'title' => 'Editar atualização do incidente', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'success' => 'Sua atualização de incidente foi atualizada.', + 'failure' => 'Algo deu errado ao atualizar as informações do incidente', ], ], 'reported_by' => 'Reportado por :user', @@ -56,7 +56,7 @@ return [ 'title' => 'Template de incidentes', 'add' => [ 'title' => 'Criar um modelo de incidente', - 'message' => 'Create your first incident template.', + 'message' => 'Crie seu primeiro template de incidente.', 'success' => 'Seu novo modelo de incidente foi criado.', 'failure' => 'Algo deu errado com o modelo de incidente.', ], @@ -75,12 +75,12 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Manutenção', - 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', + 'logged' => '{0}Ainda não ocorreu nenhuma manuteção, bom trabalho. |[1]Você agendou uma manuteção. | [2, *] Você adicionou : manutenções.', 'scheduled_at' => 'Agendada em :timestamp', 'add' => [ 'title' => 'Adicionar manutenção agendada', - 'success' => 'Maintenance added.', - 'failure' => 'Something went wrong adding the Maintenance, please try again.', + 'success' => 'Manutenção adicionada.', + 'failure' => 'Algo deu errado ao adicionar a Manutenção, por favor tente novamente.', ], 'edit' => [ 'title' => 'Editar Manutenção', From f823a93c06d1e676b8a450fd4ed289b2a2981bfa Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 13 Jun 2019 00:40:15 +0100 Subject: [PATCH 3/4] New translations pagination.php (Portuguese, Brazilian) --- resources/lang/pt-BR/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 0ee724cf..7c01792f 100644 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => 'Anterior', + 'next' => 'Avançar', ]; From 7ae29e4063a731f91752c5bca7fdeec814c7a16d Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 13 Jun 2019 00:50:13 +0100 Subject: [PATCH 4/4] New translations pagination.php (Portuguese, Brazilian) --- resources/lang/pt-BR/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 7c01792f..2eccd922 100644 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -23,6 +23,6 @@ return [ */ 'previous' => 'Anterior', - 'next' => 'Avançar', + 'next' => 'Próxima', ];