From ef6812f2d90b9b4ab714ce1b501d5ec98878d5a0 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Sun, 5 Oct 2025 16:11:33 +0300 Subject: [PATCH] Change timetable to be up to date. --- src/data/timetable.ts | 59 +++++++++++++++++++++++++++++++------------ translations/en.json | 15 ++++++++--- translations/et.json | 15 ++++++++--- 3 files changed, 65 insertions(+), 24 deletions(-) diff --git a/src/data/timetable.ts b/src/data/timetable.ts index db0cf2c..43c6817 100644 --- a/src/data/timetable.ts +++ b/src/data/timetable.ts @@ -13,20 +13,20 @@ export const scheduleData: Record = { time: "17:00", }, { - titleKey: "schedule.events.mainTournamentsStart", - locationKey: "schedule.locations.auditorium", - time: "20:00", - }, - { - titleKey: "schedule.events.miniTournamentsKickoff", - locationKey: "schedule.locations.studentHouse", + titleKey: "schedule.events.preTournamentWarmup", + locationKey: "schedule.locations.auditoriumAndStudentHouse", time: "18:00", }, { - titleKey: "schedule.events.fightingGamesStart", + titleKey: "schedule.events.killerInstinct", locationKey: "schedule.locations.studentHouse", time: "18:30", }, + { + titleKey: "schedule.events.mainTournamentsStart", + locationKey: "schedule.locations.auditorium", + time: "20:00", + }, { titleKey: "schedule.events.doorsClose", locationKey: "schedule.locations.auditoriumAndStudentHouse", @@ -39,23 +39,28 @@ export const scheduleData: Record = { locationKey: "schedule.locations.auditoriumAndStudentHouse", 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", locationKey: "schedule.locations.studentHouse", - time: "11:00", + time: "13:00", }, { titleKey: "schedule.events.granblue", locationKey: "schedule.locations.studentHouse", - time: "11:30", - }, - { - titleKey: "schedule.events.mainTournamentsStart", - locationKey: "schedule.locations.auditorium", - time: "12:00", + time: "13:30", }, { - titleKey: "schedule.events.granTurismo", + titleKey: "schedule.events.granTurismoFinal", locationKey: "schedule.locations.studentHouse", time: "20:00", }, @@ -65,4 +70,26 @@ export const scheduleData: Record = { 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", + }, + ], }; diff --git a/translations/en.json b/translations/en.json index 9919fb0..736c27c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -135,15 +135,22 @@ "location": "Location", "oct24": "October 24th", "oct25": "October 25th", + "oct26": "October 26th", "events": { "doorsOpen": "Doors open", - "mainTournamentsStart": "Main tournaments begin", - "miniTournamentsKickoff": "Mini-tournaments kick-off", - "fightingGamesStart": "Fighting game tournaments start", + "preTournamentWarmup": "Pre-tournament warmup and start of mini tournaments", + "killerInstinct": "Killer Instinct tournament", + "mainTournamentsStart": "CS2 and LoL tournaments begin", "doorsClose": "Doors close", + "warmup": "Warmup", + "mainTournamentsContinue": "LoL/CS2 tournaments continue", "miniTournamentsStart": "Mini-tournaments begin", "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": { "registrationSetup": "Registration and setup in auditorium", diff --git a/translations/et.json b/translations/et.json index 5aefd9b..9b4988a 100644 --- a/translations/et.json +++ b/translations/et.json @@ -136,15 +136,22 @@ "location": "Asukoht", "oct24": "24. oktoober", "oct25": "25. oktoober", + "oct26": "26. oktoober", "events": { "doorsOpen": "Uksed avatakse", - "mainTournamentsStart": "Põhiturniirid algavad", - "miniTournamentsKickoff": "Miniturniiride kick-off", - "fightingGamesStart": "Fighting games turniiride algus", + "preTournamentWarmup": "Eelturniiri soojendus ja miniturniiride algus", + "killerInstinct": "Killer Instinct turniir", + "mainTournamentsStart": "CS2 ja LoL turniirid algavad", "doorsClose": "Uksed suletakse", + "warmup": "Soojendus", + "mainTournamentsContinue": "LoL/CS2 turniirid jätkuvad", "miniTournamentsStart": "Miniturniirid algavad", "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": { "registrationSetup": "Registreerimine ja setup aulas",