add:俱乐部成员
This commit is contained in:
23
application/admin/lang/zh-cn/zy/menber.php
Normal file
23
application/admin/lang/zh-cn/zy/menber.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Club_id' => '俱乐部',
|
||||
'User_id' => '用户',
|
||||
'Role' => '角色',
|
||||
'Remark' => '备注',
|
||||
'Activity' => '组球次数',
|
||||
'Game' => '比赛次数',
|
||||
'Plane' => '飞机次数',
|
||||
'Tags' => '标签',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'Club.name' => '俱乐部名称',
|
||||
'User.nickname' => '昵称',
|
||||
|
||||
'Role0' => '退出',
|
||||
'Role1' => '成员',
|
||||
'Role2' => '管理员',
|
||||
'Role3' => '会长',
|
||||
'Role-1' => '黑名单'
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user