]> BookStack Code Mirror - bookstack/blobdiff - lang/fr/activities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / fr / activities.php
index 8baf3d385abfdf39e834a5a30a850e4b5cefbfb9..b65134a24098f87a0ad385eda7c10f4795d12363 100644 (file)
@@ -58,6 +58,9 @@ return [
     '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' => 'connecté',
     'auth_register' => 'enregistré en tant que nouvel utilisateur',
@@ -81,6 +84,14 @@ return [
     'webhook_delete' => 'supprimer un Webhook',
     'webhook_delete_notification' => 'Webhook supprimé avec succès',
 
+    // Imports
+    'import_create' => 'import créé',
+    'import_create_notification' => 'Importation envoyée avec succès',
+    'import_run' => 'importation mise à jour',
+    'import_run_notification' => 'Contenu importé avec succès',
+    'import_delete' => 'import supprimé',
+    'import_delete_notification' => 'Importation supprimée avec succès',
+
     // Users
     'user_create' => 'utilisateur créé',
     'user_create_notification' => 'Utilisateur créé avec succès',
@@ -90,11 +101,11 @@ return [
     'user_delete_notification' => 'Utilisateur supprimé avec succès',
 
     // API Tokens
-    'api_token_create' => 'jeton d\'api créé',
+    'api_token_create' => 'a créé un jeton API',
     'api_token_create_notification' => 'Jeton d\'API créé avec succès',
-    'api_token_update' => 'jeton d\'api mis à jour',
+    'api_token_update' => 'a mis à jour un jeton API',
     'api_token_update_notification' => 'Jeton d\'API mis à jour avec succès',
-    'api_token_delete' => 'jeton d\'api supprimé',
+    'api_token_delete' => 'a supprimé un jeton API',
     'api_token_delete_notification' => 'Jeton d\'API supprimé avec succès',
 
     // Roles
@@ -110,7 +121,20 @@ return [
     '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é',
+
+    // Sort Rules
+    'sort_rule_create' => 'règle de tri crée',
+    'sort_rule_create_notification' => 'Règle de tri crée avec succès',
+    'sort_rule_update' => 'règle de tri mise à jour',
+    'sort_rule_update_notification' => 'Règle de tri mise à jour avec succès',
+    'sort_rule_delete' => 'règle de tri supprimée',
+    'sort_rule_delete_notification' => 'La règle de tri a été supprimée avec succès',
+
+    // Other
     'permissions_update'          => 'a mis à jour les autorisations sur',
 ];