mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
support menu modify
This commit is contained in:
@@ -21,6 +21,7 @@ return [
|
||||
'added' => 'Add time',
|
||||
'last_access' => 'Last access time',
|
||||
'priority' => 'Priority',
|
||||
'priority_help' => 'The higher the value, the higher the ranking',
|
||||
'comment' => 'Comment',
|
||||
'duration' => 'Duration',
|
||||
'description' => 'Description',
|
||||
@@ -194,4 +195,12 @@ return [
|
||||
'ip_help' => 'Begin IP/End IP, IP(Block) Choose one',
|
||||
'status' => 'Status',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => 'Menu items',
|
||||
'url' => 'Link',
|
||||
'text' => 'Text',
|
||||
'target' => 'Open type',
|
||||
'style' => 'Style',
|
||||
'parent_id' => 'Parent',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -21,6 +21,7 @@ return [
|
||||
'upload_speed' => '上行带宽',
|
||||
'download_speed' => '下行带宽',
|
||||
'isp' => 'ISP',
|
||||
'menu' => '菜单',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -21,6 +21,7 @@ return [
|
||||
'added' => '添加时间',
|
||||
'last_access' => '最后访问时间',
|
||||
'priority' => '优先级',
|
||||
'priority_help' => '值越大,越靠前',
|
||||
'comment' => '备注',
|
||||
'duration' => '时长',
|
||||
'description' => '描述',
|
||||
@@ -197,4 +198,12 @@ return [
|
||||
'ip_help' => '起始 IP/结束 IP、IP(段) 二选一',
|
||||
'status' => '状态',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => '菜单项',
|
||||
'url' => '链接',
|
||||
'text' => '显示文本',
|
||||
'target' => '打开方式',
|
||||
'style' => '样式',
|
||||
'parent_id' => '父菜单',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -21,6 +21,7 @@ return [
|
||||
'added' => '添加時間',
|
||||
'last_access' => '最後訪問時間',
|
||||
'priority' => '優先級',
|
||||
'priority_help' => '值越大,越靠前',
|
||||
'comment' => '備註',
|
||||
'duration' => '時長',
|
||||
'description' => '描述',
|
||||
@@ -194,4 +195,12 @@ return [
|
||||
'ip_help' => '起始 IP/結束 IP、IP(段) 二選一',
|
||||
'status' => '狀態',
|
||||
],
|
||||
'menu_item' => [
|
||||
'label' => '菜單項',
|
||||
'url' => '鏈接',
|
||||
'text' => '顯示文本',
|
||||
'target' => '打開方式',
|
||||
'style' => '樣式',
|
||||
'parent_id' => '父菜單',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user