- 'bookshelf_create' => 'created Bookshelf',
- 'bookshelf_create_notification' => 'Bookshelf Successfully Created',
- 'bookshelf_update' => 'updated bookshelf',
- 'bookshelf_update_notification' => 'Bookshelf Successfully Updated',
- 'bookshelf_delete' => 'deleted bookshelf',
- 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted',
+ 'bookshelf_create' => 'estante criada',
+ 'bookshelf_create_notification' => 'Estante criada com sucesso',
+ 'bookshelf_create_from_book' => 'converted book to bookshelf',
+ 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
+ 'bookshelf_update' => 'estante atualizada',
+ 'bookshelf_update_notification' => 'Estante atualizada com sucesso',
+ 'bookshelf_delete' => 'excluiu a prateleira',
+ 'bookshelf_delete_notification' => 'Estante eliminada com sucesso',
+
+ // Favourites
+ 'favourite_add_notification' => '":name" foi adicionado aos seus favoritos',
+ 'favourite_remove_notification' => '":name" foi removido dos seus favoritos',
+
+ // MFA
+ 'mfa_setup_method_notification' => 'Método de autenticação por múltiplos-fatores configurado com sucesso',
+ 'mfa_remove_method_notification' => 'Método de autenticação por múltiplos-fatores removido com sucesso',
+
+ // Webhooks
+ 'webhook_create' => 'webhook criado',
+ 'webhook_create_notification' => 'Webhook criado com sucesso',
+ 'webhook_update' => 'atualizar um webhook',
+ 'webhook_update_notification' => 'Webhook criado com sucesso',
+ 'webhook_delete' => 'eliminar webhook',
+ 'webhook_delete_notification' => 'Webhook criado com sucesso',
+
+ // Users
+ 'user_update_notification' => 'Utilizador atualizado com sucesso',
+ 'user_delete_notification' => 'Utilizador removido com sucesso',