@{{ publicProfileUsername }}

{{ $t('profile_page.error_not_found') }}

{{ publicProfileData.name }}

{{ publicProfileData.bio }}

{{ $t('profile_page.input_prompt', { name: publicProfileData.name || 'they' }) }}

{{ profileTurnstileError }}
{{ $t('profile_page.questions_loading') }}

{{ $t('profile_page.questions_error_load', { error: questionState.loadingError }) }}

|
{{ $t('profile_page.questions_category_' + questionState.activeCategory) }}

{{ $t('profile_page.questions_error_submit', { error: questionState.submissionError }) }}

|

Something went wrong loading the question.

{{ $t('profile_page.thank_you_title') }}

{{ $t('profile_page.thank_you_message', { name: publicProfileData.name }) }}