diff --git a/frontend/i18n/locales/de.json b/frontend/i18n/locales/de.json index 6fd8122e..c9a243d1 100644 --- a/frontend/i18n/locales/de.json +++ b/frontend/i18n/locales/de.json @@ -48,7 +48,11 @@ "winnings": "Gewinn", "pointsLost": "Punkte verloren", "pointsEarned": "Punkte verdient", - "resultYourBet": "Gesetzt" + "resultYourBet": "Dein Einsatz", + "correctCount": "Du hattest {count} richtige", + "correctCountAll": "Du hattest alle richtig", + "correctCountNone": "Du hattest keine richtigen", + "bettingResult": "Tipp-Ergebnis" }, "result": { "receivedNoPoints": "Du hast keine Punkte gesammelt.", diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 638250ff..72e171f4 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -49,7 +49,7 @@ "pointsLost": "Points perdus", "pointsEarned": "Points gagnés", "resultYourBet": "Ta mise", - "correctCount": "Tu avais une bonne réponse | Tu avais {count} bonnes réponses", + "correctCount": "Tu avais {count} bonnes réponses", "correctCountAll": "Tu avais toutes les bonnes réponses.", "correctCountNone": "Tu n'avais aucune bonne réponse", "bettingResult": "Résultat des paris"