diff --git a/lang/fr_FR/general.php b/lang/fr_FR/general.php index 1865af7d7..02c0a5486 100644 --- a/lang/fr_FR/general.php +++ b/lang/fr_FR/general.php @@ -48,10 +48,12 @@ 'settings' => 'Réglages', 'users' => 'Utilisateurs', 'documentation' => 'Documentation', + 'documentation_description' => 'Besoin d\'aide pour démarrer ou configurer vos tests de vitesse ?', 'view_documentation' => 'Afficher la documentation', 'links' => 'Liens', 'donate' => 'Faire un don', 'donations' => 'Dons', + 'donations_description' => 'Soutenez le développement et la maintenance de Speedtest Tracker en faisant un don.', // Roles 'admin' => 'Administrateur', diff --git a/lang/fr_FR/settings/notifications.php b/lang/fr_FR/settings/notifications.php index 4a9bef1f6..183f93b74 100644 --- a/lang/fr_FR/settings/notifications.php +++ b/lang/fr_FR/settings/notifications.php @@ -56,6 +56,7 @@ 'webhook' => [ 'add' => 'Ajouter des URL de webhook !', 'sent' => 'Notification de test du webhook envoyée.', + 'failed' => 'Échec de la notification Webhook.', 'payload' => 'Test de la notification de webhook', ], ],