- 'book_create' => 'Buch erstellt',
- 'book_create_notification' => 'Das Buch wurde erfolgreich erstellt.',
- 'book_update' => 'Buch aktualisiert',
- 'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert.',
- 'book_delete' => 'Buch gelöscht',
- 'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht.',
- 'book_sort' => 'Buch sortiert',
- 'book_sort_notification' => 'Das Buch wurde erfolgreich neu sortiert.',
-
- // Other
- 'commented_on' => 'kommentierte',
+ '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',
+ 'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht',
+ 'book_sort' => 'hat die Buch-Sortierung geändert',
+ 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert',
+
+ // Bookshelves
+ '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',
+ 'bookshelf_delete_notification' => 'Das Bücherregal wurde erfolgreich gelöscht',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
+ 'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt',