core: tournament: redesign tournamentCreateView

This commit is contained in:
2024-03-11 10:04:52 +01:00
committed by AdrienLSH
parent 4323747e96
commit 1352041a19
3 changed files with 40 additions and 24 deletions

View File

@ -46,5 +46,10 @@
"matchmakingTitle": "Matchmaking",
"matchmakingStartSearch": "Find a game",
"matchmakingStopSearch": "Stop matchmaking",
"matchmakingNbPlayers": "Number of players"
"matchmakingNbPlayers": "Number of players",
"TournamentCreateTitle": "Create tournament",
"TournamentCreateButton": "Create tournament",
"TournamentCreateTournamentName": "Tournament Name",
"TournamentCreateNbPlayerByGame": "Number of player in a game",
"TournamentCreateNbPlayer": "Number of players in the tournament"
}