{{ $t('mainTitle') }}

{{ $t('title') }}

{{ $t('loading') }}

{{ searchState.error }}

{{ searchState.xiehouyuData.q }} —— {{ searchState.xiehouyuData.a }}

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

{{ $t('noData') }}

{{ $t('quizTitle') }}

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

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

{{ currentQuestion.front }}

{{ $t('quizOver') }}

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