New translations preference.php (French)

This commit is contained in:
Fatih Alp 2020-05-12 19:07:49 +03:00
parent d561164c4c
commit ca3fa48ad7

View File

@ -2,29 +2,29 @@
return [ return [
'sidebar_hover' => [ 'sidebar_hover' => [
'name' => 'Sidebar Hover', 'name' => 'Survol de la barre latérale',
'instructions' => 'Expand the sidebar on hover?', 'instructions' => 'Développer la barre latérale en survol?',
], ],
'navigation' => [ 'navigation' => [
'name' => 'Navigation', 'name' => 'La navigation',
'instructions' => 'Specify your <em>personal</em> order of navigation.', 'instructions' => 'Précisez votre <em>personnel</em> ordre de navigation.',
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.', 'warning' => 'Le premier élément de navigation accessible est utilisé comme zone <strong>domicile</strong>.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.', 'reorder' => 'Faites glisser et déposez les éléments de navigation principaux dans la barre latérale <strong></strong> pour les réorganiser.',
], ],
'display' => [ 'display' => [
'name' => 'Display Density', 'name' => 'Afficher la densité',
'instructions' => 'Compact display allows more content to be shown on the screen at once.', 'instructions' => 'L\'affichage compact permet d\'afficher plus de contenu à l\'écran à la fois.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Défaut',
'compact' => 'Compact', 'compact' => 'Compact',
], ],
], ],
'sidebars' => [ 'sidebars' => [
'name' => 'Sidebar Mode', 'name' => 'Mode barre latérale',
'instructions' => 'Static sidebars will always be visible.', 'instructions' => 'Les barres latérales statiques seront toujours visibles.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Défaut',
'static' => 'Static', 'static' => 'Statique',
], ],
], ],
]; ];