{{ t('appLabel') }}

Quiz Arena

{{ errorMessage }} {{ statusMessage }}

{{ t('room') }}

{{ room.roomCode }}

{{ t(currentQuestion.category) }} {{ t(currentQuestion.difficulty) }} {{ questionPosition }}

{{ currentQuestion.question }}

{{ t('finalRanking') }}

#{{ player.rank }} {{ player.name }} {{ player.score }}
  1. #{{ player.rank }} {{ player.name }} {{ player.score }}
{{ t('scoringRule') }} {{ scoring.correctAnswerPoints }} + {{ scoring.maxSpeedBonusPoints }}

{{ review.name }} - {{ review.score }}

{{ item.questionNumber }}. {{ item.question }} {{ item.points }} pts

{{ t('yourAnswer') }} {{ formatAnswer(item, item.answerIndex) }}

{{ t('correctAnswer') }} {{ formatAnswer(item, item.correctAnswerIndex) }}

{{ myRoomPlayer && myRoomPlayer.finishedGame ? t('finishedWaiting') : t('waiting') }}

{{ waitingText }}

{{ player.name }} {{ player.connected ? t('online') : t('offline') }}