|
|
|
@ -13,20 +13,20 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
time: "17:00", |
|
|
|
time: "17:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.mainTournamentsStart", |
|
|
|
titleKey: "schedule.events.preTournamentWarmup", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
time: "20:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.miniTournamentsKickoff", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
|
|
|
|
time: "18:00", |
|
|
|
time: "18:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.fightingGamesStart", |
|
|
|
titleKey: "schedule.events.killerInstinct", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "18:30", |
|
|
|
time: "18:30", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.mainTournamentsStart", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "20:00", |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
@ -39,23 +39,28 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
time: "10:00", |
|
|
|
time: "10:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.warmup", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
|
|
|
|
time: "10:30", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.mainTournamentsContinue", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "12:00", |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.miniTournamentsStart", |
|
|
|
titleKey: "schedule.events.miniTournamentsStart", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "11:00", |
|
|
|
time: "13:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.granblue", |
|
|
|
titleKey: "schedule.events.granblue", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "11:30", |
|
|
|
time: "13:30", |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.mainTournamentsStart", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "12:00", |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.granTurismo", |
|
|
|
titleKey: "schedule.events.granTurismoFinal", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "20:00", |
|
|
|
time: "20:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -65,4 +70,26 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
time: "*01:00", |
|
|
|
time: "*01:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
oct26: [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.expoClosed", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
|
|
|
|
time: "all day", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.cs2FinalStart", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "10:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.cs2Final", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "18:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.awardCeremony", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "18:30", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
], |
|
|
|
}; |
|
|
|
}; |
|
|
|
|