12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- return [
- 'Id' => 'ID',
- 'Username' => 'Username',
- 'Nickname' => 'Nickname',
- 'Firstname' => 'Firstname',
- 'Lastname' => 'Lastname',
- 'Password' => 'Password',
- 'Salt' => 'Salt',
- 'Email' => 'Email',
- 'Mobile' => 'Mobile',
- 'Simplemobile' => 'Simple mobile',
- 'Avatar' => 'Avatar',
- 'Level' => 'Level',
- 'Gender' => 'Gender',
- 'Birthday' => 'Birthday',
- 'Bio' => 'Bio',
- 'Successions' => 'Successions',
- 'Maxsuccessions' => 'Maxsuccessions',
- 'Prevtime' => 'Prev time',
- 'Logintime' => 'Login time',
- 'Loginip' => 'Login ip',
- 'Loginfailure' => 'Login failure',
- 'Joinip' => 'Join ip',
- 'Jointime' => 'Join time',
- 'Createtime' => 'Create time',
- 'Updatetime' => 'Update time',
- 'Token' => 'Token',
- 'Status' => 'Status',
- 'Status -1' => 'Log off',
- 'Status 0' => 'Disable login',
- 'Status 1' => 'Normal',
- 'Oldstatus' => 'New or Old',
- 'Oldstatus 0' => 'New user',
- 'Oldstatus 1' => 'Old user',
- 'Verification' => 'Verification',
- 'Height' => 'Height',
- 'Age' => 'Age',
- 'Weight' => 'Weight',
- 'Address' => 'Address',
- 'Notice_email' => 'Notice email',
- 'Notice_email 1' => 'On',
- 'Notice_email 0' => 'Off',
- 'Notice_whatsapp' => 'Notice whatsapp',
- 'Notice_whatsapp 1' => 'On',
- 'Notice_whatsapp 0' => 'Off',
- 'Whatsapp' => 'Whatsapp',
- 'Knowus' => 'know about us',
- 'Health' => 'health',
- 'Emergency' => 'Emergency',
- 'Is_first' => 'is first',
- 'Is_first 0' => 'no',
- 'Is_first 1' => 'yes',
- '充值积分' => 'Points Top Up',
- '试课订单' => 'Trial Bookings',
- '预约订单' => 'Appointment Booking',
- '配套订单' => 'Package Booking',
- '用户' => 'User',
- '增加积分' => 'Points',
- '备注' => 'Remark',
- '负数可以减少' => 'Negative numbers can reduce',
- ];
|