From a7fb8b7674414438db00f9fef20656b2cec3d361 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:37 +0000 Subject: [PATCH] New translations cachet.php (Portuguese, Brazilian) --- resources/lang/pt-BR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index 83e21302..a9667f67 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + '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.', + ], + ], + // Other 'home' => 'Início', - 'description' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.', 'powered_by' => 'Desenvolvido por Cachet.', 'timezone' => 'Horários são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site',