feat(vocab): enhance feedback acknowledgment and localization in vocabulary lessons
All checks were successful
Deploy to production / deploy (push) Successful in 2m41s

- Added acknowledgment messages for exercise reinforcement in German, English, and Spanish localization files to improve user guidance.
- Updated VocabLessonView to include a feedback acknowledgment button, enhancing user interaction after answering questions.
- Implemented logic to track feedback acknowledgment state, improving the flow of lesson reviews and user experience.
This commit is contained in:
Torsten Schulz (local)
2026-04-07 09:47:45 +02:00
parent 3cc5f63610
commit f504a5d597
5 changed files with 142 additions and 18 deletions

View File

@@ -523,6 +523,8 @@
"exerciseWrongTitle": "Noch nicht richtig",
"exerciseReinforcementGoPractice": "Zum Üben wechseln",
"exerciseReinforcementStay": "Bei der Prüfung bleiben",
"exerciseReinforcementGoPracticeAck": "Gelesen, zum Üben wechseln",
"exerciseReinforcementStayAck": "Gelesen, bei der Prüfung bleiben",
"exerciseStatusOpen": "Offen",
"exerciseStatusCorrect": "Erledigt",
"exerciseStatusRetry": "Nochmal prüfen",

View File

@@ -523,6 +523,8 @@
"exerciseWrongTitle": "Not quite right",
"exerciseReinforcementGoPractice": "Go to practice",
"exerciseReinforcementStay": "Stay on the test",
"exerciseReinforcementGoPracticeAck": "Read, go to practice",
"exerciseReinforcementStayAck": "Read, stay on the test",
"exerciseStatusOpen": "Open",
"exerciseStatusCorrect": "Done",
"exerciseStatusRetry": "Try again",

View File

@@ -521,6 +521,8 @@
"exerciseWrongTitle": "Aún no es correcto",
"exerciseReinforcementGoPractice": "Ir a practicar",
"exerciseReinforcementStay": "Seguir en la prueba",
"exerciseReinforcementGoPracticeAck": "Leído, ir a practicar",
"exerciseReinforcementStayAck": "Leído, seguir en la prueba",
"exerciseStatusOpen": "Pendiente",
"exerciseStatusCorrect": "Hecha",
"exerciseStatusRetry": "Revisar otra vez",