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.
70 lines
2.3 KiB
70 lines
2.3 KiB
<?php
|
|
|
|
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' => '输入',
|
|
'type' => '类型',
|
|
],
|
|
'labels' => [
|
|
'list' => '列表',
|
|
'edit' => '编辑',
|
|
'detail' => '详细',
|
|
'create' => '创建',
|
|
'root' => '顶级',
|
|
'scaffold' => '代码生成器',
|
|
'finance_statistics'=> '财务统计',
|
|
'demand_bidding'=> '我的竞标',
|
|
'my_bidding_product' => '竞标产品库',
|
|
'demand_product'=> '产品管理',
|
|
'MyBiddingProduct' => '竞标产品库',
|
|
'deposit' => '交易金',
|
|
'Deposit' => '交易金',
|
|
'audit' => '审核',
|
|
'Audit' => '审核',
|
|
'Order_statistics' => '订单统计',
|
|
'order_statistics' => '订单统计',
|
|
'User_statistics' => '用户统计',
|
|
'user_statistics' => '用户统计',
|
|
'Product_statistics' => '商品统计',
|
|
'product_statistics' => '商品统计',
|
|
'Agent_statistics' => '代理商统计',
|
|
'agent_statistics' => '代理商统计 ',
|
|
'Supplier_statistics' => '供应商统计',
|
|
'supplier_statistics' => '供应商统计 ',
|
|
'Setting_single' => '交易设置',
|
|
'setting_single' => '交易设置',
|
|
'Template' => '模版',
|
|
'template' => '模版',
|
|
'product' => '产品',
|
|
'Product' => '产品',
|
|
'Workorder_item' => '工单详情',
|
|
'workorder_item' => '工单详情',
|
|
'Wallet' => '提现',
|
|
'wallet' => '提现',
|
|
'Supplier_info' => '供应商信息',
|
|
'supplier_info' => '供应商信息',
|
|
'Deposit_log' => '交易金流水',
|
|
'deposit_log' => '交易金流水',
|
|
],
|
|
'options' => [
|
|
//
|
|
],
|
|
];
|