user.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Username' => 'Username',
  5. 'Nickname' => 'Nickname',
  6. 'Firstname' => 'Firstname',
  7. 'Lastname' => 'Lastname',
  8. 'Password' => 'Password',
  9. 'Salt' => 'Salt',
  10. 'Email' => 'Email',
  11. 'Mobile' => 'Mobile',
  12. 'Simplemobile' => 'Simple mobile',
  13. 'Avatar' => 'Avatar',
  14. 'Level' => 'Level',
  15. 'Gender' => 'Gender',
  16. 'Birthday' => 'Birthday',
  17. 'Bio' => 'Bio',
  18. 'Successions' => 'Successions',
  19. 'Maxsuccessions' => 'Maxsuccessions',
  20. 'Prevtime' => 'Prev time',
  21. 'Logintime' => 'Login time',
  22. 'Loginip' => 'Login ip',
  23. 'Loginfailure' => 'Login failure',
  24. 'Joinip' => 'Join ip',
  25. 'Jointime' => 'Join time',
  26. 'Createtime' => 'Create time',
  27. 'Updatetime' => 'Update time',
  28. 'Token' => 'Token',
  29. 'Status' => 'Status',
  30. 'Status -1' => 'Log off',
  31. 'Status 0' => 'Disable login',
  32. 'Status 1' => 'Normal',
  33. 'Oldstatus' => 'New or Old',
  34. 'Oldstatus 0' => 'New user',
  35. 'Oldstatus 1' => 'Old user',
  36. 'Verification' => 'Verification',
  37. 'Height' => 'Height',
  38. 'Age' => 'Age',
  39. 'Weight' => 'Weight',
  40. 'Address' => 'Address',
  41. 'Notice_email' => 'Notice email',
  42. 'Notice_email 1' => 'On',
  43. 'Notice_email 0' => 'Off',
  44. 'Notice_whatsapp' => 'Notice whatsapp',
  45. 'Notice_whatsapp 1' => 'On',
  46. 'Notice_whatsapp 0' => 'Off',
  47. 'Whatsapp' => 'Whatsapp',
  48. 'Knowus' => 'know about us',
  49. 'Health' => 'health',
  50. 'Emergency' => 'Emergency',
  51. 'Is_first' => 'is first',
  52. 'Is_first 0' => 'no',
  53. 'Is_first 1' => 'yes',
  54. '充值积分' => 'Points Top Up',
  55. '试课订单' => 'Trial Bookings',
  56. '预约订单' => '⁠Appointment Booking',
  57. '配套订单' => 'Package Booking',
  58. '用户' => 'User',
  59. '增加积分' => 'Points',
  60. '备注' => 'Remark',
  61. '负数可以减少' => 'Negative numbers can reduce',
  62. ];