From 6fd6de00cdfc4d3970ca7ae1dd1cc0f124f2ec15 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:40:39 +0100 Subject: [PATCH] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index d4ffbb32..a0ef5fd2 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Última atualização :timestamp', 'status' => [ - 0 => 'Desconhecido', + 0 => 'Unknown', 1 => 'Operacional', 2 => 'Problemas de performance', 3 => 'Indisponibilidade parcial', @@ -29,11 +29,11 @@ return [ 'incidents' => [ 'none' => 'Nenhum incidente reportado', 'past' => 'Incidentes anteriores', - 'stickied' => 'Incidentes Fixados', - 'scheduled' => 'Manutenção', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'Maintenance', 'scheduled_at' => ', agendada :timestamp', - 'posted' => 'Postado :timestamp', - 'posted_at' => 'Postado em :timestamp', + 'posted' => 'Posted :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Investigando', 2 => 'Identificado', @@ -45,17 +45,17 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Em breve', - 1 => 'Em Progresso', - 2 => 'Concluído', + 0 => 'Upcoming', + 1 => 'In Progress', + 2 => 'Complete', ], ], // Service Status 'service' => [ - 'good' => '[0,1] Sistema operacional | [2, *] Todos os sistemas estão operacionais', - 'bad' => '[0,1] O sistema encontra-se com alguns problemas|[2,*] Alguns sistemas estão com problemas', - 'major' => '[0,1]O sistema encontra-se com uma falha geral|[2,*]Alguns sistemas encontram-se com falhas gerais', + 'good' => '[0,1]System operational|[2,*]All systems are operational', + 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', + 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues', ], 'api' => [ @@ -82,7 +82,7 @@ return [ 'manage' => [ 'no_subscriptions' => 'Você está atualmente inscrito a todas as atualizações.', 'my_subscriptions' => 'Você está atualmente inscrito para as seguintes atualizações.', - 'manage_at_link' => 'Edite as suas subscrições aqui :link', + 'manage_at_link' => 'Manage your subscriptions at :link', ], 'email' => [ 'subscribe' => 'Inscreva-se para atualizações via e-mail.', @@ -122,9 +122,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Detalhes e atualizações sobre: ​​incidente de nome que ocorreu em: data', - 'schedule' => 'Detalhes sobre o período de manutenção programada: nome começando: startDate', - 'subscribe' => 'Inscrever-se: app para receber atualizações de incidentes e períodos de manutenção programada', + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.', ], ], @@ -132,7 +132,7 @@ return [ // Other 'home' => 'Início', 'powered_by' => 'Desenvolvido por Cachet.', - 'timezone' => 'Horários são exibidos em :timezone.', + 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'Sobre este Site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom',