add:俱乐部
This commit is contained in:
26
application/admin/lang/zh-cn/zy/club.php
Normal file
26
application/admin/lang/zh-cn/zy/club.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Gym_id' => '球馆',
|
||||
'Name' => '俱乐部名称',
|
||||
'Sub_name' => '简称',
|
||||
'Logo' => 'logo',
|
||||
'City' => '常住地',
|
||||
'Blurb' => '简介',
|
||||
'Join_type' => '入会方式',
|
||||
'Img' => '图片',
|
||||
'President' => '会长',
|
||||
'Admin_ids' => '管理员',
|
||||
'Tags' => '标签',
|
||||
'Is_public' => '是否公开',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
|
||||
'Join_type0' => '开放加入,无需审核',
|
||||
'Join_type1' => '开放申请,审核加入',
|
||||
'Join_type2' => '会员邀请,无需审核',
|
||||
'Join_type3' => '会员邀请,审核加入',
|
||||
'Join_type4' => '仅管理员邀请,无需审核',
|
||||
'Is_public0' => '否',
|
||||
'Is_public1' => '是',
|
||||
];
|
||||
Reference in New Issue
Block a user