- '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:',
+ 'book_create' => 'erstellte Buch',
+ 'book_create_notification' => 'Das Buch wurde erfolgreich erstellt.',
+ 'book_update' => 'aktualisierte Buch',
+ 'book_update_notification' => 'Das Buch wurde erfolgreich aktualisiert.',
+ 'book_delete' => 'löschte Buch',
+ 'book_delete_notification' => 'Das Buch wurde erfolgreich gelöscht.',
+ 'book_sort' => 'sortierte Buch',
+ 'book_sort_notification' => 'Das Buch wurde erfolgreich umsortiert.',
+
+ // Bookshelves
+ 'bookshelf_create' => 'erstellt Bücherregal',
+ 'bookshelf_create_notification' => 'Das Bücherregal wurde erfolgreich erstellt',
+ 'bookshelf_update' => 'aktualisiert Bücherregal',
+ 'bookshelf_update_notification' => 'Das Bücherregal wurde erfolgreich aktualisiert',
+ 'bookshelf_delete' => 'löscht Bücherregal',
+ 'bookshelf_delete_notification' => 'Das Bücherregal wurde erfolgreich gelöscht',