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' => '正常',
|
||||
];
|
||||
Reference in New Issue
Block a user