{{ $t('mainTitle') }}

{{ $t('browse') }}

{{ $t('browseTitle') }}

{{ $t('loading') }}

{{ searchState.error }}

{{ searchState.poemData.title }}

{{ searchState.poemData.dynasty }} · {{ searchState.poemData.author }}

{{ searchState.poemData.content }}

{{ $t('explanation') }}: {{ searchState.poemData.explanation || $t('noExplanation') }}

{{ $t('noData') }}

{{ $t('quizTitle') }}

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

{{ $t('questionTitle') }}: {{ currentQuestion.title }}

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

{{ currentQuestion.givenLines.join('\n') }}

{{ $t('quizOver') }}

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