mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (German)
This commit is contained in:
parent
b4b3d10e4b
commit
c88946aa16
@ -5,10 +5,26 @@ return [
|
||||
'name' => 'Sidebar Hover',
|
||||
'instructions' => 'Die Sidebar bei Hover erweitern?',
|
||||
],
|
||||
'navigation' => [
|
||||
'navigation' => [
|
||||
'name' => 'Navigation',
|
||||
'instructions' => 'Legen Sie Ihre <em>persönliche</em> Navigationsreihenfolge fest.',
|
||||
'warning' => 'Das erste verfügbare Navigationselement wird als Ihre <strong>Startseite</ strong> verwendet.',
|
||||
'reorder' => 'Sie können die primären Navigationelemente per Drag & Drop in der <strong>Sidebar</strong> sortieren.',
|
||||
],
|
||||
'display' => [
|
||||
'name' => 'Dichte anzeigen',
|
||||
'instructions' => 'Dank der kompakten Anzeige können mehr Inhalte gleichzeitig auf dem Bildschirm angezeigt werden.',
|
||||
'option' => [
|
||||
'default' => 'Standard',
|
||||
'compact' => 'Kompakt',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => 'Seitenleistenmodus',
|
||||
'instructions' => 'Statische Seitenleisten sind immer sichtbar.',
|
||||
'option' => [
|
||||
'default' => 'Standard',
|
||||
'static' => 'Statisch',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user