|
|
|
@ -13,20 +13,40 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
time: "17:00", |
|
|
|
time: "17:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.preTournamentWarmup", |
|
|
|
titleKey: "schedule.events.miniTournaments", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
|
|
|
|
time: "18:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.tournamentRegistration", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "18:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.streetFighter6", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "18:00", |
|
|
|
time: "18:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.killerInstinct", |
|
|
|
titleKey: "schedule.events.smashBrosUltimate", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "18:30", |
|
|
|
time: "18:30", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.mainTournamentsStart", |
|
|
|
titleKey: "schedule.events.cs2Tournament", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "20:00", |
|
|
|
time: "20:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.lolTournament", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "20:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.sf6SsbuFinale", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
|
|
|
|
time: "22:00", |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
@ -40,30 +60,45 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
time: "10:00", |
|
|
|
time: "10:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.warmup", |
|
|
|
titleKey: "schedule.events.cs2Continue", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "10:30", |
|
|
|
time: "11:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.mainTournamentsContinue", |
|
|
|
titleKey: "schedule.events.lolContinue", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "12:00", |
|
|
|
time: "12:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.miniTournamentsStart", |
|
|
|
titleKey: "schedule.events.2xkoTournament", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "13:00", |
|
|
|
time: "12:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.granblue", |
|
|
|
titleKey: "schedule.events.tekken8Tournament", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "13:30", |
|
|
|
time: "12:30", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.2xkoTekken8Finale", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
|
|
|
|
time: "18:00", |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.lolFinale", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "18:30", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.granTurismoFinal", |
|
|
|
titleKey: "schedule.events.granTurismoFinale", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
time: "20:00", |
|
|
|
time: "20:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
titleKey: "schedule.events.lolTournamentSemifinals", |
|
|
|
|
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
|
|
|
|
time: "*01:00", |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
locationKey: "schedule.locations.auditoriumAndStudentHouse", |
|
|
|
@ -72,22 +107,22 @@ export const scheduleData: Record<string, ScheduleItem[]> = { |
|
|
|
], |
|
|
|
], |
|
|
|
oct26: [ |
|
|
|
oct26: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.expoClosed", |
|
|
|
titleKey: "schedule.events.cs2Finale", |
|
|
|
locationKey: "schedule.locations.studentHouse", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "all day", |
|
|
|
time: "10:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.cs2FinalStart", |
|
|
|
titleKey: "schedule.events.cs2FinalMatch", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "10:00", |
|
|
|
time: "15:30", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.cs2Final", |
|
|
|
titleKey: "schedule.events.cs2TournamentFinale", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "18:00", |
|
|
|
time: "18:00", |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
titleKey: "schedule.events.awardCeremony", |
|
|
|
titleKey: "schedule.events.doorsClose", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
locationKey: "schedule.locations.auditorium", |
|
|
|
time: "18:30", |
|
|
|
time: "18:30", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|