From 1b8654b87659ff33ff682721e8ea70a791548ef9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 21:00:35 +0000 Subject: [PATCH] New translations forms.php (Portuguese) --- resources/lang/pt-PT/forms.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index f972b152..7c6d6738 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => 'Você também pode usar o Markdown.', 'occurred_at' => 'When did this incident occur?', 'notify_subscribers' => 'Notificar subscritores?', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => 'Visibilidade do Incidente', 'stick_status' => 'Stick Incident', 'stickied' => 'Stickied', @@ -147,20 +148,21 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Nome do site', - 'site-url' => 'URL do site', - 'display-graphs' => 'Mostrar gráficos na página de estado?', - 'about-this-page' => 'Sobre esta página', - 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', - 'banner' => 'Imagem de Banner', - 'banner-help' => 'É recomendável que você faça upload de arquivos menores que 930px .', - 'subscribers' => 'Permitir que as pessoas subscrevam as notificações?', - 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', - 'automatic_localization' => 'Mostrar automaticamente a tradução conforme a língua do browser do visitante?', - 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', - 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', + 'site-name' => 'Nome do site', + 'site-url' => 'URL do site', + 'display-graphs' => 'Mostrar gráficos na página de estado?', + 'about-this-page' => 'Sobre esta página', + 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', + 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'banner' => 'Imagem de Banner', + 'banner-help' => "É recomendável que você faça upload de arquivos menores que 930px .", + 'subscribers' => 'Permitir que as pessoas subscrevam as notificações?', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Mostrar automaticamente a tradução conforme a língua do browser do visitante?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', + 'show_timezone' => 'Show the timezone the status page is running in.', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ 'analytics_google' => 'Código do Google Analytics',