海南旅游SAAS
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

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'fields' => [
  4. 'id' => 'ID',
  5. 'name' => '名称',
  6. 'username' => '用户名',
  7. 'email' => '邮箱',
  8. 'http_path' => 'HTTP路径',
  9. 'password' => '密码',
  10. 'password_confirmation' => '确认密码',
  11. 'created_at' => '创建时间',
  12. 'updated_at' => '更新时间',
  13. 'permissions' => '权限',
  14. 'slug' => '标识',
  15. 'user' => '用户',
  16. 'order' => '排序',
  17. 'ip' => 'IP',
  18. 'method' => '方法',
  19. 'uri' => 'URI',
  20. 'roles' => '角色',
  21. 'path' => '路径',
  22. 'input' => '输入',
  23. 'type' => '类型',
  24. ],
  25. 'labels' => [
  26. 'list' => '列表',
  27. 'edit' => '编辑',
  28. 'detail' => '详细',
  29. 'create' => '创建',
  30. 'root' => '顶级',
  31. 'scaffold' => '代码生成器',
  32. 'finance_statistics'=> '财务统计',
  33. 'demand_bidding'=> '我的竞标',
  34. 'my_bidding_product' => '竞标产品库',
  35. 'demand_product'=> '产品管理',
  36. 'MyBiddingProduct' => '竞标产品库',
  37. 'deposit' => '交易金',
  38. 'Deposit' => '交易金',
  39. 'audit' => '审核',
  40. 'Audit' => '审核',
  41. 'Order_statistics' => '订单统计',
  42. 'order_statistics' => '订单统计',
  43. 'User_statistics' => '用户统计',
  44. 'user_statistics' => '用户统计',
  45. 'Product_statistics' => '商品统计',
  46. 'product_statistics' => '商品统计',
  47. 'Agent_statistics' => '代理商统计',
  48. 'agent_statistics' => '代理商统计 ',
  49. 'Supplier_statistics' => '供应商统计',
  50. 'supplier_statistics' => '供应商统计 ',
  51. 'Setting_single' => '交易设置',
  52. 'setting_single' => '交易设置',
  53. 'Template' => '模版',
  54. 'template' => '模版',
  55. 'product' => '产品',
  56. 'Product' => '产品',
  57. 'Workorder_item' => '工单详情',
  58. 'workorder_item' => '工单详情',
  59. 'Wallet' => '提现',
  60. 'wallet' => '提现',
  61. 'Supplier_info' => '供应商信息',
  62. 'supplier_info' => '供应商信息',
  63. 'Deposit_log' => '交易金流水',
  64. 'deposit_log' => '交易金流水',
  65. ],
  66. 'options' => [
  67. //
  68. ],
  69. ];