24 lines
777 B
PHP
24 lines
777 B
PHP
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Name' => '菜单名称',
|
|
'Path' => '页面路径',
|
|
'Icon' => '未选图标',
|
|
'Selicon' => '选中图标',
|
|
'Weigh' => '排序',
|
|
'Status' => '状态',
|
|
'Status 0' => '隐藏',
|
|
'Set status to 0'=> '设为隐藏',
|
|
'Status 1' => '显示',
|
|
'Set status to 1'=> '设为显示',
|
|
'Are you sure you want to delete this item?' => '警告:一旦删除,数据无法恢复,谨慎处理!!!',
|
|
'Jump_type' => '跳转类型',
|
|
'Jump_type 1' => '图文',
|
|
'Jump_type 2' => '内部页面',
|
|
'Jump_type 4' => '小程序',
|
|
'Jump_type 3' => '外部链接',
|
|
'Content' => '图文内容',
|
|
'Jump_link' => '跳转链接',
|
|
];
|