]> BookStack Code Mirror - bookstack/blob - resources/lang/pt_BR/activities.php
Fixes padding issues of the sidebar's items
[bookstack] / resources / lang / pt_BR / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'criou a página',
10     'page_create_notification'    => 'Página criada com sucesso',
11     'page_update'                 => 'atualizou a página',
12     'page_update_notification'    => 'Página atualizada com sucesso',
13     'page_delete'                 => 'excluiu a página',
14     'page_delete_notification'    => 'Página excluída com sucesso',
15     'page_restore'                => 'restaurou a página',
16     'page_restore_notification'   => 'Página restaurada com sucesso',
17     'page_move'                   => 'moveu a página',
18
19     // Chapters
20     'chapter_create'              => 'criou o capítulo',
21     'chapter_create_notification' => 'Capítulo criado com sucesso',
22     'chapter_update'              => 'atualizou o capítulo',
23     'chapter_update_notification' => 'Capítulo atualizado com sucesso',
24     'chapter_delete'              => 'excluiu o capítulo',
25     'chapter_delete_notification' => 'Capítulo excluído com sucesso',
26     'chapter_move'                => 'moveu o capítulo',
27
28     // Books
29     'book_create'                 => 'criou o livro',
30     'book_create_notification'    => 'Livro criado com sucesso',
31     'book_update'                 => 'atualizou o livro',
32     'book_update_notification'    => 'Livro atualizado com sucesso',
33     'book_delete'                 => 'excluiu o livro',
34     'book_delete_notification'    => 'Livro excluído com sucesso',
35     'book_sort'                   => 'ordenou o livro',
36     'book_sort_notification'      => 'Livro reordenado com sucesso',
37
38     // Bookshelves
39     'bookshelf_create'            => 'criou a prateleira',
40     'bookshelf_create_notification'    => 'Prateleira criada com sucesso',
41     'bookshelf_update'                 => 'atualizou a prateleira',
42     'bookshelf_update_notification'    => 'Prateleira atualizada com sucesso',
43     'bookshelf_delete'                 => 'excluiu a prateleira',
44     'bookshelf_delete_notification'    => 'Prateleira excluída com sucesso',
45
46     // Favourites
47     'favourite_add_notification' => '":name" has been added to your favourites',
48     'favourite_remove_notification' => '":name" has been removed from your favourites',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
52     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
53
54     // Other
55     'commented_on'                => 'comentou em',
56     'permissions_update'          => 'atualizou permissões',
57 ];