New translations preference.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:38 +03:00
parent 1dd91957b4
commit 33c02ba8e0

View File

@ -2,29 +2,29 @@
return [ return [
'sidebar_hover' => [ 'sidebar_hover' => [
'name' => 'Sidebar Hover', 'name' => 'Hover barra laterale',
'instructions' => 'Expand the sidebar on hover?', 'instructions' => 'Espandere la barra laterale al passaggio del mouse?',
], ],
'navigation' => [ 'navigation' => [
'name' => 'Navigation', 'name' => 'Navigazione',
'instructions' => 'Specify your <em>personal</em> order of navigation.', 'instructions' => 'Specifica il tuo <em>personale</em> ordine di navigazione.',
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.', 'warning' => 'Il primo elemento di navigazione accessibile viene utilizzato come area <strong>home</strong>.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.', 'reorder' => 'Trascina e rilascia gli elementi di navigazione principali nella barra laterale <strong></strong> per riordinarli.',
], ],
'display' => [ 'display' => [
'name' => 'Display Density', 'name' => 'Densità display',
'instructions' => 'Compact display allows more content to be shown on the screen at once.', 'instructions' => 'Il display compatto consente di visualizzare più contenuti contemporaneamente sullo schermo.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Predefinito',
'compact' => 'Compact', 'compact' => 'Compatto',
], ],
], ],
'sidebars' => [ 'sidebars' => [
'name' => 'Sidebar Mode', 'name' => 'Modalità barra laterale',
'instructions' => 'Static sidebars will always be visible.', 'instructions' => 'Le barre laterali statiche saranno sempre visibili.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Predefinito',
'static' => 'Static', 'static' => 'Statico',
], ],
], ],
]; ];