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