openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/zh/setting.php

15 lines
490 B
PHP

<?php
return [
'sidebar_hover' => [
'name' => '边栏悬停',
'instructions' => '展开悬停边栏?',
],
'navigation' => [
'name' => '导航',
'instructions' => '指定 <em>默认</em> 导航顺序。',
'warning' => '第一个可访问的导航项目用作 <strong>home</strong> 区域。',
'reorder' => '将主要导航项目拖放到 <strong>侧栏</strong> 以对其重新排序。',
],
];