123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- return [
- 'labels' => [
- 'User' => 'User',
- 'user' => 'user',
- ],
- 'fields' => [
- 'name' => 'name',
- 'email' => 'email',
- 'mobile' => 'mobile',
- 'bio' => 'bio',
- 'sex' => 'sex',
- 'location' => 'location',
- 'avatar' => 'avatar',
- 'fight' => 'fight',
- 'bg' => 'bg',
- 'tencent_im_user_id' => 'tencent im id',
- 'register_ip' => 'register ip',
- 'last_login_ip' => 'last login ip',
- 'is_auth' => 'auth status',
- 'online_status' => 'online status',
- 'online' => 'online',
- 'offline' => 'offline',
- 'unknown' => 'unknown',
- 'man' => 'man',
- 'woman' => 'woman',
- 'authorized' => 'authorized',
- 'unauthorized' => 'unauthorized',
- 'organization' => 'organization',
- 'public_figure' => 'public_figure',
- 'fansNum' => 'fansNum',
- 'followNum' => 'followNum',
- 'status' => 'status',
- 'fansList' => 'fansList',
- 'followList' => 'followList',
- 'normal' => 'normal',
- 'frozen' => 'frozen',
- 'modify_account' => 'Modify Account',
- 'user_authentication' => 'User Authentication',
- ],
- 'help'=>[
- 'mobile_help'=>'The mobile phone number remains unchanged if it is not modified',
- 'eamil_help'=>'Mailbox, unchanged if not modified',
- 'password_help'=>'Please enter 6-20 characters. If it is not filled in, it will not be modified',
- 'email_used'=>'The mailbox is already in use',
- 'mobile_used'=>'The phone number is already in use',
- 'refresh_error'=>'Please refresh and try again',
- ],
- 'options' => [
- ],
- ];
|