core: tournament: redesign tournamentCreateView

This commit is contained in:
2024-03-11 10:04:52 +01:00
parent cf27f8b9a0
commit e8921939a0
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"
}