diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/pt/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/pt/setting.php
index 7fea6f774..e78ad754e 100644
--- a/addons/default/visiosoft/defaultadmin-theme/resources/lang/pt/setting.php
+++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/pt/setting.php
@@ -2,13 +2,13 @@
return [
'sidebar_hover' => [
- 'name' => 'Sidebar Hover',
- 'instructions' => 'Expand the sidebar on hover?',
+ 'name' => 'Passe o cursor sobre a barra lateral',
+ 'instructions' => 'Expandir a barra lateral ao passar o mouse?',
],
'navigation' => [
- 'name' => 'Navigation',
- 'instructions' => 'Specify the default order of navigation.',
- 'warning' => 'The first accessible navigation item is used as the home area.',
- 'reorder' => 'Drag and drop the primary navigation items in the sidebar to reorder them.',
+ 'name' => 'Navegação',
+ 'instructions' => 'Especifique a ordem de navegação padrão.',
+ 'warning' => 'O primeiro item de navegação acessível é usado como a área inicial.',
+ 'reorder' => 'Arraste e solte os itens de navegação principais na barra lateral para reordená-los.',
],
];