{{ translate(t.subtitle, minRange, maxRange) }}
{{ translate(t.config_info, t[gameModes[gameModeKey].nameKey], gameModes[gameModeKey].min, gameModes[gameModeKey].max, gameModes[gameModeKey].attempts) }}
{{ t.current_mode }}
{{ t[gameModes[gameModeKey].nameKey] }}
{{ t.attempt }}
{{ currentAttempts }} / {{ maxAttempts }}
{{ t.high_score }}
{{ highScore !== null ? translate(t.attempt) + ' ' + highScore : 'N/A' }}
{{ gameMessage }}
{{ t.learn_p1 }}