add:赛事

This commit is contained in:
2025-04-30 16:15:04 +08:00
parent 08a6dfdb6e
commit 2886c4162b
8 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
<?php
return [
'Pid' => '主活动比赛',
'Act_id' => '球局活动',
'Gym_id' => '球馆',
'Club_id' => '俱乐部',
'Name' => '赛事名称',
'Team_type' => '队伍类型',
'Rule_type' => '规则类型',
'Date' => '比赛日期',
'Week' => '星期几',
'Start_time' => '开始时间',
'End_time' => '结束时间',
'Public_time' => '发布时间',
'Join_start_time' => '报名开始时间',
'Join_end_time' => '报名截止时间',
'Quit_time' => '免费退坑时间',
'Game_time' => '比赛时长(时)',
'Address' => '地点',
'Field' => '场地号',
'Position' => '经纬度',
'Cost' => '报名费用',
'Limit_num' => '报名限制人数',
'Join_num' => '报名人数',
'Attention' => '关注人数',
'Status' => '状态',
'Describe' => '比赛介绍',
'Img' => '图片',
'Game_rule' => '比赛规则',
'Is_public' => '是否公开',
'Bring_num' => '可带人数',
'Is_bring' => '可否带人',
'Referee' => '裁判',
'Create_time' => '创建时间',
'Update_time' => '修改时间',
'Activity.name' => '名称',
'Stadium.name' => '球馆名称',
'Club.name' => '俱乐部名称',
'User.username' => '用户名',
"Is_public0" => "",
"Is_public1" => "",
"Is_bring0" => "",
"Is_bring1" => "",
"Team_type1" => "双打",
"Team_type2" => "单打",
"Team_type3" => "团队",
"Rule_type1" => "八人转",
"Rule_type2" => "超八转",
"Rule_type3" => "混双转",
"Rule_type4" => "固搭转",
"Rule_type5" => "固定擂",
"Rule_type6" => "活动擂",
"Type0" => "一次性",
"Type1" => "周期性",
"Status0" => "未开始",
"Status1" => "报名中",
"Status2" => "进行中",
"Status3" => "已结束",
"Week0" => "周日",
"Week1" => "周一",
"Week2" => "周二",
"Week3" => "周三",
"Week4" => "周四",
"Week5" => "周五",
"Week6" => "周六",
];