Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
[matTooltipShowDelay]="500"
class="expand-button" color="primary"
mat-button
matTooltip="{{'fightList' | translate}}">
matTooltip="{{'projectMode' | translate}}">
<mat-icon>present_to_all</mat-icon>
</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"addTeamToTournament": "Afegir un nou equip a la lliga",
"statistics": "Estadístiques",
"fightList": "Llista de partits",
"projectMode": "Mode Projector",
"diplomas": "Diplomes",
"tournamentHitsStatistics": "Percentatge de Cops",
"competitorsRanking": "Classificació per competidors.",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"addTeamToTournament": "Neues Team zum Wettbewerb hinzufügen",
"statistics": "Statistiken",
"fightList": "Liste der Kämpfe",
"projectMode": "Projektormodus",
"diplomas": "Urkunden",
"tournamentHitsStatistics": "Prozentuale Treffer",
"competitorsRanking": "Klassifikation nach Teilnehmer",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"language": "Language",
"statistics": "Statistics",
"fightList": "List of matches",
"projectMode": "Projector Mode",
"diplomas": "Diplomas",
"tournamentHitsStatistics": "Percentage of Hits",
"shiaijo": "Shiaijo",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"addTeamToTournament": "Añadir un nuevo equipo al campeonato",
"statistics": "Estadísticas",
"fightList": "Lista de partidos",
"projectMode": "Modo Proyector",
"diplomas": "Diplomas",
"tournamentHitsStatistics": "Porcentaje de Golpes",
"competitorsRanking": "Clasificación por competidores.",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"addTeamToTournament": "Aggiungere una nuova squadra al campionato",
"statistics": "Statistiche",
"fightList": "Lista degli incontri",
"projectMode": "Modalità proiettore",
"diplomas": "Diplomi",
"tournamentHitsStatistics": "Percentuale dei Colpi",
"competitorsRanking": "Classificazione per competitore.",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"addTeamToTournament": "Voeg team toe",
"statistics": "Statistieken",
"fightList": "Overzicht wedstrijden",
"projectMode": "Projectormodus",
"diplomas": "Diploma",
"tournamentHitsStatistics": "Percentage Treffers",
"competitorsRanking": "Standen per deelnemer",
Expand Down
Loading