mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (Persian)
This commit is contained in:
parent
baeecd5029
commit
c96fcb0748
@ -1,10 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation' => [
|
||||
'sidebar_hover' => [
|
||||
'name' => 'Sidebar Hover',
|
||||
'instructions' => 'Expand the sidebar on hover?',
|
||||
],
|
||||
'navigation' => [
|
||||
'name' => 'منو ها',
|
||||
'instructions' => 'ترتیب منوها را مشخص کنید',
|
||||
'warning' => 'اولین آیتم در منو به عنوان خانه در نظر گرفته می شود',
|
||||
'reorder' => 'برای مرتب کردن آیتم ها را در سایدبار با موس جابجا کنید',
|
||||
],
|
||||
'display' => [
|
||||
'name' => 'Display Density',
|
||||
'instructions' => 'Compact display allows more content to be shown on the screen at once.',
|
||||
'option' => [
|
||||
'default' => 'Default',
|
||||
'compact' => 'Compact',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => 'Sidebar Mode',
|
||||
'instructions' => 'Static sidebars will always be visible.',
|
||||
'option' => [
|
||||
'default' => 'Default',
|
||||
'static' => 'Static',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user