From debabfeb216a3d3337f2c1e5519da55a571b6b06 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 20:40:07 +0000 Subject: [PATCH] New translations dashboard.php (French) --- resources/lang/fr-FR/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php index 6daa6d96..939620a7 100644 --- a/resources/lang/fr-FR/dashboard.php +++ b/resources/lang/fr-FR/dashboard.php @@ -23,10 +23,10 @@ return [ 'incident-templates' => 'Modèles d\'incident', 'updates' => [ 'title' => 'Incident mis à jour pour : incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} Aucune mise à jour|[1] Une mise à jour|[2] Deux mises à jour|[3,*] Plusieurs mises à jour', 'add' => [ 'title' => 'Créer une mise à jour d\'incident', - 'success' => 'Your new incident update has been created.', + 'success' => 'Votre nouvelle mise à jour d\'incident a été créée.', 'failure' => 'Something went wrong with the incident update.', ], 'edit' => [