]> BookStack Code Mirror - bookstack/blobdiff - lang/pt_BR/editor.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / pt_BR / editor.php
index 42e20af87dfbad4ddb970314586958fcf98efb0c..ea4035a275cdbc1621b2beaab3578643283322bb 100644 (file)
@@ -13,6 +13,7 @@ return [
     'cancel' => 'Cancelar',
     'save' => 'Salvar',
     'close' => 'Fechar',
+    'apply' => 'Aplicar',
     'undo' => 'Desfazer',
     'redo' => 'Refazer',
     'left' => 'Esquerda',
@@ -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,7 +60,7 @@ 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',
@@ -67,8 +68,8 @@ return [
     'insert_horizontal_line' => 'Insert horizontal line',
     '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',
@@ -90,7 +91,7 @@ return [
     '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',
@@ -147,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',
@@ -163,6 +165,8 @@ 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 Página e Continuar',