<?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 0'          => '禁用',
    'Status 1'          => '正常',
    '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'
];