mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
feat(stats): add tournament-to-date stats tab
This commit is contained in:
parent
ba81e49eac
commit
d5a9dadc5d
9 changed files with 1263 additions and 4 deletions
|
|
@ -15,6 +15,7 @@ const dicts = {
|
|||
'nav.groups': 'Groups',
|
||||
'nav.bracket': 'Knockout',
|
||||
'nav.stadiums': 'Stadiums',
|
||||
'nav.stats': 'Stats',
|
||||
'hero.live': 'Live',
|
||||
'hero.nextMatch': 'Next match',
|
||||
'hero.kickoff': 'Kickoff!',
|
||||
|
|
@ -106,6 +107,37 @@ const dicts = {
|
|||
'share.copied': 'Link copied!',
|
||||
'share.confirm': 'Apply the shared prediction? Your current picks will be replaced.',
|
||||
'modal.addCalendar': 'Add to calendar',
|
||||
'stats.heroTitle': 'Tournament in progress',
|
||||
'stats.heroProgress': '{x} of {y} matches played',
|
||||
'stats.tileGoals': 'Goals',
|
||||
'stats.tileAvg': 'Goals / match',
|
||||
'stats.tileBiggestMargin': 'Biggest margin',
|
||||
'stats.tileCleanSheets': 'Clean sheets',
|
||||
'stats.overviewTitle': 'Overview',
|
||||
'stats.played': 'Matches played',
|
||||
'stats.decisive': 'Decisive',
|
||||
'stats.draws': 'Draws',
|
||||
'stats.goalsByPhase': 'Goals by stage',
|
||||
'stats.stageGroup': 'Group stage',
|
||||
'stats.teamStatsTitle': 'Team statistics',
|
||||
'stats.colGpg': 'G/M',
|
||||
'stats.colCS': 'CS',
|
||||
'tip.played': 'Matches played',
|
||||
'tip.won': 'Wins',
|
||||
'tip.drawn': 'Draws',
|
||||
'tip.lost': 'Losses',
|
||||
'tip.gf': 'Goals for (scored)',
|
||||
'tip.ga': 'Goals against (conceded)',
|
||||
'tip.gd': 'Goal difference (for − against)',
|
||||
'tip.pts': 'Points',
|
||||
'tip.gpg': 'Goals per match (average)',
|
||||
'tip.cs': 'Clean sheets (no goals conceded)',
|
||||
'stats.bestAttack': 'Best attack',
|
||||
'stats.bestDefense': 'Best defense',
|
||||
'stats.mostCleanSheets': 'Most clean sheets',
|
||||
'stats.prevPage': 'Previous page',
|
||||
'stats.nextPage': 'Next page',
|
||||
'stats.seeAllMatches': 'See all matches',
|
||||
'footer.note': 'Fan-made static hub — all data lives in JSON files.',
|
||||
},
|
||||
pt: {
|
||||
|
|
@ -117,6 +149,7 @@ const dicts = {
|
|||
'nav.groups': 'Grupos',
|
||||
'nav.bracket': 'Mata-mata',
|
||||
'nav.stadiums': 'Estádios',
|
||||
'nav.stats': 'Estatísticas',
|
||||
'hero.live': 'Ao vivo',
|
||||
'hero.nextMatch': 'Próxima partida',
|
||||
'hero.kickoff': 'Bola rolando!',
|
||||
|
|
@ -208,6 +241,37 @@ const dicts = {
|
|||
'share.copied': 'Link copiado!',
|
||||
'share.confirm': 'Aplicar os palpites compartilhados? Seus palpites atuais serão substituídos.',
|
||||
'modal.addCalendar': 'Adicionar à agenda',
|
||||
'stats.heroTitle': 'Copa em andamento',
|
||||
'stats.heroProgress': '{x} de {y} jogos disputados',
|
||||
'stats.tileGoals': 'Gols',
|
||||
'stats.tileAvg': 'Gols por jogo',
|
||||
'stats.tileBiggestMargin': 'Maior margem',
|
||||
'stats.tileCleanSheets': 'Sem sofrer gols',
|
||||
'stats.overviewTitle': 'Visão geral',
|
||||
'stats.played': 'Jogos disputados',
|
||||
'stats.decisive': 'Decididas',
|
||||
'stats.draws': 'Empates',
|
||||
'stats.goalsByPhase': 'Gols por fase',
|
||||
'stats.stageGroup': 'Fase de grupos',
|
||||
'stats.teamStatsTitle': 'Estatísticas por time',
|
||||
'stats.colGpg': 'G/J',
|
||||
'stats.colCS': 'CS',
|
||||
'tip.played': 'Jogos disputados',
|
||||
'tip.won': 'Vitórias',
|
||||
'tip.drawn': 'Empates',
|
||||
'tip.lost': 'Derrotas',
|
||||
'tip.gf': 'Gols pró (marcados)',
|
||||
'tip.ga': 'Gols contra (sofridos)',
|
||||
'tip.gd': 'Saldo de gols (pró − contra)',
|
||||
'tip.pts': 'Pontos',
|
||||
'tip.gpg': 'Gols por jogo (média)',
|
||||
'tip.cs': 'Clean sheets (sem sofrer gols)',
|
||||
'stats.bestAttack': 'Melhor ataque',
|
||||
'stats.bestDefense': 'Melhor defesa',
|
||||
'stats.mostCleanSheets': 'Mais clean sheets',
|
||||
'stats.prevPage': 'Página anterior',
|
||||
'stats.nextPage': 'Próxima página',
|
||||
'stats.seeAllMatches': 'Ver todas as partidas',
|
||||
'footer.note': 'Hub estático feito por fãs — todos os dados vivem em arquivos JSON.',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue