DiverseYouthNightSchool/application/admin/lang/zh-cn/manystore/user_auth.php

24 lines
792 B
PHP
Raw Normal View History

<?php
return [
'Shop_id' => '机构shopid',
2024-12-18 09:37:26 +08:00
'User_id' => '授权前台用户',
'Status' => '授权状态',
'Status 0' => '待确认',
'Set status to 0'=> '设为待确认',
'Status 1' => '通过',
'Set status to 1'=> '设为通过',
'Status 2' => '拒绝',
'Set status to 2'=> '设为拒绝',
'Auth_time' => '授权确认时间',
'Createtime' => '发起时间',
'Update_time' => '修改时间',
2024-12-18 09:37:26 +08:00
'Shop.name' => '机构名称',
'User.nickname' => '授权前台用户昵称',
'User.avatar' => '授权前台用户头像',
'Add' => '添加用户授权申请',
'Delete'=>'取消授权',
'Del'=>'取消授权',
2024-12-18 09:37:26 +08:00
'User.mobile'=>'授权前台用户手机号',
];