From: Dan Brown Date: Tue, 12 Jul 2022 12:03:47 +0000 (+0100) Subject: New translations activities.php (Portuguese) X-Git-Tag: v22.07~1^2~5^2~184 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a99cbcfe121f33486f5048c048ffee29decaa479 New translations activities.php (Portuguese) --- diff --git a/resources/lang/pt/activities.php b/resources/lang/pt/activities.php index 96d729422..7ff77f097 100644 --- a/resources/lang/pt/activities.php +++ b/resources/lang/pt/activities.php @@ -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',