{{ tr('portal.loginMenuTitle') }}

{{ tr('portal.loginMenuHint') }}

{{ tr('portal.loginStaff') }}

{{ tr('portal.mineHint') }}

{{ tr('portal.mineLoading') }}

{{ tr('portal.noLive') }}

{{ match.category }} - {{ match.group_name }} {{ tr('common.live') }}
{{ match.home_team_name }}
{{ match.home_score || 0 }}
{{ tr('common.vs') }}
{{ match.away_team_name }}
{{ match.away_score || 0 }}
{{ match.venue }} | {{ formatDateUi(match.match_date) }}

{{ tr('portal.noStandings') }}

{{ tr('portal.pickSeasonStandings') }}

{{ item.list[0]?.category || '' }} - {{ item.list[0]?.group_name || item.key }}

{{ tr('common.teamCount', { n: item.list.length }) }}

{{ tr('portal.rank') }} {{ tr('portal.team') }} {{ tr('portal.played') }} {{ tr('portal.won') }} {{ tr('portal.drawn') }} {{ tr('portal.lost') }} {{ tr('portal.gf') }} {{ tr('portal.ga') }} {{ tr('portal.gd') }} {{ tr('portal.pts') }}
{{ index + 1 }} {{ team.team_name }} {{ team.played }} {{ team.won }} {{ team.drawn }} {{ team.lost }} {{ team.goals_for }} {{ team.goals_against }} {{ team.goal_difference > 0 ? '+' : '' }}{{ team.goal_difference }} {{ team.points }}

{{ tr('portal.playoffTitle') }}

{{ tr('portal.playoffSub') }}

{{ match.category }} {{ match.group_name }} - {{ formatDateUi(match.match_date) }} {{ tr('portal.statusFinished') }} {{ tr('portal.statusPending') }}
{{ match.home_team_name || tr('common.tbd') }}
{{ match.home_score !== null ? match.home_score : '-' }} ({{ match.home_penalty }})
{{ tr('common.vs') }}
{{ match.away_team_name || tr('common.tbd') }}
{{ match.away_score !== null ? match.away_score : '-' }} ({{ match.away_penalty }})

{{ tr('portal.knockoutTitle') }}

{{ tr('portal.knockoutSub') }}

{{ match.category }} {{ match.group_name }} - {{ formatDateUi(match.match_date) }} {{ tr('portal.statusFinished') }} {{ tr('portal.statusPending') }}
{{ match.home_team_name || tr('common.tbd') }}
{{ match.home_score !== null ? match.home_score : '-' }} ({{ match.home_penalty }})
{{ tr('common.vs') }}
{{ match.away_team_name || tr('common.tbd') }}
{{ match.away_score !== null ? match.away_score : '-' }} ({{ match.away_penalty }})

{{ tr('portal.noBracket') }}

{{ tr('portal.pickSeasonBracket') }}

{{ tr('portal.noScorers') }}

{{ block.category }} - {{ tr('portal.scorersTitleSuffix') }}

{{ tr('common.playerCount', { n: block.list.length }) }}

{{ index + 1 }}
{{ scorer.player_name.substring(0, 1) }}
{{ scorer.player_name }}
{{ scorer.team_name }}
{{ scorer.total_goals }}
{{ tr('common.goalsLabel') }}

{{ tr('portal.noSchedule') }}

{{ match.category }} - {{ match.group_name }} - {{ tr('common.round', { n: match.round }) }} {{ getStatusText(match.status) }}
{{ match.home_team_name }}
{{ match.home_score }}
{{ tr('common.vs') }}
{{ match.away_team_name }}
{{ match.away_score }}
{{ match.venue }} | {{ formatDateUi(match.match_date) }}

{{ tr('portal.filterTitle') }}