From 8ffb8a7ab923024ddda0604d2bd52b5578045727 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:16:10 +0300 Subject: [PATCH] New translations setting.php (Portuguese) --- .../defaultadmin-theme/resources/lang/pt/setting.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.', ], ];