New translations preference.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 19:15:46 +03:00
parent fdb9dd5aa3
commit d13eee152d

View File

@ -2,29 +2,29 @@
return [ return [
'sidebar_hover' => [ 'sidebar_hover' => [
'name' => 'Sidebar Hover', 'name' => 'Zijbalk Hover',
'instructions' => 'Expand the sidebar on hover?', 'instructions' => 'De zijbalk uitvouwen bij zweven?',
], ],
'navigation' => [ 'navigation' => [
'name' => 'Navigation', 'name' => 'Navigatie',
'instructions' => 'Specify your <em>personal</em> order of navigation.', 'instructions' => 'Specificeer uw <em>persoonlijke</em> volgorde van navigatie.',
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.', 'warning' => 'Het eerste toegankelijke navigatie-item wordt gebruikt als uw <strong>thuis</strong> gebied.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.', 'reorder' => 'Sleep de primaire navigatie-items in de <strong>zijbalk</strong> om ze opnieuw te ordenen.',
], ],
'display' => [ 'display' => [
'name' => 'Display Density', 'name' => 'Weergavedichtheid',
'instructions' => 'Compact display allows more content to be shown on the screen at once.', 'instructions' => 'Compacte weergave maakt het mogelijk om meer inhoud tegelijk op het scherm weer te geven.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Standaard',
'compact' => 'Compact', 'compact' => 'Compact',
], ],
], ],
'sidebars' => [ 'sidebars' => [
'name' => 'Sidebar Mode', 'name' => 'Zijbalkmodus',
'instructions' => 'Static sidebars will always be visible.', 'instructions' => 'Statische zijbalken zijn altijd zichtbaar.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Standaard',
'static' => 'Static', 'static' => 'Statisch',
], ],
], ],
]; ];