New translations setting.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-10 17:20:48 +03:00
parent e02a1f5d2e
commit 72093fa6b2

View File

@ -0,0 +1,14 @@
<?php
return [
'sidebar_hover' => [
'name' => 'Sidebar Hover',
'instructions' => 'Expand the sidebar on hover?',
],
'navigation' => [
'name' => 'Navigation',
'instructions' => 'Specify the <em>default</em> order of navigation.',
'warning' => 'The first accessible navigation item is used as the <strong>home</strong> area.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.',
],
];