]> BookStack Code Mirror - bookstack/blobdiff - lang/de/activities.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / de / activities.php
index 5099209475e07bc9b3d95a47e5875d71a610e2c3..025cbaeffab11f95f360309a7fa78c14a69a1613 100644 (file)
@@ -50,7 +50,7 @@ return [
     'bookshelf_delete_notification'    => 'Regal erfolgreich gelöscht',
 
     // Revisions
-    'revision_restore' => 'widerherstellte Revision',
+    'revision_restore' => 'stellte Revision wieder her:',
     'revision_delete' => 'löschte Revision',
     'revision_delete_notification' => 'Revision erfolgreich gelöscht',
 
@@ -84,6 +84,14 @@ return [
     'webhook_delete' => 'löschte Webhook',
     'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
 
+    // Imports
+    'import_create' => 'Import erstellt',
+    'import_create_notification' => 'Import erfolgreich hochgeladen',
+    'import_run' => 'Import aktualisiert',
+    'import_run_notification' => 'Inhalt erfolgreich importiert',
+    'import_delete' => 'Import gelöscht',
+    'import_delete_notification' => 'Import erfolgreich gelöscht',
+
     // Users
     'user_create' => 'hat Benutzer erzeugt:',
     'user_create_notification' => 'Benutzer erfolgreich erstellt',
@@ -119,6 +127,14 @@ return [
     'comment_update'              => 'Kommentar aktualisiert',
     'comment_delete'              => 'Kommentar gelöscht',
 
+    // Sort Rules
+    'sort_rule_create' => 'hat eine Sortierregel erstellt',
+    'sort_rule_create_notification' => 'Sortierregel erfolgreich angelegt',
+    'sort_rule_update' => 'hat eine Sortierregel aktualisiert',
+    'sort_rule_update_notification' => 'Sortierregel erfolgreich aktualisiert',
+    'sort_rule_delete' => 'hat eine Sortierregel gelöscht',
+    'sort_rule_delete_notification' => 'Sortierregel erfolgreich gelöscht',
+
     // Other
     'permissions_update'          => 'hat die Berechtigungen aktualisiert',
 ];