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

20 lines
588 B
PHP

<?php
return [
'Shop_id' => '机构shopid',
'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' => '修改时间',
'Shop.name' => '店铺名称',
'User.nickname' => '昵称',
'User.avatar' => '头像'
];