New translations activities.php (Portuguese)

This commit is contained in:
Dan Brown 2022-07-12 13:03:47 +01:00
parent f3d7d06536
commit a99cbcfe12

View File

@ -28,8 +28,8 @@ return [
// Books
'book_create' => 'livro criado',
'book_create_notification' => 'Livro criado com sucesso',
'book_create_from_chapter' => 'converted chapter to book',
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
'book_create_from_chapter' => 'capítulo convertido para lívro',
'book_create_from_chapter_notification' => 'Capítulo convertido em livro com sucesso',
'book_update' => 'livro atualizado',
'book_update_notification' => 'Livro atualizado com sucesso',
'book_delete' => 'livro eliminado',
@ -40,8 +40,8 @@ return [
// Bookshelves
'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_create_from_book' => 'livro convertido para estante',
'bookshelf_create_from_book_notification' => 'Livro convertido em prateleira com sucesso',
'bookshelf_update' => 'estante atualizada',
'bookshelf_update_notification' => 'Estante atualizada com sucesso',
'bookshelf_delete' => 'excluiu a prateleira',