X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/968bc8cdf354d9cbe29b88abdc747a7845031fab..refs/pull/5725/head:/lang/pt_BR/editor.php diff --git a/lang/pt_BR/editor.php b/lang/pt_BR/editor.php index 71e284475..ea4035a27 100644 --- a/lang/pt_BR/editor.php +++ b/lang/pt_BR/editor.php @@ -13,6 +13,7 @@ return [ 'cancel' => 'Cancelar', 'save' => 'Salvar', 'close' => 'Fechar', + 'apply' => 'Aplicar', 'undo' => 'Desfazer', 'redo' => 'Refazer', 'left' => 'Esquerda', @@ -31,7 +32,7 @@ return [ 'header_large' => 'Cabeçalho Grande', 'header_medium' => 'Cabeçalho Médio', 'header_small' => 'Cabeçalho Pequeno', - 'header_tiny' => 'Cabeçalho Pequeno', + 'header_tiny' => 'Cabeçalho Minúsculo', 'paragraph' => 'Parágrafo', 'blockquote' => 'Bloco de Citação', 'inline_code' => 'Código embutido', @@ -40,12 +41,12 @@ return [ 'callout_success' => 'Sucesso', 'callout_warning' => 'Atenção', 'callout_danger' => 'Perigo', - 'bold' => 'Bold', + 'bold' => 'Negrito', 'italic' => 'Itálico', - 'underline' => 'Sublinhar', + 'underline' => 'Sublinhado', 'strikethrough' => 'Riscado', - 'superscript' => 'Superinscrição', - 'subscript' => 'Subscrição', + 'superscript' => 'Sobrescrito', + 'subscript' => 'Subscrito', 'text_color' => 'Cor do texto', 'custom_color' => 'Cor personalizada', 'remove_color' => 'Remover cor', @@ -59,16 +60,16 @@ return [ 'list_task' => 'Lista de tarefas', 'indent_increase' => 'Aumentar recuo', 'indent_decrease' => 'Diminuir recuo', - 'table' => 'Mesa', + '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' => 'Insert horizontal line', - 'insert_code_block' => 'Inserir o bloco de endereço', + 'insert_code_block' => 'Inserir/editar bloco de código', 'edit_code_block' => 'Editar bloco de código', - 'insert_drawing' => 'Inserir/editar desenho', - 'drawing_manager' => 'Gerente de desenho', + 'insert_drawing' => 'Inserir/editar diagrama', + 'drawing_manager' => 'Gerenciador de diagramas', 'insert_media' => 'Inserir/editar mídia', 'insert_media_title' => 'Inserir/Editar Mídia', 'clear_formatting' => 'Limpar formatação', @@ -81,13 +82,16 @@ return [ 'table_properties' => 'Propriedades da tabela', 'table_properties_title' => 'Propriedades da Tabela', 'delete_table' => 'Excluir Tabela', + 'table_clear_formatting' => 'Limpar formatação de tabela', + 'resize_to_contents' => 'Redimensionar para o conteúdo', + 'row_header' => 'Cabeçalho da linha', 'insert_row_before' => 'Inserir linha antes', 'insert_row_after' => 'Inserir linha depois', 'delete_row' => 'Excluir linha', 'insert_column_before' => 'Inserir coluna antes', 'insert_column_after' => 'Inserir coluna depois', 'delete_column' => 'Excluir coluna', - 'table_cell' => 'Celular', + 'table_cell' => 'Célula', 'table_row' => 'Linha', 'table_column' => 'Coluna', 'cell_properties' => 'Propriedades da célula', @@ -144,6 +148,7 @@ return [ 'url' => 'URL', 'text_to_display' => 'Texto de exibição', 'title' => 'Título', + 'browse_links' => 'Procurar links', 'open_link' => 'Link aberto', 'open_link_in' => 'Abrir link em...', 'open_link_current' => 'Janelas atuais', @@ -160,9 +165,11 @@ return [ 'about' => 'Sobre o editor', 'about_title' => 'Sobre o Editor WYSIWYG', 'editor_license' => 'Licença do Editor e Direitos Autorais', + 'editor_lexical_license' => 'Este editor é criado como uma bifurcação de :lexicalLink distribuído sob a licença MIT.', + 'editor_lexical_license_link' => 'Aqui podem ser encontrados detalhes da licença.', 'editor_tiny_license' => 'Este editor é construído usando :tinyLink que é fornecido sob a licença MIT.', 'editor_tiny_license_link' => 'Os dados relativos aos direitos de autor e à licença do TinyMCE podem ser encontrados aqui.', - 'save_continue' => 'Salvar e continuar', + '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',