3 * Activity text strings.
4 * Is used for all the text within activity logs & notifications.
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',
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ída com sucesso',
26 'chapter_move' => 'moveu o capítulo',
29 'book_create' => 'criou o livro',
30 'book_create_notification' => 'Livro criado com sucesso',
31 'book_create_from_chapter' => 'capítulo convertido em livro',
32 'book_create_from_chapter_notification' => 'Capítulo convertido com sucesso em um livro',
33 'book_update' => 'atualizou o livro',
34 'book_update_notification' => 'Livro atualizado com sucesso',
35 'book_delete' => 'excluiu o livro',
36 'book_delete_notification' => 'Livro excluído com sucesso',
37 'book_sort' => 'ordenou o livro',
38 'book_sort_notification' => 'Livro reordenado com sucesso',
41 'bookshelf_create' => 'created shelf',
42 'bookshelf_create_notification' => 'Shelf successfully created',
43 'bookshelf_create_from_book' => 'converted book to shelf',
44 'bookshelf_create_from_book_notification' => 'Capítulo convertido com sucesso em um livro',
45 'bookshelf_update' => 'updated shelf',
46 'bookshelf_update_notification' => 'Shelf successfully updated',
47 'bookshelf_delete' => 'deleted shelf',
48 'bookshelf_delete_notification' => 'Shelf successfully deleted',
51 'favourite_add_notification' => '":name" foi adicionada aos seus favoritos',
52 'favourite_remove_notification' => '":name" foi removida dos seus favoritos',
55 'mfa_setup_method_notification' => 'Método de multi-fatores configurado com sucesso',
56 'mfa_remove_method_notification' => 'Método de multi-fatores removido com sucesso',
59 'webhook_create' => 'webhook criado',
60 'webhook_create_notification' => 'Webhook criado com sucesso',
61 'webhook_update' => 'webhook atualizado',
62 'webhook_update_notification' => 'Webhook atualizado com sucesso',
63 'webhook_delete' => 'webhook excluído',
64 'webhook_delete_notification' => 'Webhook excluido com sucesso',
67 'user_update_notification' => 'Usuário atualizado com sucesso',
68 'user_delete_notification' => 'Usuário removido com sucesso',
71 'commented_on' => 'comentou em',
72 'permissions_update' => 'atualizou permissões',