]> BookStack Code Mirror - bookstack/commitdiff
New Crowdin updates (#3354)
authorDan Brown <redacted>
Wed, 30 Mar 2022 18:29:13 +0000 (19:29 +0100)
committerGitHub <redacted>
Wed, 30 Mar 2022 18:29:13 +0000 (19:29 +0100)
resources/lang/pt/editor.php
resources/lang/pt/settings.php

index f210e2ec94482625cec2af43c8650ec833578bec..81c33b201eaae0964c9e952222eefa19cfdfbe05 100644 (file)
@@ -24,7 +24,7 @@ return [
     'width' => 'Largura',
     'height' => 'Altura',
     'More' => 'Mais',
-    'select' => 'Select...',
+    'select' => 'Selecionar...',
 
     // Toolbar
     'formats' => 'Formatos',
@@ -53,10 +53,10 @@ return [
     'align_left' => 'Alinhar à esquerda',
     'align_center' => 'Alinhar ao centro',
     'align_right' => 'Alinhar à direita',
-    'align_justify' => 'Justify',
+    'align_justify' => 'Justificar',
     'list_bullet' => 'Lista com marcadores',
     'list_numbered' => 'Lista numerada',
-    'list_task' => 'Task list',
+    'list_task' => 'Lista de tarefas',
     'indent_increase' => 'Aumentar recuo',
     'indent_decrease' => 'Diminuir recuo',
     'table' => 'Tabela',
@@ -93,10 +93,10 @@ return [
     'cell_properties_title' => 'Propriedades da Célula',
     'cell_type' => 'Tipo de célula',
     'cell_type_cell' => 'Célula',
-    'cell_scope' => 'Scope',
+    'cell_scope' => 'Âmbito',
     'cell_type_header' => 'Célula do cabeçalho',
-    'merge_cells' => 'Merge cells',
-    'split_cell' => 'Split cell',
+    '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',
@@ -124,16 +124,16 @@ return [
     'caption' => 'Legenda',
     'show_caption' => 'Mostrar legenda',
     'constrain' => 'Restringir proporções',
-    'cell_border_solid' => 'Solid',
-    'cell_border_dotted' => 'Dotted',
-    'cell_border_dashed' => 'Dashed',
-    'cell_border_double' => 'Double',
+    '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' => 'Inset',
-    'cell_border_outset' => 'Outset',
-    'cell_border_none' => 'None',
-    'cell_border_hidden' => 'Hidden',
+    'cell_border_inset' => 'Interna',
+    'cell_border_outset' => 'Externa',
+    'cell_border_none' => 'Nenhuma',
+    'cell_border_hidden' => 'Ocultada',
 
     // Images, links, details/summary & embed
     'source' => 'Fonte',
@@ -154,7 +154,7 @@ return [
     'toggle_label' => 'Alternar etiqueta',
 
     // About view
-    'about' => 'About 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.',
index a91ecc5da957c12c60242b1bbcb9f77fd97bf337..1f1f8c3bcc888de58248bb7d17c11dfa7f15c61e 100644 (file)
@@ -10,8 +10,8 @@ return [
     'settings' => 'Configurações',
     'settings_save' => 'Guardar Configurações',
     'settings_save_success' => 'Configurações guardadas',
-    'system_version' => 'System Version',
-    'categories' => 'Categories',
+    'system_version' => 'Versão do sistema',
+    'categories' => 'Categorias',
 
     // App Settings
     'app_customization' => 'Personalização',