]> BookStack Code Mirror - bookstack/blob - resources/lang/pt_BR/common.php
Update/fix german translation
[bookstack] / resources / lang / pt_BR / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => 'Cancelar',
8     'confirm' => 'Confirmar',
9     'back' => 'Voltar',
10     'save' => 'Salvar',
11     'continue' => 'Continuar',
12     'select' => 'Selecionar',
13
14     /**
15      * Form Labels
16      */
17     'name' => 'Nome',
18     'description' => 'Descrição',
19     'role' => 'Regra',
20
21     /**
22      * Actions
23      */
24     'actions' => 'Ações',
25     'view' => 'Visualizar',
26     'create' => 'Criar',
27     'update' => 'Atualizar',
28     'edit' => 'Editar',
29     'sort' => 'Ordenar',
30     'move' => 'Mover',
31     'delete' => 'Excluir',
32     'search' => 'Pesquisar',
33     'search_clear' => 'Limpar Pesquisa',
34     'reset' => 'Resetar',
35     'remove' => 'Remover',
36
37
38     /**
39      * Misc
40      */
41     'deleted_user' => 'Usuário excluído',
42     'no_activity' => 'Nenhuma atividade a mostrar',
43     'no_items' => 'Nenhum item disponível',
44     'back_to_top' => 'Voltar ao topo',
45     'toggle_details' => 'Alternar Detalhes',
46
47     /**
48      * Header
49      */
50     'view_profile' => 'Visualizar Perfil',
51     'edit_profile' => 'Editar Perfil',
52
53     /**
54      * Email Content
55      */
56     'email_action_help' => 'Se você estiver tendo problemas ao clicar o botão ":actionText", copie e cole a URL abaixo no seu navegador:',
57     'email_rights' => 'Todos os direitos reservados',
58 ];