mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-23 07:33:11 +08:00
New translations activities.php (Portuguese, Brazilian)
This commit is contained in:
parent
71c53169a9
commit
86be374acb
@ -40,14 +40,14 @@ return [
|
||||
'book_sort_notification' => 'Livro reordenado com sucesso',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'prateleira criada',
|
||||
'bookshelf_create' => 'estante 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' => 'prateleira atualizada',
|
||||
'bookshelf_update_notification' => 'Prateleira atualizada com sucesso',
|
||||
'bookshelf_delete' => 'prateleira excluída',
|
||||
'bookshelf_delete_notification' => 'Prateleira excluída com sucesso',
|
||||
'bookshelf_create_from_book_notification' => 'Livro convertido com sucesso em uma estante',
|
||||
'bookshelf_update' => 'estante atualizada',
|
||||
'bookshelf_update_notification' => 'Estante atualizada com sucesso',
|
||||
'bookshelf_delete' => 'estante excluída',
|
||||
'bookshelf_delete_notification' => 'Estante excluída com sucesso',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'revisão restaurada',
|
||||
@ -85,12 +85,12 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook excluido com sucesso',
|
||||
|
||||
// Imports
|
||||
'import_create' => 'created import',
|
||||
'import_create_notification' => 'Import successfully uploaded',
|
||||
'import_run' => 'updated import',
|
||||
'import_run_notification' => 'Content successfully imported',
|
||||
'import_delete' => 'deleted import',
|
||||
'import_delete_notification' => 'Import successfully deleted',
|
||||
'import_create' => 'importação criada',
|
||||
'import_create_notification' => 'Importação carregada com sucesso',
|
||||
'import_run' => 'importação atualizada',
|
||||
'import_run_notification' => 'Conteúdo importado com sucesso',
|
||||
'import_delete' => 'importação excluída',
|
||||
'import_delete_notification' => 'Importação excluída com sucesso',
|
||||
|
||||
// Users
|
||||
'user_create' => 'usuário criado',
|
||||
|
Loading…
x
Reference in New Issue
Block a user