Change timetable to be up to date.

This commit is contained in:
Rene Arumetsa
2025-10-05 16:11:33 +03:00
parent ef03733db3
commit ef6812f2d9
3 changed files with 67 additions and 26 deletions

View File

@@ -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",
@@ -40,22 +40,27 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
time: "10:00", time: "10:00",
}, },
{ {
titleKey: "schedule.events.miniTournamentsStart", titleKey: "schedule.events.warmup",
locationKey: "schedule.locations.studentHouse", locationKey: "schedule.locations.auditoriumAndStudentHouse",
time: "11:00", time: "10:30",
}, },
{ {
titleKey: "schedule.events.granblue", titleKey: "schedule.events.mainTournamentsContinue",
locationKey: "schedule.locations.studentHouse",
time: "11:30",
},
{
titleKey: "schedule.events.mainTournamentsStart",
locationKey: "schedule.locations.auditorium", locationKey: "schedule.locations.auditorium",
time: "12:00", time: "12:00",
}, },
{ {
titleKey: "schedule.events.granTurismo", titleKey: "schedule.events.miniTournamentsStart",
locationKey: "schedule.locations.studentHouse",
time: "13:00",
},
{
titleKey: "schedule.events.granblue",
locationKey: "schedule.locations.studentHouse",
time: "13:30",
},
{
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",
},
],
}; };

View File

@@ -135,15 +135,22 @@
"location": "Location", "location": "Location",
"oct24": "October 24th", "oct24": "October 24th",
"oct25": "October 25th", "oct25": "October 25th",
"oct26": "October 26th",
"events": { "events": {
"doorsOpen": "Doors open", "doorsOpen": "Doors open",
"mainTournamentsStart": "Main tournaments begin", "preTournamentWarmup": "Pre-tournament warmup and start of mini tournaments",
"miniTournamentsKickoff": "Mini-tournaments kick-off", "killerInstinct": "Killer Instinct tournament",
"fightingGamesStart": "Fighting game tournaments start", "mainTournamentsStart": "CS2 and LoL tournaments begin",
"doorsClose": "Doors close", "doorsClose": "Doors close",
"warmup": "Warmup",
"mainTournamentsContinue": "LoL/CS2 tournaments continue",
"miniTournamentsStart": "Mini-tournaments begin", "miniTournamentsStart": "Mini-tournaments begin",
"granblue": "Granblue tournament", "granblue": "Granblue tournament",
"granTurismo": "Gran Turismo tournament" "granTurismoFinal": "Gran Turismo final",
"cs2FinalStart": "CS2 final begins",
"cs2Final": "CS2 final",
"awardCeremony": "Award ceremony",
"expoClosed": "Expo area is closed"
}, },
"locations": { "locations": {
"registrationSetup": "Registration and setup in auditorium", "registrationSetup": "Registration and setup in auditorium",

View File

@@ -136,15 +136,22 @@
"location": "Asukoht", "location": "Asukoht",
"oct24": "24. oktoober", "oct24": "24. oktoober",
"oct25": "25. oktoober", "oct25": "25. oktoober",
"oct26": "26. oktoober",
"events": { "events": {
"doorsOpen": "Uksed avatakse", "doorsOpen": "Uksed avatakse",
"mainTournamentsStart": "Põhiturniirid algavad", "preTournamentWarmup": "Eelturniiri soojendus ja miniturniiride algus",
"miniTournamentsKickoff": "Miniturniiride kick-off", "killerInstinct": "Killer Instinct turniir",
"fightingGamesStart": "Fighting games turniiride algus", "mainTournamentsStart": "CS2 ja LoL turniirid algavad",
"doorsClose": "Uksed suletakse", "doorsClose": "Uksed suletakse",
"warmup": "Soojendus",
"mainTournamentsContinue": "LoL/CS2 turniirid jätkuvad",
"miniTournamentsStart": "Miniturniirid algavad", "miniTournamentsStart": "Miniturniirid algavad",
"granblue": "Granblue turniir", "granblue": "Granblue turniir",
"granTurismo": "Gran Turismo turniir" "granTurismoFinal": "Gran Turismo finaal",
"cs2FinalStart": "CS2 finaali algus",
"cs2Final": "CS2 finaal",
"awardCeremony": "Auhinnatseremoonia",
"expoClosed": "Messiala on suletud"
}, },
"locations": { "locations": {
"registrationSetup": "Registreerimine ja setup aulas", "registrationSetup": "Registreerimine ja setup aulas",