mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
36 lines
1011 B
PHP
36 lines
1011 B
PHP
<?php
|
|
|
|
return [
|
|
'sidebar_hover' => [
|
|
'name' => '边栏悬停',
|
|
'instructions' => '展开悬停边栏?',
|
|
],
|
|
'navigation' => [
|
|
'name' => '导航',
|
|
'instructions' => '指定 <em>默认</em> 导航顺序。',
|
|
'warning' => '第一个可访问的导航项目用作 <strong>home</strong> 区域。',
|
|
'reorder' => '将主要导航项目拖放到 <strong>侧栏</strong> 以对其重新排序。',
|
|
],
|
|
"login_icon" => [
|
|
'name' => '登录图标',
|
|
],
|
|
"panel_icon" => [
|
|
'name' => '面板图标',
|
|
],
|
|
"title" => [
|
|
'name' => '标题',
|
|
],
|
|
"footer_copyright_org_name" => [
|
|
'name' => '页脚版权组织名称',
|
|
],
|
|
"sidebar_main_color" => [
|
|
'name' => '侧边栏主色',
|
|
],
|
|
"sidebar_secondary_color" => [
|
|
'name' => '侧边栏辅助颜色',
|
|
],
|
|
"active_sidebar_border_color" => [
|
|
'name' => '活动侧边栏边框颜色',
|
|
]
|
|
];
|