From 39f9172d77eebfc14360c83ebd7a27daebaf08d1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:08:25 +0300 Subject: [PATCH] New translations setting.php (Spanish) --- .../defaultadmin-theme/resources/lang/es/setting.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php b/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php index 7fea6f774..1834a65b3 100644 --- a/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php +++ b/addons/default/visiosoft/defaultadmin-theme/resources/lang/es/setting.php @@ -2,13 +2,13 @@ return [ 'sidebar_hover' => [ - 'name' => 'Sidebar Hover', - 'instructions' => 'Expand the sidebar on hover?', + 'name' => 'Desplazamiento de la barra lateral', + 'instructions' => '¿Expandir la barra lateral al pasar el 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' => 'Navegación', + 'instructions' => 'Especificar el por defecto orden de navegación.', + 'warning' => 'El primer elemento de navegación accesible se utiliza como el área inicio.', + 'reorder' => 'Arrastre y suelte los elementos de navegación principales en la barra lateral para reordenarlos.', ], ];