{{ t('brandTitle') }}
{{ t('brandSubtitle') }}

{{ t('title') }}

{{ t('subtitle') }}

{{ t('statTime') }} {{ formattedTime }}
{{ t('statMoves') }} {{ moveCount }}
{{ countdownValue }}
{{ t('solvedLabel') }}
{{ winTimeLabel }}
{{ t('movesLabel', { count: lastWinEntry ? lastWinEntry.moves : moveCount }) }}
{{ winHighScoreLabel }}
{{ t('historySubtitle') }}
{{ isLoggedIn ? t('recentGamesLogged') : t('recentGamesGuest') }}
{{ t('historyEmpty') }}
{{ formatGameTime(game) }}
{{ formatDate(game.completedAt) }} · {{ t('movesLabel', { count: game.moves }) }}
{{ t('topScoresTitle') }}
{{ t('topScoresEmpty') }}
#{{ index + 1 }} · {{ formatGameTime(game) }}
{{ formatDate(game.completedAt) }} · {{ t('movesLabel', { count: game.moves }) }}