// Books
'book_create' => 'izveidoja grāmatu',
'book_create_notification' => 'Grāmata veiksmīgi izveidota',
+ 'book_create_from_chapter' => 'converted chapter to book',
+ 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_update' => 'atjaunoja grāmatu',
'book_update_notification' => 'Grāmata veiksmīgi atjaunināta',
'book_delete' => 'izdzēsa grāmatu',
'book_sort_notification' => 'Grāmata veiksmīgi pārkārtota',
// Bookshelves
- 'bookshelf_create' => 'izveidoja plautku',
- 'bookshelf_create_notification' => 'Plaukts veiksmīgi izveidots',
- 'bookshelf_update' => 'atjaunoja plauktu',
- 'bookshelf_update_notification' => 'Plaukts veiksmīgi atjaunināts',
- 'bookshelf_delete' => 'izdzēsa plauktu',
- 'bookshelf_delete_notification' => 'Plaukts veiksmīgi dzēsts',
+ 'bookshelf_create' => 'created shelf',
+ 'bookshelf_create_notification' => 'Shelf successfully created',
+ 'bookshelf_create_from_book' => 'converted book to shelf',
+ 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
+ 'bookshelf_update' => 'updated shelf',
+ 'bookshelf_update_notification' => 'Shelf successfully updated',
+ 'bookshelf_delete' => 'deleted shelf',
+ 'bookshelf_delete_notification' => 'Shelf successfully deleted',
// Favourites
'favourite_add_notification' => '":name" ir pievienots jūsu favorītiem',
'webhook_delete' => 'izdzēsa webhook',
'webhook_delete_notification' => 'Webhook veiksmīgi izdzēsts',
+ // Users
+ 'user_update_notification' => 'Lietotājs veiksmīgi atjaunināts',
+ 'user_delete_notification' => 'Lietotājs veiksmīgi dzēsts',
+
// Other
'commented_on' => 'komentēts',
'permissions_update' => 'atjaunoja atļaujas',