Group qualification scenarios: who's through, who needs what
Once a group reaches its closing stretch (≤3 open matches), every remaining win/draw/loss combination is enumerated and ranked with the real tiebreaker logic. Under each table: Top 2 secured / Top 2 with a win / Still possible (n of N outcomes) / Can't reach the top 2 — with an honest footnote that tight cases hinge on goal difference and third place runs through the cross-group best-thirds race. Pure, tested enumeration in src/lib/scenarios.ts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -148,6 +148,12 @@ export const de: Dict = {
|
||||
allTeams: "Alle 48 Teams",
|
||||
legendTop2: "Top 2 — kommen weiter",
|
||||
legendThird: "Platz 3 — im Rennen um die besten Dritten",
|
||||
scenarios: "Szenarien für die letzte Runde",
|
||||
scThrough: "Top 2 sicher",
|
||||
scWin: "Top 2 mit einem Sieg",
|
||||
scAlive: "Noch möglich ({n}/{total} Ausgänge)",
|
||||
scOut: "Top 2 nicht mehr erreichbar",
|
||||
scNote: "Die Szenarien zählen Sieg/Unentschieden/Niederlage der verbleibenden Gruppenspiele; knappe Fälle können trotzdem an der Tordifferenz hängen. Platz 3 läuft über den gruppenübergreifenden Vergleich der besten Dritten.",
|
||||
tableHeaderPldPts: "Sp. · Pkt.",
|
||||
colTeam: "Team",
|
||||
colPlayed: "Sp",
|
||||
|
||||
Reference in New Issue
Block a user