New translations preference.php (Portuguese)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:22 +03:00
parent 4521dd4467
commit 7235e9eb56

View File

@ -2,29 +2,29 @@
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 your <em>personal</em> order of navigation.', 'instructions' => 'Especifique sua ordem de navegação <em>pessoal</em>.',
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.', 'warning' => 'O primeiro item de navegação acessível é usado como sua área <strong>residencial</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.',
], ],
'display' => [ 'display' => [
'name' => 'Display Density', 'name' => 'Densidade de exibição',
'instructions' => 'Compact display allows more content to be shown on the screen at once.', 'instructions' => 'A tela compacta permite que mais conteúdo seja exibido na tela de uma só vez.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Padrão',
'compact' => 'Compact', 'compact' => 'Compactar',
], ],
], ],
'sidebars' => [ 'sidebars' => [
'name' => 'Sidebar Mode', 'name' => 'Modo da barra lateral',
'instructions' => 'Static sidebars will always be visible.', 'instructions' => 'As barras laterais estáticas sempre estarão visíveis.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Padrão',
'static' => 'Static', 'static' => 'Estático',
], ],
], ],
]; ];