user.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'User' => 'User',
  5. 'user' => 'user',
  6. ],
  7. 'fields' => [
  8. 'name' => 'name',
  9. 'email' => 'email',
  10. 'mobile' => 'mobile',
  11. 'bio' => 'bio',
  12. 'sex' => 'sex',
  13. 'location' => 'location',
  14. 'avatar' => 'avatar',
  15. 'fight' => 'fight',
  16. 'bg' => 'bg',
  17. 'tencent_im_user_id' => 'tencent im id',
  18. 'register_ip' => 'register ip',
  19. 'last_login_ip' => 'last login ip',
  20. 'is_auth' => 'auth status',
  21. 'online_status' => 'online status',
  22. 'online' => 'online',
  23. 'offline' => 'offline',
  24. 'unknown' => 'unknown',
  25. 'man' => 'man',
  26. 'woman' => 'woman',
  27. 'authorized' => 'authorized',
  28. 'unauthorized' => 'unauthorized',
  29. 'organization' => 'organization',
  30. 'public_figure' => 'public_figure',
  31. 'fansNum' => 'fansNum',
  32. 'followNum' => 'followNum',
  33. 'status' => 'status',
  34. 'fansList' => 'fansList',
  35. 'followList' => 'followList',
  36. 'normal' => 'normal',
  37. 'frozen' => 'frozen',
  38. 'modify_account' => 'Modify Account',
  39. 'user_authentication' => 'User Authentication',
  40. ],
  41. 'help'=>[
  42. 'mobile_help'=>'The mobile phone number remains unchanged if it is not modified',
  43. 'eamil_help'=>'Mailbox, unchanged if not modified',
  44. 'password_help'=>'Please enter 6-20 characters. If it is not filled in, it will not be modified',
  45. 'email_used'=>'The mailbox is already in use',
  46. 'mobile_used'=>'The phone number is already in use',
  47. 'refresh_error'=>'Please refresh and try again',
  48. ],
  49. 'options' => [
  50. ],
  51. ];