]> BookStack Code Mirror - bookstack/blobdiff - lang/fr/activities.php
respective book and chapter structure added.
[bookstack] / lang / fr / activities.php
index 4ccaeb7457e40a917a192a20694e3d004629d130..7acf5931a28bdcd2bcb292ccf86d5fe5585a2f8d 100644 (file)
@@ -15,7 +15,7 @@ return [
     'page_restore'                => 'a restauré la page',
     'page_restore_notification'   => 'Page restaurée avec succès',
     'page_move'                   => 'a déplacé la page',
-    'page_move_notification'      => 'Page successfully moved',
+    'page_move_notification'      => 'Page déplacée avec succès',
 
     // Chapters
     'chapter_create'              => 'a créé le chapitre',
@@ -25,7 +25,7 @@ return [
     'chapter_delete'              => 'a supprimé le chapitre',
     'chapter_delete_notification' => 'Chapitre supprimé avec succès',
     'chapter_move'                => 'a déplacé le chapitre',
-    'chapter_move_notification' => 'Chapter successfully moved',
+    'chapter_move_notification' => 'Chapitre déplacé avec succès',
 
     // Books
     'book_create'                 => 'a créé un livre',
@@ -50,28 +50,31 @@ return [
     'bookshelf_delete_notification'    => 'Étagère supprimée avec succès',
 
     // Revisions
-    'revision_restore' => 'restored revision',
-    'revision_delete' => 'deleted revision',
-    'revision_delete_notification' => 'Revision successfully deleted',
+    'revision_restore' => 'a restauré la révision',
+    'revision_delete' => 'révision supprimée',
+    'revision_delete_notification' => 'Révision supprimée avec succès',
 
     // Favourites
     'favourite_add_notification' => '":name" a été ajouté dans vos favoris',
     'favourite_remove_notification' => '":name" a été supprimé de vos favoris',
 
+    // Watching
+    'watch_update_level_notification' => 'Suivre les préférences mises à jour avec succès',
+
     // Auth
-    'auth_login' => 'logged in',
-    'auth_register' => 'registered as new user',
-    'auth_password_reset_request' => 'requested user password reset',
-    'auth_password_reset_update' => 'reset user password',
-    'mfa_setup_method' => 'configured MFA method',
+    'auth_login' => 'connecté',
+    'auth_register' => 'enregistré en tant que nouvel utilisateur',
+    'auth_password_reset_request' => 'demande de réinitialisation du mot de passe',
+    'auth_password_reset_update' => 'réinitialisation du mot de passe',
+    'mfa_setup_method' => 'méthode MFA configurée',
     'mfa_setup_method_notification' => 'Méthode multi-facteurs configurée avec succès',
-    'mfa_remove_method' => 'removed MFA method',
+    'mfa_remove_method' => 'méthode MFA supprimée',
     'mfa_remove_method_notification' => 'Méthode multi-facteurs supprimée avec succès',
 
     // Settings
-    'settings_update' => 'updated settings',
-    'settings_update_notification' => 'Settings successfully updated',
-    'maintenance_action_run' => 'ran maintenance action',
+    'settings_update' => 'paramètres mis à jour',
+    'settings_update_notification' => 'Paramètres mis à jour avec succès',
+    'maintenance_action_run' => 'exécuter l\'action de maintenance',
 
     // Webhooks
     'webhook_create' => 'Créer un Webhook',
@@ -82,35 +85,40 @@ return [
     'webhook_delete_notification' => 'Webhook supprimé avec succès',
 
     // Users
-    'user_create' => 'created user',
-    'user_create_notification' => 'User successfully created',
-    'user_update' => 'updated user',
+    'user_create' => 'utilisateur créé',
+    'user_create_notification' => 'Utilisateur créé avec succès',
+    'user_update' => 'utilisateur mis à jour',
     'user_update_notification' => 'Utilisateur mis à jour avec succès',
-    'user_delete' => 'deleted user',
+    'user_delete' => 'utilisateur supprimé',
     'user_delete_notification' => 'Utilisateur supprimé avec succès',
 
     // API Tokens
-    'api_token_create' => 'created api token',
-    'api_token_create_notification' => 'API token successfully created',
-    'api_token_update' => 'updated api token',
-    'api_token_update_notification' => 'API token successfully updated',
-    'api_token_delete' => 'deleted api token',
-    'api_token_delete_notification' => 'API token successfully deleted',
+    'api_token_create' => 'a créé un jeton API',
+    'api_token_create_notification' => 'Jeton d\'API créé avec succès',
+    'api_token_update' => 'a mis à jour un jeton API',
+    'api_token_update_notification' => 'Jeton d\'API mis à jour avec succès',
+    'api_token_delete' => 'a supprimé un jeton API',
+    'api_token_delete_notification' => 'Jeton d\'API supprimé avec succès',
 
     // Roles
-    'role_create' => 'created role',
+    'role_create' => 'rôle créé',
     'role_create_notification' => 'Rôle créé avec succès',
-    'role_update' => 'updated role',
+    'role_update' => 'rôle mis à jour',
     'role_update_notification' => 'Rôle mis à jour avec succès',
-    'role_delete' => 'deleted role',
+    'role_delete' => 'rôle supprimé',
     'role_delete_notification' => 'Rôle supprimé avec succès',
 
     // Recycle Bin
-    'recycle_bin_empty' => 'emptied recycle bin',
-    'recycle_bin_restore' => 'restored from recycle bin',
-    'recycle_bin_destroy' => 'removed from recycle bin',
+    'recycle_bin_empty' => 'corbeille vidée',
+    'recycle_bin_restore' => 'restauré à partir de la corbeille',
+    'recycle_bin_destroy' => 'supprimé de la corbeille',
 
-    // Other
+    // Comments
     'commented_on'                => 'a commenté',
+    'comment_create'              => 'Commentaire ajouté',
+    'comment_update'              => 'Commentaire mis à jour',
+    'comment_delete'              => 'Commentaire supprimé',
+
+    // Other
     'permissions_update'          => 'a mis à jour les autorisations sur',
 ];