]> BookStack Code Mirror - bookstack/blob - lang/pt_BR/common.php
Updated translations with latest Crowdin changes (#4643)
[bookstack] / 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     'close' => 'Fechar',
10     'confirm' => 'Confirmar',
11     'back' => 'Voltar',
12     'save' => 'Salvar',
13     'continue' => 'Continuar',
14     'select' => 'Selecionar',
15     'toggle_all' => 'Alternar Todos',
16     'more' => 'Mais',
17
18     // Form Labels
19     'name' => 'Nome',
20     'description' => 'Descrição',
21     'role' => 'Cargo',
22     'cover_image' => 'Imagem de capa',
23     'cover_image_description' => 'Esta imagem deve ser aproximadamente 440x250px.',
24
25     // Actions
26     'actions' => 'Ações',
27     'view' => 'Visualizar',
28     'view_all' => 'Visualizar Tudo',
29     'new' => 'Novo',
30     'create' => 'Criar',
31     'update' => 'Atualizar',
32     'edit' => 'Editar',
33     'sort' => 'Ordenar',
34     'move' => 'Mover',
35     'copy' => 'Copiar',
36     'reply' => 'Responder',
37     'delete' => 'Excluir',
38     'delete_confirm' => 'Confirmar Exclusão',
39     'search' => 'Pesquisar',
40     'search_clear' => 'Limpar Pesquisa',
41     'reset' => 'Redefinir',
42     'remove' => 'Remover',
43     'add' => 'Adicionar',
44     'configure' => 'Configurar',
45     'manage' => 'Administrar',
46     'fullscreen' => 'Tela cheia',
47     'favourite' => 'Favoritos',
48     'unfavourite' => 'Remover dos Favoritos',
49     'next' => 'Seguinte',
50     'previous' => 'Anterior',
51     'filter_active' => 'Filtro Ativo:',
52     'filter_clear' => 'Limpar Filtro',
53     'download' => 'Baixar',
54     'open_in_tab' => 'Abrir na aba',
55     'open' => 'Abrir',
56
57     // Sort Options
58     'sort_options' => 'Opções de Ordenação',
59     'sort_direction_toggle' => 'Alternar Direção de Ordenação',
60     'sort_ascending' => 'Ordenação Crescente',
61     'sort_descending' => 'Ordenação Decrescente',
62     'sort_name' => 'Nome',
63     'sort_default' => 'Padrão',
64     'sort_created_at' => 'Data de Criação',
65     'sort_updated_at' => 'Data de Atualização',
66
67     // Misc
68     'deleted_user' => 'Usuário excluído',
69     'no_activity' => 'Nenhuma atividade a mostrar',
70     'no_items' => 'Nenhum item disponível',
71     'back_to_top' => 'Voltar ao topo',
72     'skip_to_main_content' => 'Ir para o conteúdo principal',
73     'toggle_details' => 'Alternar Detalhes',
74     'toggle_thumbnails' => 'Alternar Miniaturas',
75     'details' => 'Detalhes',
76     'grid_view' => 'Visualização em Grade',
77     'list_view' => 'Visualização em Lista',
78     'default' => 'Padrão',
79     'breadcrumb' => 'Caminho',
80     'status' => 'Status',
81     'status_active' => 'Ativo',
82     'status_inactive' => 'Inativo',
83     'never' => 'Nunca',
84     'none' => 'Nenhum',
85
86     // Header
87     'homepage' => 'Página inicial',
88     'header_menu_expand' => 'Expandir Cabeçalho do Menu',
89     'profile_menu' => 'Menu de Perfil',
90     'view_profile' => 'Visualizar Perfil',
91     'edit_profile' => 'Editar Perfil',
92     'dark_mode' => 'Modo Escuro',
93     'light_mode' => 'Modo Claro',
94     'global_search' => 'Pesquisa Global',
95
96     // Layout tabs
97     'tab_info' => 'Informações',
98     'tab_info_label' => 'Aba: Mostrar Informação Secundária',
99     'tab_content' => 'Conteúdo',
100     'tab_content_label' => 'Aba: Mostrar Conteúdo Primário',
101
102     // Email Content
103     'email_action_help' => 'Se você estiver tendo problemas ao clicar o botão ":actionText", copie e cole a URL abaixo no seu navegador:',
104     'email_rights' => 'Todos os direitos reservados',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Políticas de Privacidade',
109     'terms_of_service' => 'Termos de Serviço',
110 ];