www_fpvone_cn/application/admin/lang/zh-cn/fastim/user.php

42 lines
1.4 KiB
PHP
Raw Normal View History

2024-12-20 12:29:51 +08:00
<?php
return [
'Id' => 'ID',
'Type' => '用户类型',
'Type tourist' => '游客',
'Type user' => '会员',
'Type csr' => '客服',
'Group_id' => '客服组',
'Welcome Msg' => '新用户欢迎消息',
'Welcome Msg Tip' => '客服接入新用户时自动发送的欢迎消息',
'User_id' => '绑定用户',
'Admin_id' => '绑定管理员',
'Avatar' => '头像',
'Nickname' => '昵称',
'Referrer' => '用户来路',
'Mobile' => '手机',
'FaUser.Mobile' => '绑定用户手机',
'Email' => '邮箱',
'Gender' => '性别',
'Gender secrecy' => '保密',
'Gender male' => '男',
'Gender female' => '女',
'Age' => '年龄',
'Birthday' => '生日',
'Bio' => '格言',
'Occupation' => '职业',
'Company' => '公司',
'Status' => '状态',
'Status 0' => '离线',
'Status 1' => '在线',
'Status 2' => '忙碌',
'Status 3' => '隐身',
'Note' => '客服备注',
'Token' => 'Token',
'Loginip' => '登录ip',
'Wechat_openid' => '微信openid',
'Createtime' => '创建时间',
'FaUser.nickname' => '绑定用户',
'Admin.nickname' => '绑定管理员'
];