New translations preference.php (Albanian)

This commit is contained in:
Fatih Alp 2020-02-12 14:17:54 +03:00
parent fc672eaff2
commit d6edff34ae

View File

@ -2,29 +2,29 @@
return [ return [
'sidebar_hover' => [ 'sidebar_hover' => [
'name' => 'Sidebar Hover', 'name' => 'Rri pezull',
'instructions' => 'Expand the sidebar on hover?', 'instructions' => 'Zgjeroni shiritin anësor në rri pezull?',
], ],
'navigation' => [ 'navigation' => [
'name' => 'Navigation', 'name' => 'lundrim',
'instructions' => 'Specify your <em>personal</em> order of navigation.', 'instructions' => 'Specifikoni tuaj <em>personal</em> rendin e lundrimit.',
'warning' => 'The first accessible navigation item is used as your <strong>home</strong> area.', 'warning' => 'Artikulli i parë i mundshëm i navigimit përdoret si zona <strong>shtëpisë tuaj</strong>.',
'reorder' => 'Drag and drop the primary navigation items in the <strong>sidebar</strong> to reorder them.', 'reorder' => 'Zvarritni dhe lëshoni artikujt kryesorë të lundrimit në <strong>sidebar</strong> për t\'i rivartuar ato.',
], ],
'display' => [ 'display' => [
'name' => 'Display Density', 'name' => 'Dendësia e ekranit',
'instructions' => 'Compact display allows more content to be shown on the screen at once.', 'instructions' => 'Ekrani kompakt lejon që më shumë përmbajtje të shfaqen në ekran menjëherë.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Default',
'compact' => 'Compact', 'compact' => 'kompakt',
], ],
], ],
'sidebars' => [ 'sidebars' => [
'name' => 'Sidebar Mode', 'name' => 'Mënyra e shiritit anësor',
'instructions' => 'Static sidebars will always be visible.', 'instructions' => 'Shiritat anësore statike do të jenë gjithmonë të dukshme.',
'option' => [ 'option' => [
'default' => 'Default', 'default' => 'Default',
'static' => 'Static', 'static' => 'i pandryshueshëm',
], ],
], ],
]; ];