dashboard->create = '创建仪表盘'; $lang->dashboard->createBySQL = '由SQL创建'; $lang->dashboard->id = 'ID'; $lang->dashboard->name = '名称'; $lang->dashboard->desc = '描述'; $lang->dashboard->browse = '浏览仪表盘'; $lang->dashboard->view = '查看仪表盘'; $lang->dashboard->edit = '编辑仪表盘'; $lang->dashboard->design = '设计仪表盘'; $lang->dashboard->delete = '删除仪表盘'; $lang->dashboard->export = '导出'; $lang->dashboard->chart = '图表'; $lang->dashboard->filter = '筛选器'; $lang->dashboard->display = '显示名称'; $lang->dashboard->multiple = '是否多选'; $lang->dashboard->selectField = '关联字段'; $lang->dashboard->module = '所属模块'; $lang->dashboard->allModule = '所有模块'; $lang->dashboard->noModule = '暂时没有模块,请点击下方按钮维护模块'; $lang->dashboard->begin = '开始日期'; $lang->dashboard->end = '结束日期'; $lang->dashboard->confirmDelete = '您确认要删除该仪表盘吗?'; $lang->dashboard->reset = '重置'; $lang->dashboard->query = '查询'; $lang->dashboard->settings = '设置'; $lang->dashboard->editReport = '编辑报告信息'; $lang->dashboard->saveTemplate = '保存报告模板'; $lang->dashboard->filterList = array(); $lang->dashboard->filterList['select'] = array('icon' => 'list', 'name' => '下拉选择', 'show' => true); $lang->dashboard->filterList['tree'] = array('icon' => 'list', 'name' => '下拉选择', 'show' => false); $lang->dashboard->filterList['date'] = array('icon' => 'time', 'name' => '日期选择', 'show' => true); $lang->dashboard->filterList['dateRange'] = array('icon' => 'calendar', 'name' => '日期范围', 'show' => true); //$lang->dashboard->filterList['switcher'] = array('icon' => 'checked', 'name' => '开关'); $lang->dashboard->multipleList = array(); $lang->dashboard->multipleList['0'] = '单选'; $lang->dashboard->multipleList['1'] = '多选'; $lang->dashboard->labelList = array(); $lang->dashboard->labelList['browse'] = '常规仪表盘'; $lang->dashboard->labelList['browseReport'] = 'SQL仪表盘';