return [
// Pages
- 'page_create' => 'criou a página',
+ 'page_create' => 'página criada',
'page_create_notification' => 'Página criada com sucesso',
'page_update' => 'atualizou a página',
'page_update_notification' => 'Página atualizada com sucesso',
'book_sort_notification' => 'Livro reordenado com sucesso',
// Bookshelves
- 'bookshelf_create' => 'created shelf',
- 'bookshelf_create_notification' => 'Shelf successfully created',
- 'bookshelf_create_from_book' => 'converted book to shelf',
+ 'bookshelf_create' => 'prateleira criada',
+ 'bookshelf_create_notification' => 'Prateleira criada com sucesso',
+ 'bookshelf_create_from_book' => 'livro convertido em estante',
'bookshelf_create_from_book_notification' => 'Capítulo convertido com sucesso em um livro',
- 'bookshelf_update' => 'updated shelf',
- 'bookshelf_update_notification' => 'Shelf successfully updated',
- 'bookshelf_delete' => 'deleted shelf',
- 'bookshelf_delete_notification' => 'Shelf successfully deleted',
+ 'bookshelf_update' => 'prateleira atualizada',
+ 'bookshelf_update_notification' => 'Prateleira atualizada com sucesso',
+ 'bookshelf_delete' => 'prateleira excluída',
+ 'bookshelf_delete_notification' => 'Prateleira excluída com sucesso',
// Favourites
'favourite_add_notification' => '":name" foi adicionada aos seus favoritos',