From 1879d0353af7a72553750a43f1987084abfdbeaa Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 16 May 2019 00:20:19 +0100 Subject: [PATCH 1/3] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index b629e72e3..4eba4c82b 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 => 'Unknown', + 0 => 'Desconhecido', 1 => 'Operacional', 2 => 'Problemas de performance', 3 => 'Indisponibilidade parcial', @@ -31,8 +31,8 @@ return [ 'incidents' => [ 'none' => 'Nenhum incidente reportado', 'past' => 'Incidentes anteriores', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Maintenance', + 'stickied' => 'Incidentes Fixados', + 'scheduled' => 'Manutenção', 'scheduled_at' => ', agendada :timestamp', 'posted' => 'Posted :timestamp', 'posted_at' => 'Posted at :timestamp', @@ -47,9 +47,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Em breve', + 1 => 'Em Progresso', + 2 => 'Concluído', ], ], @@ -78,7 +78,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Subscribe to status changes and incident updates', - 'unsubscribe' => 'Unsubscribe', + 'unsubscribe' => 'Cancelar inscrição', 'button' => 'Inscreva-se', 'manage_subscription' => 'Manage subscription', 'manage' => [ @@ -137,7 +137,7 @@ return [ // Other 'home' => 'Início', 'powered_by' => 'Desenvolvido por Cachet.', - 'timezone' => 'Times are shown in :timezone.', + 'timezone' => 'Horários são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', From f88fa8687849e3b9ae5334e789cb5f6fdcfa0aee Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 16 May 2019 00:30:15 +0100 Subject: [PATCH 2/3] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 4eba4c82b..33735d535 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -23,8 +23,8 @@ return [ 'group' => [ 'other' => 'Outros componentes', ], - 'select_all' => 'Select All', - 'deselect_all' => 'Deselect All', + 'select_all' => 'Marcar todos', + 'deselect_all' => 'Desmarcar todos', ], // Incidents @@ -34,8 +34,8 @@ return [ 'stickied' => 'Incidentes Fixados', 'scheduled' => 'Manutenção', 'scheduled_at' => ', agendada :timestamp', - 'posted' => 'Posted :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted' => 'Postado :timestamp', + 'posted_at' => 'Postado em :timestamp', 'status' => [ 1 => 'Investigando', 2 => 'Identificado', @@ -77,13 +77,13 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to status changes and incident updates', + 'subscribe' => 'Inscreva-se para mudanças de status e atualizações de incidentes', 'unsubscribe' => 'Cancelar inscrição', 'button' => 'Inscreva-se', 'manage_subscription' => 'Manage subscription', 'manage' => [ 'notifications' => 'Notificações', - 'notifications_for' => 'Manage notifications for', + 'notifications_for' => 'Gerenciar notificações', 'no_subscriptions' => 'Você está atualmente inscrito a todas as atualizações.', 'update_subscription' => 'Update Subscription', 'my_subscriptions' => 'Você está atualmente inscrito para as seguintes atualizações.', From ded87b3f9896f16ae7d307909b7ca53e6d4d8052 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 16 May 2019 00:30:16 +0100 Subject: [PATCH 3/3] New translations validation.php (Portuguese, Brazilian) --- resources/lang/pt-BR/validation.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index c94b7a3aa..01313bfe7 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -31,19 +31,19 @@ return [ 'array' => 'O campo :attribute deve ser um vetor.', 'before' => 'O campo :attribute deverá conter uma data anterior a :date.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', + 'numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.', + 'file' => 'O campo :attribute deve estar entre :min e :max kilobytes.', + 'string' => 'O campo :attribute deve ter entre :min e :max caracteres.', 'array' => 'O campo :attribute deve ter entre :min e :max itens.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'email' => 'The :attribute must be a valid email address.', + 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', + 'confirmed' => 'A confirmação do campo :attribute não corresponde.', + 'date' => 'O campo :attribute não é uma data válida.', + 'date_format' => 'O campo :attribute não corresponde ao formato :format.', + 'different' => 'O campo :attribute e :other devem ser diferentes.', + 'digits' => 'O campo :attribute deve ter :digits dígitos.', + 'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.', + 'email' => 'O campo :attribute deve ser um endereço de email válido.', 'exists' => 'The selected :attribute is invalid.', 'distinct' => 'O campo :attribute tem um valor duplicado.', 'filled' => 'The :attribute field is required.', @@ -84,7 +84,7 @@ return [ 'string' => 'O :attribute deve ter :size caracteres.', 'array' => 'The :attribute must contain :size items.', ], - 'string' => 'The :attribute must be a string.', + 'string' => 'O campo :attribute deve ser uma string.', 'timezone' => 'O :attribute deve ser uma zona válida.', 'unique' => 'O :attribute já existe.', 'url' => 'O formato de :attribute é inválido.',