diff --git a/resources/lang/fr-FR/notifications.php b/resources/lang/fr-FR/notifications.php index ac88817dd143..38ed6ae84713 100644 --- a/resources/lang/fr-FR/notifications.php +++ b/resources/lang/fr-FR/notifications.php @@ -13,83 +13,83 @@ 'component' => [ 'status_update' => [ 'mail' => [ - 'subject' => 'Component Status Updated', - 'greeting' => 'A component\'s status was updated!', - 'content' => ':name status changed from :old_status to :new_status.', + 'subject' => 'Mise à jour du statut d\'un composant', + 'greeting' => 'Un composant a été mis à jour!', + 'content' => 'Le statut de :name a changé de :old_status à :new_status.', 'action' => 'View', ], 'slack' => [ - 'title' => 'Component Status Updated', - 'content' => ':name status changed from :old_status to :new_status.', + 'title' => 'Mise à jour du statut d\'un composant', + 'content' => 'Le statut de :name a changé de :old_status à :new_status.', ], 'sms' => [ - 'content' => ':name status changed from :old_status to :new_status.', + 'content' => 'Le statut de :name a changé de :old_status à :new_status.', ], ], ], 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Incident Reported', - 'greeting' => 'A new incident was reported at :app_name.', - 'content' => 'Incident :name was reported', + 'subject' => 'Nouvel incident signalé', + 'greeting' => 'Un nouvel incident a été signalé pour :app_name.', + 'content' => 'L\'incident :name a été signalé', 'action' => 'View', ], 'slack' => [ - 'title' => 'Incident :name Reported', - 'content' => 'A new incident was reported at :app_name', + 'title' => 'Incident :name signalé', + 'content' => 'Une nouvel incident a été reporté pour :app_name', ], 'sms' => [ - 'content' => 'A new incident was reported at :app_name.', + 'content' => 'Un nouvel incident a été signalé pour :app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'Incident Updated', - 'content' => ':name was updated', - 'title' => ':name was updated to :new_status', + 'subject' => 'Incident :name mis à jourr', + 'content' => ':name a été mis à jour', + 'title' => ':name a été mmis à jour vers :new_status', 'action' => 'View', ], 'slack' => [ - 'title' => ':name Updated', - 'content' => ':name was updated to :new_status', + 'title' => 'Incident :name mis à jour', + 'content' => ':name a été mis à jour vers :new_status', ], 'sms' => [ - 'content' => 'Incident :name was updated', + 'content' => 'Incident :name mis à jour', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Schedule Created', - 'content' => ':name was scheduled for :date', - 'title' => 'A new scheduled maintenance was created.', + 'subject' => 'Nouveau calendrier créé!', + 'content' => ':name a été planifié pour le :date', + 'title' => 'Une nouvelle maintenance est planifiée.', 'action' => 'View', ], 'slack' => [ - 'title' => 'New Schedule Created!', - 'content' => ':name was scheduled for :date', + 'title' => 'Nouveau calendrier créé!', + 'content' => ':name a été planifié pour le :date', ], 'sms' => [ - 'content' => ':name was scheduled for :date', + 'content' => ':name a été planifié pour le :date', ], ], ], 'subscriber' => [ 'verify' => [ 'mail' => [ - 'subject' => 'Verify Your Subscription', - 'content' => 'Click to verify your subscription to :app_name status page.', - 'title' => 'Verify your subscription to :app_name status page.', + 'subject' => 'Vérifier votre abonnement', + 'content' => 'Cliquer pour vérifier votre abonnement à :app_name status page.', + 'title' => 'Vérifier votre abonnement à :app_name status page.', 'action' => 'Verify', ], ], 'manage' => [ 'mail' => [ - 'subject' => 'Manage Your Subscription', - 'content' => 'Click to manage your subscription to :app_name status page.', - 'title' => 'Click to manage your subscription to :app_name status page.', + 'subject' => 'Gérer votre abonnement', + 'content' => 'Cliquer pour gérer votre abonnement à :app_name status page.', + 'title' => 'Gérer votre abonnement à :app_name status page.', 'action' => 'Gérer l\'abonnement', ], ], @@ -98,7 +98,7 @@ 'test' => [ 'mail' => [ 'subject' => 'Ping from Cachet!', - 'content' => 'This is a test notification from Cachet!', + 'content' => 'Ceci est une notification de la part de Cachet!', 'title' => '🔔', ], ], @@ -106,9 +106,9 @@ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'Your invitation is inside...', - 'content' => 'You have been invited to join :app_name status page.', - 'title' => 'You\'re invited to join :app_name status page.', + 'subject' => 'Votre invitation est ici...', + 'content' => 'Vous avez été invité à joindre :app_name status page.', + 'title' => 'Vous avez été invité à joindre :app_name status page.', 'action' => 'Accept', ], ],