{{ $t("Welcome back!") }}
{{ $t("You need to login.") }}
{{
$t("Error while login with {provider}. Retry or login another way.", {
provider: $route.query.provider,
})
}}
{{
$t("Error while login with {provider}. This login provider doesn't exist.", {
provider: $route.query.provider,
})
}}
{{
$t(
"The user account you're trying to login as has not been confirmed yet. Check your email inbox and eventually your spam folder."
)
}}
{{ $t("resend confirmation email") }}
{{
$t("Impossible to login, your email or password seems incorrect.")
}}
{{
$t("No user account with this email was found. Maybe you made a typo?")
}}