From c76dc73830c69289b15543bdcfa66d737c22d071 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:08:09 +0100 Subject: [PATCH] New translations cachet.php (Portuguese) --- resources/lang/pt-PT/cachet.php | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index 9f17729a..6386af24 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/cachet.php @@ -14,28 +14,26 @@ return [ 'components' => [ 'last_updated' => 'Ultima actualização :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Desconhecido', 1 => 'Operacional', 2 => 'Problemas de performance', 3 => 'Indisponibilidade parcial', 4 => 'Indisponibilidade total', ], 'group' => [ - 'other' => 'Outros componentes', + 'other' => 'Outros Componentes', ], ], // Incidents 'incidents' => [ - 'none' => 'Nenhum incidente reportado', - 'past' => 'Incidentes anteriores', - 'previous_week' => 'Semana anterior', - 'next_week' => 'Próxima Semana', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Manutenção Agendada', - 'scheduled_at' => ', agendada :timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'Nenhum incidente reportado', + 'past' => 'Incidentes anteriores', + 'stickied' => 'Incidentes Persistentes', + 'scheduled' => 'Manutenção Agendada', + 'scheduled_at' => ', agendada :timestamp', + 'posted' => 'Publicado :timestamp', + 'status' => [ 1 => 'Investigando', 2 => 'Identificado', 3 => 'Observando', @@ -46,9 +44,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Brevemente', + 1 => 'Em Progresso', + 2 => 'Concluído', ], ], @@ -77,7 +75,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Inscreva-se para obter as atualizações mais recentes', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => 'Subscrição cancelada em :link', 'button' => 'Subscrever', 'manage' => [ 'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.', @@ -122,10 +120,10 @@ return [ 'home' => 'Início', 'description' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.', 'powered_by' => 'Suportado por Cachet.', - 'timezone' => 'Times are shown in :timezone.', + 'timezone' => 'Tempos são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Feed de Estado', -]; +]; \ No newline at end of file