diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index d7bded04..51b69c4b 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -75,5 +75,7 @@ "sent": "sent", "failed": "gescheitert", "wrong": "etwas ist schief gelaufen", - "created": "erstellt" + "created": "erstellt", + "callbackLoading": "Sie werden angemeldet...", + "loginUnexpectedError": "Anmeldung fehlgeschlagen" } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 171eb1f8..10b1ab6f 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -75,5 +75,7 @@ "sent": "sent", "failed": "failed", "wrong": "something went wrong", - "created": "created" + "created": "created", + "callbackLoading": "You are being logged in...", + "loginUnexpectedError": "Login failed" } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index a3d3d89b..f83705c3 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -75,5 +75,7 @@ "sent": "envoyé", "failed": "échoué", "wrong": "quelque chose n'a pas fonctionné", - "created": "créé" + "created": "créé", + "callbackLoading": "Vous serez connecté...", + "loginUnexpectedError": "La connexion a échoué" } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 1fbed08d..b0804354 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -75,5 +75,7 @@ "sent": "verzonden", "failed": "mislukt", "wrong": "er ging iets verkeerd", - "created": "gecreëerd" + "created": "gecreëerd", + "callbackLoading": "Je wordt ingelogd...", + "loginUnexpectedError": "Inloggen mislukt" } diff --git a/frontend/src/views/CallbackPage.vue b/frontend/src/views/CallbackPage.vue index 06f814e8..0e532c24 100644 --- a/frontend/src/views/CallbackPage.vue +++ b/frontend/src/views/CallbackPage.vue @@ -1,8 +1,11 @@ - +