🏆
{{ t('game.score') }}
{{ score }}
🎯
{{ t('game.shotsUntilNewRow') }}
{{ shotsUntilNewRow }}
⚡
{{ t('game.bubblesRemaining') }}
{{ bubblesRemaining }}
{{ t('game.nextBubble') }}

{{ modalTitle }}

{{ t('game.finalScore') }} {{ score }}

{{ t('settings.colorCount') }}

3 4 5 6 7
{{ tempColorCount }} {{ tempColorCount === 3 || tempColorCount === 4 ? t('settings.colorsPlural') : t('settings.colors') }}

{{ t('settings.aimType') }}

{{ t('settings.gameMode') }}

{{ t('settings.audio') }}

🏆 {{ t('game.leaderboard') }}

{{ t('leaderboard.yourStats') }}

{{ t('leaderboard.bestScore') }}: {{ playerStats.bestScore || 0 }}
{{ t('leaderboard.victories') }}: {{ playerStats.victories || 0 }}
{{ t('leaderboard.topAllTime') }}
{{ t('common.loading') }}...
{{ player.rank }}
{{ player.playerName }}
{{ player.score }}
{{ t('leaderboard.noData') }}