Dice Ludo
{{ $t('title') }}
{{ $t('selectColors') }}
{{ $t('playersSelected', { count: selectedColors.length }) }}
{{ $t('pieceCountLabel') }}
{{ $t('botSettingsLabel') }}
{{ $t('remoteLobby.kicker') }}
{{ getRemoteLobbyPlayerLabel(player, index) }}
{{ getRemoteLobbyConnectionLabel(player.connectionStatus) }}
{{ $t('remoteLobby.freeSlot') }}
{{ $t('remoteLobby.waitingForPlayer') }}
{{ $t(remoteLobby.feedbackKey) }}
{{ $t(remoteLobby.errorKey) }}
{{ currentPlayerTurnTitle }}
{{ turnHint }}
{{ message }}
{{ $t(gameFinished ? 'gameResultKicker' : 'winnerKicker') }}
{{ gameFinished ? $t('gameResultSubtitle') : $t('winnerSubtitle', { player: winnerDialog.player }) }}
{{ $t('remoteCreate.intro') }}
{{ remoteCreateStatusText }}
{{ remoteCreateJoinedPlayersText }}
{{ $t(remoteGame.feedbackKey) }}
{{ $t('remoteJoin.intro') }}
{{ $t('remoteJoin.inviteCodeHelp') }}
{{ remoteJoinStatusText }}
{{ $t(remoteJoin.feedbackKey) }}