| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | <?phpreturn [    'Id'               => 'ID',    'Group_id'         => '组别ID',    'Product_ids'      => '可核销商品',    'Intro_uid'        => '邀请人ID',    'Username'         => '用户名',    'Nickname'         => '昵称',    'Password'         => '密码',    'Salt'             => '密码盐',    'Email'            => '电子邮箱',    'Mobile'           => '手机号',    'Avatar'           => '头像',    'Level'            => '等级',    'Gender'           => '性别',    'Birthday'         => '生日',    'Bio'              => '格言',    'Successions'      => '连续登录天数',    'Maxsuccessions'   => '最大连续登录天数',    'Prevtime'         => '上次登录时间',    'Logintime'        => '登录时间',    'Loginip'          => '登录IP',    'Loginfailure'     => '失败次数',    'Joinip'           => '加入IP',    'Jointime'         => '加入时间',    'Createtime'       => '创建时间',    'Updatetime'       => '更新时间',    'Token'            => 'Token',    'Status'           => '状态',    'Status 1'         => '正常',    'Set status to 1'  => '设为正常',    'Status 0'         => '禁用',    'Set status to 0'  => '设为禁用',    'Status -1'        => '注销',    'Set status to -1' => '设为注销',    'Verification'     => '验证',    'Idcard_status'    => '实名认证',    'Idcard_status -1' => '未申请',    'Idcard_status 0'  => '待审核',    'Idcard_status 1'  => '审核通过',    'Idcard_status 2'  => '审核驳回',    'Group.name'       => '组名',    'Wallet.money'     => '余额',];
 |