From 25c893c3d0dfeb640b4a6565bd7c7ff38664ea52 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:25 +0000 Subject: [PATCH] New translations cachet.php (French) --- resources/lang/fr-FR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 3a992288..26908f3d 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/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' => 'Restez à jour avec les dernières mises à jour de :app.', + ], + ], + // Other 'home' => 'Accueil', - 'description' => 'Restez à jour avec les dernières mises à jour de :app.', 'powered_by' => 'Propulsé par Cachet.', 'timezone' => 'Les heures sont affichées avec le fuseau horaire :timezone.', 'about_this_site' => 'À propos du site',