| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?php
- return array(
- 'menu_navs' => '菜单管理',
- 'dashboard' => '控制台',
- 'account' => '帐户名',
- 'bet' => '全部注单',
- 'CancelBet' => '作废的注单',
- 'UnsetBet' => '未结算注单',
- 'ticket_manage' => '彩票管理',
- 'betRecord' => '彩票注单管理',
- 'prizeRecord' => '彩票结果管理',
- 'odds' => '彩票赔率管理',
- 'settings' => '游戏相关设置',
- 'opensettings' => '游戏设置',
- 'betsettings' => '投注金额设置',
- 'infosettings' => '开奖信息设置',
- 'allowip' => '限制ip',
- 'btrecord' => '异常注单',
- //游戏
- 'xy28' => '幸运28',
- 'jnd28' => '加拿大28',
- 'bjpk10' => '北京pk10',
- 'information' => '会员信息管理',
- 'list' => '会员列表',
- 'demo' => '试玩账号',
- 'log' => '会员登录日志',
- 'feedback' => '用户反馈意见',
- 'info' => '银行卡信息',
- 'finance' => '财务管理',
- 'recharge' => '存款管理',
- 'withdrawals' => '提现管理',
- 'remittance' => '汇款管理',
- 'deductions' => '加款扣款',
- 'backwater' => '回水管理',
- 'record' => '回水记录',
- 'access' => '会员存/取/反水',
- 'message'=>'消息',
- 'agent' => '代理管理',
- 'agent_from' => '代理列表',
- 'approval' => '代理审批',
- 'detail' => '代理详情设置',
- 'report' => '报表管理',
- 'report_detail' => '注单报表明细',
- 'Withdrawals' => '提款明细',
- 'Rechargedrawals' => '充值明细',
- 'admin' => '管理员管理',
- 'Administrators' => '管理员列表',
- 'jurisdiction' => '权限设置',
- 'operation' => '日志管理',
- 'system' => '系统管理',
- 'set' => '基本设置',
- 'notice' => '公告管理', //
- 'play' => '游戏玩法介绍',
- 'menu_mange' => '管理菜单', //头部菜单
- 'account_list' => '会员列表',
- 'logout' => '退出',
- 'addmoney' => '加钱扣款',
- 'menu_index' => '首页',
- 'admin_list' => '管理员列表',
- 'take_money' => '提现管理',
- 'optlog' => '操作日志',
- 'name' => '导航名称',
- 'icon' => '图标',
- 'href' => '链接',
- 'type' => '类型',
- 'sort' => '排序',
- 'parent_id' => '父菜单',
- 'target' => '后台打开',
- 'id' => 'ID标识',
- 'navs_name' => '导航名称', //360cd.cn
- 'navs_url' => '导航地址',
- 'parent_name' => '父级名称',
- //360cd.cn
- 'delete_success' => '删除成功', //360cd.cn
- 'menu_edit' => '菜单修改',
- 'menu_add' => '用户添加',
- 'select_menutype' => '请选择类型',
- 'noparent' => '无上级',
- 'money_list' => '资金流水管理',
- 'fund_log' => '财务日志',
- 'fund_log' => '财务日志',
- );
|