- 'book_create' => 'hat Buch erstellt:',
- 'book_create_notification' => 'hat Buch erfolgreich erstellt:',
- 'book_update' => 'hat Buch aktualisiert:',
- 'book_update_notification' => 'hat Buch erfolgreich aktualisiert:',
- 'book_delete' => 'hat Buch gelöscht:',
- 'book_delete_notification' => 'hat Buch erfolgreich gelöscht:',
- 'book_sort' => 'hat Buch sortiert:',
- 'book_sort_notification' => 'hat Buch erfolgreich neu sortiert:',
-
- // Other
- 'commented_on' => 'kommentierte',
+ 'book_create' => 'hat das Buch erstellt',
+ 'book_create_notification' => 'Buch erfolgreich erstellt',
+ 'book_create_from_chapter' => 'umgewandeltes Kapitel zum Buch',
+ 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt',
+ 'book_update' => 'hat das Buch aktualisiert',
+ 'book_update_notification' => 'Buch erfolgreich aktualisiert',
+ 'book_delete' => 'hat das Buch gelöscht',
+ 'book_delete_notification' => 'Buch erfolgreich gelöscht',
+ 'book_sort' => 'hat die Buch-Sortierung geändert',
+ 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert',
+
+ // Bookshelves
+ 'bookshelf_create' => 'erstelltes Regal',
+ 'bookshelf_create_notification' => 'Regal erfolgreich erstellt',
+ 'bookshelf_create_from_book' => 'zu Regal konvertiertes Buch',
+ 'bookshelf_create_from_book_notification' => 'Buch erfolgreich in ein Regal konvertiert',
+ 'bookshelf_update' => 'aktualisiertes Regal',
+ 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert',
+ 'bookshelf_delete' => 'gelöschtes Regal',
+ 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" wurde zu Ihren Favoriten hinzugefügt',
+ 'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt',