We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed04fc commit 609d315Copy full SHA for 609d315
frontend/i18n/locales/nl.json
@@ -49,7 +49,7 @@
49
"pointsLost": "Punten verloren",
50
"pointsEarned": "Punten behaald",
51
"resultYourBet": "Je inzet",
52
- "correctCount": "Je had één goed | Je had{count} goed",
+ "correctCount": "Je had {count} goed",
53
"correctCountAll": "Je had alle antwoorden goed",
54
"correctCountNone": "Je had niks goed ",
55
"bettingResult": "Voorspelling resultaat"
@@ -62,6 +62,10 @@
62
"perfect": "Perfect!",
63
"thanksForAnswers": "Bedankt voor je antwoorden!",
64
"resultsRevealedLater": "De resultaten worden later bekendgemaakt."
65
+ },
66
+ "notSubmitted": {
67
+ "title": "Je hebt niks gedaan",
68
+ "message": "Je hebt niet deelgenomen aan deze voorspelling"
69
}
70
},
71
"challenges": {
0 commit comments