New translations setting.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:10 +03:00
parent 4ada9986a4
commit 8ffb8a7ab9

View File

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