]> BookStack Code Mirror - bookstack/blob - resources/lang/pt_BR/common.php
Fix pt_BR translations
[bookstack] / resources / lang / pt_BR / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancelar',
9     'confirm' => 'Confirmar',
10     'back' => 'Voltar',
11     'save' => 'Salvar',
12     'continue' => 'Continuar',
13     'select' => 'Selecionar',
14     'toggle_all' => 'Alternar Tudo',
15     'more' => 'Mais',
16
17     // Form Labels
18     'name' => 'Nome',
19     'description' => 'Descrição',
20     'role' => 'Regra',
21     'cover_image' => 'Imagem de capa',
22     'cover_image_description' => 'Esta imagem deve ser aproximadamente 300x170px.',
23     
24     // Actions
25     'actions' => 'Ações',
26     'view' => 'Visualizar',
27     'view_all' => 'Ver Tudo',
28     'create' => 'Criar',
29     'update' => 'Atualizar',
30     'edit' => 'Editar',
31     'sort' => 'Ordenar',
32     'move' => 'Mover',
33     'copy' => 'Copiar',
34     'reply' => 'Responder',
35     'delete' => 'Excluir',
36     'search' => 'Pesquisar',
37     'search_clear' => 'Limpar Pesquisa',
38     'reset' => 'Resetar',
39     'remove' => 'Remover',
40     'add' => 'Adicionar',
41
42     // Sort Options
43     'sort_name' => 'Nome',
44     'sort_created_at' => 'Data de Criação',
45     'sort_updated_at' => 'Data de Atualização',
46
47     // Misc
48     'deleted_user' => 'Usuário excluído',
49     'no_activity' => 'Nenhuma atividade a mostrar',
50     'no_items' => 'Nenhum item disponível',
51     'back_to_top' => 'Voltar ao topo',
52     'toggle_details' => 'Alternar Detalhes',
53     'toggle_thumbnails' => 'Alternar Miniaturas',
54     'details' => 'Detalhes',
55     'grid_view' => 'Visualização em Grade',
56     'list_view' => 'Visualização em Lista',
57     'default' => 'Padrão',
58
59     // Header
60     'view_profile' => 'Visualizar Perfil',
61     'edit_profile' => 'Editar Perfil',
62
63     // Layout tabs
64     'tab_info' => 'Info',
65     'tab_content' => 'Conteúdo',
66
67     // Email Content
68     'email_action_help' => 'Se você estiver tendo problemas ao clicar o botão ":actionText", copie e cole a URL abaixo no seu navegador:',
69     'email_rights' => 'Todos os direitos reservados',
70 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.