diff --git a/src/assets/i18n/participant/de.json b/src/assets/i18n/participant/de.json index 2d4131fd14390116ff155b794f40d5e5f50a5d8d..ddd018813ed9c2d4fe417abc701c134d817a8e4c 100644 --- a/src/assets/i18n/participant/de.json +++ b/src/assets/i18n/participant/de.json @@ -25,5 +25,11 @@ "abstain": "Enthalten", "sent": "Antwort gesendet.", "your-answer": "Ihre Antwort" + }, + "statistic": { + "learning-status": "Lernstand", + "total": "Total", + "percentage": "Prozent", + "abstentions": "Enthaltungen" } } diff --git a/src/assets/i18n/participant/en.json b/src/assets/i18n/participant/en.json index 039bc8b02db68ec1dc98797c6bfb77eeb19cee21..a7b7f403f35e9cf76146b1577a63f380f258e3c6 100644 --- a/src/assets/i18n/participant/en.json +++ b/src/assets/i18n/participant/en.json @@ -25,5 +25,11 @@ "abstain": "Abstain", "sent": "Answer sent.", "your-answer": "Your answer" + }, + "statistic": { + "learning-status": "Learning status", + "total": "Total", + "percentage": "Percentage", + "abstentions": "Abstentions" } }