X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3570/head:/resources/lang/de/activities.php diff --git a/resources/lang/de/activities.php b/resources/lang/de/activities.php index 249bfc453..fc7291a5d 100644 --- a/resources/lang/de/activities.php +++ b/resources/lang/de/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => 'hat das Buch erstellt', 'book_create_notification' => 'Das Buch wurde erfolgreich erstellt', + 'book_create_from_chapter' => 'converted chapter to book', + 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_update' => 'hat das Buch aktualisiert', 'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert', 'book_delete' => 'hat das Buch gelöscht', @@ -36,8 +38,10 @@ return [ 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert', // Bookshelves - 'bookshelf_create' => 'hat das Bücherregal erstellt', + 'bookshelf_create' => 'erstelltes Bücherregal', 'bookshelf_create_notification' => 'Das Bücherregal wurde erfolgreich erstellt', + 'bookshelf_create_from_book' => 'converted book to bookshelf', + 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', 'bookshelf_update' => 'hat das Bücherregal geändert', 'bookshelf_update_notification' => 'Das Bücherregal wurde erfolgreich geändert', 'bookshelf_delete' => 'hat das Bücherregal gelöscht', @@ -48,8 +52,20 @@ return [ 'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt', // MFA - 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', - 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + 'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert', + 'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt', + + // Webhooks + 'webhook_create' => 'erstellter Webhook', + 'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet', + 'webhook_update' => 'aktualisierter Webhook', + 'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert', + 'webhook_delete' => 'gelöschter Webhook', + 'webhook_delete_notification' => 'Webhook wurde erfolgreich gelöscht', + + // Users + 'user_update_notification' => 'Benutzer erfolgreich aktualisiert', + 'user_delete_notification' => 'Benutzer erfolgreich entfernt', // Other 'commented_on' => 'hat einen Kommentar hinzugefügt',