You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.4 KiB
71 lines
2.4 KiB
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:23:58
|
|
*/
|
|
|
|
return [
|
|
'fields' => [
|
|
'id' => 'ID',
|
|
'name' => '名称',
|
|
'username' => '用户名',
|
|
'email' => '邮箱',
|
|
'http_path' => 'HTTP路径',
|
|
'password' => '密码',
|
|
'password_confirmation' => '确认密码',
|
|
'created_at' => '创建时间',
|
|
'updated_at' => '更新时间',
|
|
'permissions' => '权限',
|
|
'slug' => '标识',
|
|
'user' => '用户',
|
|
'order' => '排序',
|
|
'ip' => 'IP',
|
|
'method' => '方法',
|
|
'uri' => 'URI',
|
|
'roles' => '角色',
|
|
'path' => '路径',
|
|
'input' => '输入',
|
|
'datetime' => '日期',
|
|
],
|
|
'labels' => [
|
|
'list' => '列表',
|
|
'edit' => '编辑',
|
|
'detail' => '详细',
|
|
'create' => '创建',
|
|
'root' => '顶级',
|
|
'scaffold' => '代码生成器',
|
|
// 面包屑
|
|
'auth' => '系统',
|
|
'roles' => '角色',
|
|
'permissions' => '权限',
|
|
'menu' => '菜单',
|
|
'logs' => '操作日志',
|
|
'option-order' => '期权订单',
|
|
'option-scene' => '期权场景',
|
|
'contract-pair' => '合约列表',
|
|
'contract-entrust' => '合约委托',
|
|
'contract-position' => '合约持仓',
|
|
'contract-wear-position-record' => '穿仓记录',
|
|
'contract-account' => '合约记录',
|
|
'article' => '文章列表',
|
|
'article-category' => '文章分类',
|
|
'subscription-Management' => '申购中',
|
|
'subscribe-record' => '申购记录',
|
|
'advice' => '联系我们',
|
|
'banner' => '轮播图管理',
|
|
'enquiries' => '咨询项目',
|
|
'admin-setting' => '通用配置',
|
|
'Contact' => '联系我们',
|
|
'navigate' => '导航配置',
|
|
'app-version' => 'APP版本',
|
|
'contract-share' => '合约分享',
|
|
'contract-risk' => '合约风控',
|
|
],
|
|
'options' => [
|
|
//
|
|
],
|
|
];
|
|
|