]> BookStack Code Mirror - bookstack/blob - lang/pt/editor.php
b25b319f0b687767031cef9e95ca4a6cb1ad8566
[bookstack] / lang / pt / editor.php
1 <?php
2 /**
3  * Page Editor Lines
4  * Contains text strings used within the user interface of the
5  * WYSIWYG page editor. Some Markdown editor strings may still
6  * exist in the 'entities' file instead since this was added later.
7  */
8 return [
9     // General editor terms
10     'general' => 'Geral',
11     'advanced' => 'Avançado',
12     'none' => 'Nenhum',
13     'cancel' => 'Cancelar',
14     'save' => 'Guardar',
15     'close' => 'Fechar',
16     'undo' => 'Anular',
17     'redo' => 'Refazer',
18     'left' => 'Esquerda',
19     'center' => 'Centro',
20     'right' => 'Direita',
21     'top' => 'Topo',
22     'middle' => 'Meio',
23     'bottom' => 'Fundo',
24     'width' => 'Largura',
25     'height' => 'Altura',
26     'More' => 'Mais',
27     'select' => 'Selecionar...',
28
29     // Toolbar
30     'formats' => 'Formatos',
31     'header_large' => 'Cabeçalho grande',
32     'header_medium' => 'Cabeçalho médio',
33     'header_small' => 'Cabeçalho pequeno',
34     'header_tiny' => 'Cabeçalho minúsculo',
35     'paragraph' => 'Parágrafo',
36     'blockquote' => 'Citação',
37     'inline_code' => 'Código embutido',
38     'callouts' => 'Balões',
39     'callout_information' => 'Informação',
40     'callout_success' => 'Sucesso',
41     'callout_warning' => 'Aviso',
42     'callout_danger' => 'Perigo',
43     'bold' => 'Negrito',
44     'italic' => 'Itálico',
45     'underline' => 'Sublinhado',
46     'strikethrough' => 'Rasurado',
47     'superscript' => 'Superior à linha',
48     'subscript' => 'Inferior à linha',
49     'text_color' => 'Cor do texto',
50     'custom_color' => 'Cor personalizada',
51     'remove_color' => 'Remover cor',
52     'background_color' => 'Cor de fundo',
53     'align_left' => 'Alinhar à esquerda',
54     'align_center' => 'Alinhar ao centro',
55     'align_right' => 'Alinhar à direita',
56     'align_justify' => 'Justificar',
57     'list_bullet' => 'Lista com marcadores',
58     'list_numbered' => 'Lista numerada',
59     'list_task' => 'Lista de tarefas',
60     'indent_increase' => 'Aumentar recuo',
61     'indent_decrease' => 'Diminuir recuo',
62     'table' => 'Tabela',
63     'insert_image' => 'Inserir imagem',
64     'insert_image_title' => 'Inserir/Editar imagem',
65     'insert_link' => 'Inserir/editar link',
66     'insert_link_title' => 'Inserir/Editar link',
67     'insert_horizontal_line' => 'Inserir linha horizontal',
68     'insert_code_block' => 'Inserir código fonte',
69     'edit_code_block' => 'Inserir código fonte',
70     'insert_drawing' => 'Inserir/editar desenho',
71     'drawing_manager' => 'Gestor de desenho',
72     'insert_media' => 'Inserir/editar mídia',
73     'insert_media_title' => 'Inserir/Editar Mídia',
74     'clear_formatting' => 'Limpar formatação',
75     'source_code' => 'Código fonte',
76     'source_code_title' => 'Código Fonte',
77     'fullscreen' => 'Ecrã completo',
78     'image_options' => 'Opções da imagem',
79
80     // Tables
81     'table_properties' => 'Propriedades da tabela',
82     'table_properties_title' => 'Propriedades da Tabela',
83     'delete_table' => 'Eliminar tabela',
84     'table_clear_formatting' => 'Clear table formatting',
85     'resize_to_contents' => 'Resize to contents',
86     'row_header' => 'Row header',
87     'insert_row_before' => 'Inserir linha antes',
88     'insert_row_after' => 'Inserir linha depois',
89     'delete_row' => 'Eliminar linha',
90     'insert_column_before' => 'Insira coluna antes',
91     'insert_column_after' => 'Inserir coluna depois',
92     'delete_column' => 'Eliminar coluna',
93     'table_cell' => 'Célula',
94     'table_row' => 'Linha',
95     'table_column' => 'Coluna',
96     'cell_properties' => 'Propriedades da célula',
97     'cell_properties_title' => 'Propriedades da Célula',
98     'cell_type' => 'Tipo de célula',
99     'cell_type_cell' => 'Célula',
100     'cell_scope' => 'Âmbito',
101     'cell_type_header' => 'Célula do cabeçalho',
102     'merge_cells' => 'Unir células',
103     'split_cell' => 'Dividir célula',
104     'table_row_group' => 'Grupo de linhas',
105     'table_column_group' => 'Grupo de colunas',
106     'horizontal_align' => 'Alinhamento horizontal',
107     'vertical_align' => 'Alinhamento vertical',
108     'border_width' => 'Largura da borda',
109     'border_style' => 'Estilo da borda',
110     'border_color' => 'Cor da borda',
111     'row_properties' => 'Propriedades da célula',
112     'row_properties_title' => 'Propriedades da Célula',
113     'cut_row' => 'Cortar linha',
114     'copy_row' => 'Copiar linha',
115     'paste_row_before' => 'Colar linha antes',
116     'paste_row_after' => 'Colar linha depois',
117     'row_type' => 'Tipo de linha',
118     'row_type_header' => 'Cabeçalho',
119     'row_type_body' => 'Corpo',
120     'row_type_footer' => 'Rodapé',
121     'alignment' => 'Alinhamento',
122     'cut_column' => 'Cortar coluna',
123     'copy_column' => 'Copiar coluna',
124     'paste_column_before' => 'Colar coluna antes',
125     'paste_column_after' => 'Colar coluna depois',
126     'cell_padding' => 'Espaçamento da célula',
127     'cell_spacing' => 'Espaçamento entre células',
128     'caption' => 'Legenda',
129     'show_caption' => 'Mostrar legenda',
130     'constrain' => 'Restringir proporções',
131     'cell_border_solid' => 'Sólido',
132     'cell_border_dotted' => 'Pontilhado',
133     'cell_border_dashed' => 'Tracejado',
134     'cell_border_double' => 'Dupla',
135     'cell_border_groove' => 'Groove',
136     'cell_border_ridge' => 'Ridge',
137     'cell_border_inset' => 'Interna',
138     'cell_border_outset' => 'Externa',
139     'cell_border_none' => 'Nenhuma',
140     'cell_border_hidden' => 'Ocultada',
141
142     // Images, links, details/summary & embed
143     'source' => 'Fonte',
144     'alt_desc' => 'Descrição alternativa',
145     'embed' => 'Incorporar',
146     'paste_embed' => 'Cole seu código abaixo:',
147     'url' => 'URL',
148     'text_to_display' => 'Texto a ser exibido',
149     'title' => 'Título',
150     'open_link' => 'Abrir ligação',
151     'open_link_in' => 'Abrir ligação em...',
152     'open_link_current' => 'Janela atual',
153     'open_link_new' => 'Nova janela',
154     'remove_link' => 'Remover ligação',
155     'insert_collapsible' => 'Inserir bloco colapsável',
156     'collapsible_unwrap' => 'Unwrap',
157     'edit_label' => 'Editar etiqueta',
158     'toggle_open_closed' => 'Alternar aberto/fechado',
159     'collapsible_edit' => 'Editar bloco colapsável',
160     'toggle_label' => 'Alternar etiqueta',
161
162     // About view
163     'about' => 'Sobre o editor',
164     'about_title' => 'Sobre o Editor WYSIWYG',
165     'editor_license' => 'Editor da licença de direitos autorais',
166     'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
167     'editor_lexical_license_link' => 'Full license details can be found here.',
168     'editor_tiny_license' => 'Este editor foi criado com :tinyLink que é fornecido sob a licença MIT.',
169     'editor_tiny_license_link' => 'Os dados relativos aos direitos de autor e à licença do TinyMCE podem ser encontrados aqui.',
170     'save_continue' => 'Salvar página e continuar',
171     'callouts_cycle' => '(Continue pressionando para alternar através de tipos)',
172     'link_selector' => 'Link para conteúdo',
173     'shortcuts' => 'Atalhos',
174     'shortcut' => 'Atalho',
175     'shortcuts_intro' => 'Os seguintes atalhos estão disponíveis no editor:',
176     'windows_linux' => '(Windows/Linux)',
177     'mac' => '(Mac)',
178     'description' => 'Descrição',
179 ];