diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php index 81c5c9b8..841c93b3 100644 --- a/resources/lang/fr-FR/cachet.php +++ b/resources/lang/fr-FR/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Aucun incident signalé', - 'past' => 'Incidents antérieurs', - 'previous_week' => 'Semaine précédente', - 'next_week' => 'Semaine suivante', - 'stickied' => 'Incidents épinglés', - 'scheduled' => 'Maintenance Planifiée', - 'scheduled_at' => ', planifé à :timestamp', - 'posted' => 'Posté à :timestamp', - 'status' => [ + 'none' => 'Aucun incident signalé', + 'past' => 'Incidents antérieurs', + 'stickied' => 'Incidents épinglés', + 'scheduled' => 'Maintenance Planifiée', + 'scheduled_at' => ', planifé à :timestamp', + 'posted' => 'Posté à :timestamp', + 'status' => [ 1 => 'Enquête en cours', 2 => 'Identifié', 3 => 'Sous surveillance', @@ -77,7 +75,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => 'Se désinscrire par :link', 'button' => 'S\'abonner', 'manage' => [ 'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Flux des statuts', -]; +]; \ No newline at end of file