mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 15:22:59 +00:00
@@ -12,47 +12,60 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lobby",
|
||||
"schedule.locations.lanArea"
|
||||
"schedule.locations.lobbyAndLanArea"
|
||||
],
|
||||
time: "17:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamersSetup",
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse"
|
||||
],
|
||||
time: "17:00-19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.exploring",
|
||||
locationKey: [
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lanArea"
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse"
|
||||
],
|
||||
time: "17:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gameDevShowcasing",
|
||||
locationKey: "schedule.locations.lobby",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "17:00-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.miniTournaments",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "18:00-20:30",
|
||||
time: "18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lanAreaTournaments",
|
||||
locationKey: "schedule.locations.lanArea",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "18:00-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.miniTournaments",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "22:30-00:00",
|
||||
titleKey: "schedule.events.minigamesAndTournaments",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "18:00-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.blueCarpet",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse"
|
||||
],
|
||||
time: "19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.day1Begins",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse"
|
||||
],
|
||||
time: "19:30",
|
||||
},
|
||||
{
|
||||
@@ -75,16 +88,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "21:00-22:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.ssbuFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "21:00-21:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.streetFighter6Final",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "21:30-22:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2SwissR3",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
@@ -95,16 +98,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "22:00-23:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.invincibleVsFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "22:00-22:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.quakeDeathmatch",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "20:30-21:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2SwissR4",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
@@ -125,10 +118,9 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lobby",
|
||||
"schedule.locations.lanArea"
|
||||
"schedule.locations.lobbyAndLanArea"
|
||||
],
|
||||
time: "~02:00",
|
||||
time: "~01:00",
|
||||
},
|
||||
],
|
||||
sep12: [
|
||||
@@ -137,11 +129,20 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: [
|
||||
"schedule.locations.auditorium",
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lobby",
|
||||
"schedule.locations.lanArea"
|
||||
"schedule.locations.lobbyAndLanArea"
|
||||
],
|
||||
time: "09:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamersSetup",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "09:00-10:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamersSetup",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "09:00-11:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2WbR1",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
@@ -164,33 +165,18 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.expoOpens",
|
||||
locationKey: "schedule.locations.lobby",
|
||||
time: "09:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lanAreaOpens",
|
||||
locationKey: "schedule.locations.lanArea",
|
||||
time: "10:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.studentHouseOpens",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "10:00",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "12:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamedevExpo",
|
||||
locationKey: "schedule.locations.lobby",
|
||||
time: "09:00-19:00",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "12:00-19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.miniTournaments",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "10:00-17:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lanAreaTournaments",
|
||||
locationKey: "schedule.locations.lanArea",
|
||||
time: "10:00-22:00",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "13:00-19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2LbR1",
|
||||
@@ -239,42 +225,17 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.break",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "17:30-19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.avatarLegendsFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "19:00-19:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.rlFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "17:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs16Final",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "17:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.osuFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "17:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.eaFc26Final",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "17:00-18:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.evalHfdAndFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "18:00-19:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.avatarLegendsFinal",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "19:00-19:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamedevAwardCeremony",
|
||||
locationKey: "schedule.locations.lobby",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "19:00-20:00",
|
||||
},
|
||||
{
|
||||
@@ -294,28 +255,23 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.tekken8Final",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "18:00-18:30",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "19:30-20:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.tokonFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "18:30-19:00",
|
||||
titleKey: "schedule.events.streetFighter6Final",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "20:00-20:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamedevExpo",
|
||||
locationKey: "schedule.locations.lobby",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "20:00-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.twoXkoFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "19:30-20:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gt7HfdAndFinal",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "19:00-20:00",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "20:30-21:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2ScLbR5",
|
||||
@@ -323,14 +279,19 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
time: "20:30-21:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2ScTournamentFinal",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "22:30-00:30",
|
||||
titleKey: "schedule.events.ssbuFinal",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "21:00-21:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2ScLbR6",
|
||||
titleKey: "schedule.events.cs2ScTournamentFinal",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "21:30-22:30",
|
||||
time: "21:30-23:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.invincibleVsFinal",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "21:30-22:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2LbR3",
|
||||
@@ -339,27 +300,9 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.miniTournamentsAwardCeremony",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "22:00-22:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lanAreaAwardCeremony",
|
||||
locationKey: [
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lanArea"
|
||||
],
|
||||
time: "22:00-22:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.lanAreaFunTime",
|
||||
locationKey: "schedule.locations.lanArea",
|
||||
time: "22:30-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.exploring",
|
||||
locationKey: "schedule.locations.studentHouse",
|
||||
time: "22:30-00:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2LbR4",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
@@ -367,13 +310,13 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.awardCeremony",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
locationKey: "schedule.locations.lobbyAndLanArea",
|
||||
time: "00:00-00:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.doorsClose",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "~02:00",
|
||||
time: "~01:30",
|
||||
},
|
||||
],
|
||||
sep13: [
|
||||
@@ -381,8 +324,7 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
titleKey: "schedule.events.noEventsScheduled",
|
||||
locationKey: [
|
||||
"schedule.locations.studentHouse",
|
||||
"schedule.locations.lobby",
|
||||
"schedule.locations.lanArea"
|
||||
"schedule.locations.lobbyAndLanArea"
|
||||
],
|
||||
time: "-",
|
||||
},
|
||||
@@ -391,6 +333,11 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "09:00",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.gamersSetup",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
time: "09:30-10:30",
|
||||
},
|
||||
{
|
||||
titleKey: "schedule.events.cs2WbR4",
|
||||
locationKey: "schedule.locations.auditorium",
|
||||
|
||||
Reference in New Issue
Block a user