X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3246/head:/resources/lang/fr/activities.php diff --git a/resources/lang/fr/activities.php b/resources/lang/fr/activities.php index df6cacf17..8f57cd500 100644 --- a/resources/lang/fr/activities.php +++ b/resources/lang/fr/activities.php @@ -26,14 +26,14 @@ return [ 'chapter_move' => 'a déplacé le chapitre', // Books - 'book_create' => 'a créé le livre', + 'book_create' => 'a créé un livre', 'book_create_notification' => 'Livre créé avec succès', 'book_update' => 'a modifié le livre', 'book_update_notification' => 'Livre modifié avec succès', - 'book_delete' => 'a supprimé le livre', + 'book_delete' => 'a supprimé un livre', 'book_delete_notification' => 'Livre supprimé avec succès', 'book_sort' => 'a réordonné le livre', - 'book_sort_notification' => 'Livre réordonné avec succès', + 'book_sort_notification' => 'Livre restauré avec succès', // Bookshelves 'bookshelf_create' => 'a créé l\'étagère', @@ -48,10 +48,18 @@ return [ 'favourite_remove_notification' => '":name" a été supprimé de vos favoris', // MFA - 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', - 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + 'mfa_setup_method_notification' => 'Méthode multi-facteurs configurée avec succès', + 'mfa_remove_method_notification' => 'Méthode multi-facteurs supprimée avec succès', + + // Webhooks + 'webhook_create' => 'Créer un Webhook', + 'webhook_create_notification' => 'Webhook créé avec succès', + 'webhook_update' => 'éditer un Webhook', + 'webhook_update_notification' => 'Webhook modifié avec succès', + 'webhook_delete' => 'supprimer un Webhook', + 'webhook_delete_notification' => 'Webhook supprimé avec succès', // Other 'commented_on' => 'a commenté', - 'permissions_update' => 'mettre à jour les autorisations', + 'permissions_update' => 'a mis à jour les autorisations sur', ];