{{ $t('mainTitle') }}

{{ $t('browse') }}

{{ $t('title') }}

{{ $t('loading') }}

{{ searchState.error }}

{{ searchState.coupletData.upper }} —— {{ searchState.coupletData.lower }}

{{ $t('explanation') }}: {{ searchState.coupletData.explanation }}

{{ $t('noData') }}

{{ $t('quizTitle') }}

{{ $t('quizLoading') }}
{{ $t('progress', { current: quizState.currentIndex + 1, total: quizState.questions.length }) }}

{{ $t('questionUpper') }}:

{{ currentQuestion.upper }}

{{ $t('quizOver') }}

{{ $t('yourScore', { score: quizState.score, total: quizState.questions.length }) }}