X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/dc6013fd7e5b6c261da4ce8a88052dd3f7b5111f..refs/pull/5721/head:/lang/de/activities.php diff --git a/lang/de/activities.php b/lang/de/activities.php index 509920947..025cbaeff 100644 --- a/lang/de/activities.php +++ b/lang/de/activities.php @@ -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', ];