]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pt/editor.php
Fixed some typos and corrected grammar.
[bookstack] / resources / lang / pt / editor.php
index e84d60a7d0dbb7710511d4ce8e43ff5e3a9e59fc..3a6119681039da4aa33de328a0be30168102d89f 100644 (file)
  */
 return [
     // General editor terms
-    'general' => 'General',
-    'advanced' => 'Advanced',
-    'none' => 'None',
-    'cancel' => 'Cancel',
-    'save' => 'Save',
-    'close' => 'Close',
-    'undo' => 'Undo',
-    'redo' => 'Redo',
-    'left' => 'Left',
-    'center' => 'Center',
-    'right' => 'Right',
-    'top' => 'Top',
-    'middle' => 'Middle',
-    'bottom' => 'Bottom',
-    'width' => 'Width',
-    'height' => 'Height',
-    'More' => 'More',
+    'general' => 'Geral',
+    'advanced' => 'Avançado',
+    'none' => 'Nenhum',
+    'cancel' => 'Cancelar',
+    'save' => 'Guardar',
+    'close' => 'Fechar',
+    'undo' => 'Anular',
+    'redo' => 'Refazer',
+    'left' => 'Esquerda',
+    'center' => 'Centro',
+    'right' => 'Direita',
+    'top' => 'Topo',
+    'middle' => 'Meio',
+    'bottom' => 'Fundo',
+    'width' => 'Largura',
+    'height' => 'Altura',
+    'More' => 'Mais',
+    'select' => 'Selecionar...',
 
     // Toolbar
-    'formats' => 'Formats',
-    'header_large' => 'Large Header',
-    'header_medium' => 'Medium Header',
-    'header_small' => 'Small Header',
-    'header_tiny' => 'Tiny Header',
-    'paragraph' => 'Paragraph',
-    'blockquote' => 'Blockquote',
-    'inline_code' => 'Inline code',
-    'callouts' => 'Callouts',
-    'callout_information' => 'Information',
-    'callout_success' => 'Success',
-    'callout_warning' => 'Warning',
-    'callout_danger' => 'Danger',
-    'bold' => 'Bold',
-    'italic' => 'Italic',
-    'underline' => 'Underline',
-    'strikethrough' => 'Strikethrough',
-    'superscript' => 'Superscript',
-    'subscript' => 'Subscript',
-    'text_color' => 'Text color',
-    'custom_color' => 'Custom color',
-    'remove_color' => 'Remove color',
-    'background_color' => 'Background color',
-    'align_left' => 'Align left',
-    'align_center' => 'Align center',
-    'align_right' => 'Align right',
-    'align_justify' => 'Align justify',
-    'list_bullet' => 'Bullet list',
-    'list_numbered' => 'Numbered list',
-    'indent_increase' => 'Increase indent',
-    'indent_decrease' => 'Decrease indent',
-    'table' => 'Table',
-    'insert_image' => 'Insert image',
-    'insert_image_title' => 'Insert/Edit Image',
-    'insert_link' => 'Insert/edit link',
-    'insert_link_title' => 'Insert/Edit Link',
-    'insert_horizontal_line' => 'Insert horizontal line',
-    'insert_code_block' => 'Insert code block',
-    'insert_drawing' => 'Insert/edit drawing',
-    'drawing_manager' => 'Drawing manager',
-    'insert_media' => 'Insert/edit media',
-    'insert_media_title' => 'Insert/Edit Media',
-    'clear_formatting' => 'Clear formatting',
-    'source_code' => 'Source code',
-    'source_code_title' => 'Source Code',
-    'fullscreen' => 'Fullscreen',
-    'image_options' => 'Image options',
+    'formats' => 'Formatos',
+    'header_large' => 'Cabeçalho grande',
+    'header_medium' => 'Cabeçalho médio',
+    'header_small' => 'Cabeçalho pequeno',
+    'header_tiny' => 'Cabeçalho minúsculo',
+    'paragraph' => 'Parágrafo',
+    'blockquote' => 'Citação',
+    'inline_code' => 'Código embutido',
+    'callouts' => 'Balões',
+    'callout_information' => 'Informação',
+    'callout_success' => 'Sucesso',
+    'callout_warning' => 'Aviso',
+    'callout_danger' => 'Perigo',
+    'bold' => 'Negrito',
+    'italic' => 'Itálico',
+    'underline' => 'Sublinhado',
+    'strikethrough' => 'Rasurado',
+    'superscript' => 'Superior à linha',
+    'subscript' => 'Inferior à linha',
+    'text_color' => 'Cor do texto',
+    'custom_color' => 'Cor personalizada',
+    'remove_color' => 'Remover cor',
+    'background_color' => 'Cor de fundo',
+    'align_left' => 'Alinhar à esquerda',
+    'align_center' => 'Alinhar ao centro',
+    'align_right' => 'Alinhar à direita',
+    'align_justify' => 'Justificar',
+    'list_bullet' => 'Lista com marcadores',
+    'list_numbered' => 'Lista numerada',
+    'list_task' => 'Lista de tarefas',
+    'indent_increase' => 'Aumentar recuo',
+    'indent_decrease' => 'Diminuir recuo',
+    'table' => 'Tabela',
+    'insert_image' => 'Inserir imagem',
+    'insert_image_title' => 'Inserir/Editar imagem',
+    'insert_link' => 'Inserir/editar link',
+    'insert_link_title' => 'Inserir/Editar link',
+    'insert_horizontal_line' => 'Inserir linha horizontal',
+    'insert_code_block' => 'Inserir código fonte',
+    'insert_drawing' => 'Inserir/editar desenho',
+    'drawing_manager' => 'Gestor de desenho',
+    'insert_media' => 'Inserir/editar mídia',
+    'insert_media_title' => 'Inserir/Editar Mídia',
+    'clear_formatting' => 'Limpar formatação',
+    'source_code' => 'Código fonte',
+    'source_code_title' => 'Código Fonte',
+    'fullscreen' => 'Ecrã completo',
+    'image_options' => 'Opções da imagem',
 
     // Tables
-    'table_properties' => 'Table properties',
-    'table_properties_title' => 'Table Properties',
-    'delete_table' => 'Delete table',
-    'insert_row_before' => 'Insert row before',
-    'insert_row_after' => 'Insert row after',
-    'delete_row' => 'Delete row',
-    'insert_column_before' => 'Insert column before',
-    'insert_column_after' => 'Insert column after',
-    'delete_column' => 'Delete column',
-    'table_cell' => 'Cell',
-    'table_row' => 'Row',
-    'table_column' => 'Column',
-    'cell_properties' => 'Cell properties',
-    'cell_properties_title' => 'Cell Properties',
-    'cell_type' => 'Cell type',
-    'cell_type_cell' => 'Cell',
-    'cell_type_header' => 'Header cell',
-    'table_row_group' => 'Row Group',
-    'table_column_group' => 'Column Group',
-    'horizontal_align' => 'Horizontal align',
-    'vertical_align' => 'Vertical align',
-    'border_width' => 'Border width',
-    'border_style' => 'Border style',
-    'border_color' => 'Border color',
-    'row_properties' => 'Row properties',
-    'row_properties_title' => 'Row Properties',
-    'cut_row' => 'Cut row',
-    'copy_row' => 'Copy row',
-    'paste_row_before' => 'Paste row before',
-    'paste_row_after' => 'Paste row after',
-    'row_type' => 'Row type',
-    'row_type_header' => 'Header',
-    'row_type_body' => 'Body',
-    'row_type_footer' => 'Footer',
-    'alignment' => 'Alignment',
-    'cut_column' => 'Cut column',
-    'copy_column' => 'Copy column',
-    'paste_column_before' => 'Paste column before',
-    'paste_column_after' => 'Paste column after',
-    'cell_padding' => 'Cell padding',
-    'cell_spacing' => 'Cell spacing',
-    'caption' => 'Caption',
-    'show_caption' => 'Show caption',
-    'constrain' => 'Constrain proportions',
+    'table_properties' => 'Propriedades da tabela',
+    'table_properties_title' => 'Propriedades da Tabela',
+    'delete_table' => 'Eliminar tabela',
+    'insert_row_before' => 'Inserir linha antes',
+    'insert_row_after' => 'Inserir linha depois',
+    'delete_row' => 'Eliminar linha',
+    'insert_column_before' => 'Insira coluna antes',
+    'insert_column_after' => 'Inserir coluna depois',
+    'delete_column' => 'Eliminar coluna',
+    'table_cell' => 'Célula',
+    'table_row' => 'Linha',
+    'table_column' => 'Coluna',
+    'cell_properties' => 'Propriedades da célula',
+    'cell_properties_title' => 'Propriedades da Célula',
+    'cell_type' => 'Tipo de célula',
+    'cell_type_cell' => 'Célula',
+    'cell_scope' => 'Âmbito',
+    'cell_type_header' => 'Célula do cabeçalho',
+    'merge_cells' => 'Unir células',
+    'split_cell' => 'Dividir célula',
+    'table_row_group' => 'Grupo de linhas',
+    'table_column_group' => 'Grupo de colunas',
+    'horizontal_align' => 'Alinhamento horizontal',
+    'vertical_align' => 'Alinhamento vertical',
+    'border_width' => 'Largura da borda',
+    'border_style' => 'Estilo da borda',
+    'border_color' => 'Cor da borda',
+    'row_properties' => 'Propriedades da célula',
+    'row_properties_title' => 'Propriedades da Célula',
+    'cut_row' => 'Cortar linha',
+    'copy_row' => 'Copiar linha',
+    'paste_row_before' => 'Colar linha antes',
+    'paste_row_after' => 'Colar linha depois',
+    'row_type' => 'Tipo de linha',
+    'row_type_header' => 'Cabeçalho',
+    'row_type_body' => 'Corpo',
+    'row_type_footer' => 'Rodapé',
+    'alignment' => 'Alinhamento',
+    'cut_column' => 'Cortar coluna',
+    'copy_column' => 'Copiar coluna',
+    'paste_column_before' => 'Colar coluna antes',
+    'paste_column_after' => 'Colar coluna depois',
+    'cell_padding' => 'Espaçamento da célula',
+    'cell_spacing' => 'Espaçamento entre células',
+    'caption' => 'Legenda',
+    'show_caption' => 'Mostrar legenda',
+    'constrain' => 'Restringir proporções',
+    'cell_border_solid' => 'Sólido',
+    'cell_border_dotted' => 'Pontilhado',
+    'cell_border_dashed' => 'Tracejado',
+    'cell_border_double' => 'Dupla',
+    'cell_border_groove' => 'Groove',
+    'cell_border_ridge' => 'Ridge',
+    'cell_border_inset' => 'Interna',
+    'cell_border_outset' => 'Externa',
+    'cell_border_none' => 'Nenhuma',
+    'cell_border_hidden' => 'Ocultada',
 
-    // Images, links & embed
-    'source' => 'Source',
-    'alt_desc' => 'Alternative description',
-    'embed' => 'Embed',
-    'paste_embed' => 'Paste your embed code below:',
+    // Images, links, details/summary & embed
+    'source' => 'Fonte',
+    'alt_desc' => 'Descrição alternativa',
+    'embed' => 'Incorporar',
+    'paste_embed' => 'Cole seu código abaixo:',
     'url' => 'URL',
-    'text_to_display' => 'Text to display',
-    'title' => 'Title',
-    'open_link' => 'Open link in...',
-    'open_link_current' => 'Current window',
-    'open_link_new' => 'New window',
+    'text_to_display' => 'Texto a ser exibido',
+    'title' => 'Título',
+    'open_link' => 'Abrir link em...',
+    'open_link_current' => 'Janela atual',
+    'open_link_new' => 'Nova janela',
+    'insert_collapsible' => 'Inserir bloco colapsável',
+    'collapsible_unwrap' => 'Unwrap',
+    'edit_label' => 'Editar etiqueta',
+    'toggle_open_closed' => 'Alternar aberto/fechado',
+    'collapsible_edit' => 'Editar bloco colapsável',
+    'toggle_label' => 'Alternar etiqueta',
 
     // About view
-    'about_title' => 'About the WYSIWYG Editor',
-    'editor_license' => 'Editor License & Copyright',
-    'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
-    'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
-    'save_continue' => 'Save Page & Continue',
-    'callouts_cycle' => '(Keep pressing to toggle through types)',
-    'shortcuts' => 'Shortcuts',
-    'shortcut' => 'Shortcut',
-    'shortcuts_intro' => 'The following shortcuts are available in the editor:',
+    'about' => 'Sobre o editor',
+    'about_title' => 'Sobre o Editor WYSIWYG',
+    'editor_license' => 'Editor da licença de direitos autorais',
+    'editor_tiny_license' => 'Este editor é criado utilizando :tinyLink que é fornecido sob uma licença LGPL v2.1.',
+    'editor_tiny_license_link' => 'Os dados relativos aos direitos de autor e à licença do TinyMCE podem ser encontrados aqui.',
+    'save_continue' => 'Salvar página e continuar',
+    'callouts_cycle' => '(Continue pressionando para alternar através de tipos)',
+    'link_selector' => 'Link para conteúdo',
+    'shortcuts' => 'Atalhos',
+    'shortcut' => 'Atalho',
+    'shortcuts_intro' => 'Os seguintes atalhos estão disponíveis no editor:',
     'windows_linux' => '(Windows/Linux)',
     'mac' => '(Mac)',
-    'description' => 'Description',
+    'description' => 'Descrição',
 ];