From 998cf279bce05b8694506d456c135e795ee635b9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:32 +0000 Subject: [PATCH] New translations cachet.php (Portuguese) --- resources/lang/pt-PT/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index b8109ed2..0ec2bd1f 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/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 actualizado relativamente às alterações de serviço do :app.', + ], + ], + // Other 'home' => 'Início', - 'description' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.', 'powered_by' => 'Suportado por Cachet.', 'timezone' => 'Tempos são exibidos em :timezone.', 'about_this_site' => 'Sobre este Site',