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

44 lines
1.4 KiB

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. ],
  40. 'options' => [
  41. //
  42. ],
  43. ];