add:标签,球馆
This commit is contained in:
25
application/admin/lang/zh-cn/zy/stadium.php
Normal file
25
application/admin/lang/zh-cn/zy/stadium.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '球馆名称',
|
||||
'Sub_name' => '简称',
|
||||
'Position' => '位置',
|
||||
'Address' => '地址',
|
||||
'City' => '城市',
|
||||
'Contact' => '联系方式',
|
||||
'Blurb' => '简介',
|
||||
'Imgs' => '图片',
|
||||
'Admin_ids' => '管理员',
|
||||
'Tags' => '标签',
|
||||
'Status' => '状态',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
'User.id' => 'ID',
|
||||
'User.username' => '用户名',
|
||||
'User.nickname' => '昵称',
|
||||
'User.avatar' => '头像',
|
||||
'User.gender' => '性别',
|
||||
|
||||
'Status0' => '禁用',
|
||||
'Status1' => '正常',
|
||||
];
|
||||
21
application/admin/lang/zh-cn/zy/tags.php
Normal file
21
application/admin/lang/zh-cn/zy/tags.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Type' => '标签类型',
|
||||
'Group' => '标签分组',
|
||||
'Content_json' => '标签内容',
|
||||
'Choose' => '选择方式',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '修改时间',
|
||||
|
||||
'Single' => '仅单选',
|
||||
'Multiple' => '可多选',
|
||||
|
||||
'General' => '通用标签',
|
||||
'Ability' => '能力标签',
|
||||
'Role' => '角色标签',
|
||||
|
||||
'Gym' => '球馆标签',
|
||||
'Club' => '俱乐部标签',
|
||||
'User' => '用户标签',
|
||||
];
|
||||
Reference in New Issue
Block a user