]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/fr/activities.php
fix(wysiwyg): preserves line feeds in code block mode
[bookstack] / resources / lang / fr / activities.php
index 9850bc93cd23068bd5d14f23987dd5594323a325..8f57cd500d11b33b46a020ea778461b4eab19ce4 100644 (file)
@@ -33,7 +33,7 @@ return [
     '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',
@@ -51,6 +51,14 @@ return [
     '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'          => 'a mis à jour les autorisations sur',