mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 15:22:59 +00:00
Fix LoL tournament timetable. Also changes in translation files to match reality.
This commit is contained in:
@@ -104,7 +104,7 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
|||||||
time: "23:00-00:00",
|
time: "23:00-00:00",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
titleKey: "schedule.events.lolGame4",
|
titleKey: "schedule.events.lolTournamentQuarters",
|
||||||
locationKey: "schedule.locations.auditorium",
|
locationKey: "schedule.locations.auditorium",
|
||||||
time: "23:00-00:00",
|
time: "23:00-00:00",
|
||||||
},
|
},
|
||||||
@@ -113,11 +113,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
|||||||
locationKey: "schedule.locations.auditorium",
|
locationKey: "schedule.locations.auditorium",
|
||||||
time: "00:00-01:00",
|
time: "00:00-01:00",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
titleKey: "schedule.events.lolGame5",
|
|
||||||
locationKey: "schedule.locations.auditorium",
|
|
||||||
time: "00:00-01:00",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
titleKey: "schedule.events.doorsClose",
|
titleKey: "schedule.events.doorsClose",
|
||||||
locationKey: [
|
locationKey: [
|
||||||
@@ -164,9 +159,9 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
|||||||
time: "11:30-12:30",
|
time: "11:30-12:30",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
titleKey: "schedule.events.lolTournamentQuarters",
|
titleKey: "schedule.events.lolSemiFinals",
|
||||||
locationKey: "schedule.locations.auditorium",
|
locationKey: "schedule.locations.auditorium",
|
||||||
time: "11:30-14:30",
|
time: "12:30-17:30",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
titleKey: "schedule.events.expoOpens",
|
titleKey: "schedule.events.expoOpens",
|
||||||
@@ -208,16 +203,6 @@ export const scheduleData: Record<string, ScheduleItem[]> = {
|
|||||||
locationKey: "schedule.locations.auditorium",
|
locationKey: "schedule.locations.auditorium",
|
||||||
time: "14:30-15:30",
|
time: "14:30-15:30",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
titleKey: "schedule.events.lolBreak",
|
|
||||||
locationKey: "schedule.locations.auditorium",
|
|
||||||
time: "14:30-15:00",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
titleKey: "schedule.events.lolSemiFinals",
|
|
||||||
locationKey: "schedule.locations.auditorium",
|
|
||||||
time: "15:00-18:00",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
titleKey: "schedule.events.cs2ScLbR3",
|
titleKey: "schedule.events.cs2ScLbR3",
|
||||||
locationKey: "schedule.locations.auditorium",
|
locationKey: "schedule.locations.auditorium",
|
||||||
|
|||||||
@@ -806,7 +806,7 @@
|
|||||||
"cs2LbR2": "CS2 Loser Bracket Round 2",
|
"cs2LbR2": "CS2 Loser Bracket Round 2",
|
||||||
"cs2LbR3": "CS2 Loser Bracket Round 3",
|
"cs2LbR3": "CS2 Loser Bracket Round 3",
|
||||||
"cs2LbR4": "CS2 Loser Bracket Round 4",
|
"cs2LbR4": "CS2 Loser Bracket Round 4",
|
||||||
"lolTournamentQuarters": "LoL Tournament Day 2 Start (Quarter finals)",
|
"lolTournamentQuarters": "LoL Quarterfinals",
|
||||||
"cs2ScWbR1": "CS2 Second Chance WB Round 1",
|
"cs2ScWbR1": "CS2 Second Chance WB Round 1",
|
||||||
"cs2ScLbR1": "CS2 Second Chance LB Round 1",
|
"cs2ScLbR1": "CS2 Second Chance LB Round 1",
|
||||||
"cs2ScWbR2": "CS2 Second Chance WB Round 2",
|
"cs2ScWbR2": "CS2 Second Chance WB Round 2",
|
||||||
|
|||||||
@@ -807,7 +807,7 @@
|
|||||||
"cs2LbR2": "CS2 kaotajate veergu 2. ring",
|
"cs2LbR2": "CS2 kaotajate veergu 2. ring",
|
||||||
"cs2LbR3": "CS2 kaotajate veergu 3. ring",
|
"cs2LbR3": "CS2 kaotajate veergu 3. ring",
|
||||||
"cs2LbR4": "CS2 kaotajate veergu 4. ring",
|
"cs2LbR4": "CS2 kaotajate veergu 4. ring",
|
||||||
"lolTournamentQuarters": "LoL turniiri teine päev (veerandfinaalid)",
|
"lolTournamentQuarters": "LoL veerandfinaalid",
|
||||||
"cs2ScWbR1": "CS2 teise šansi võitjate veergu 1. ring",
|
"cs2ScWbR1": "CS2 teise šansi võitjate veergu 1. ring",
|
||||||
"cs2ScLbR1": "CS2 teise šansi kaotajate veergu 1. ring",
|
"cs2ScLbR1": "CS2 teise šansi kaotajate veergu 1. ring",
|
||||||
"cs2ScWbR2": "CS2 teise šansi võitjate veergu 2. ring",
|
"cs2ScWbR2": "CS2 teise šansi võitjate veergu 2. ring",
|
||||||
|
|||||||
Reference in New Issue
Block a user