feat(VocabPracticeDialog): implement SRS session management and enhance UI feedback
All checks were successful
Deploy to production / deploy (push) Successful in 1m53s

- Added support for spaced repetition system (SRS) session management, allowing users to resume practice sessions with due items.
- Introduced new UI elements to display SRS session status, including total due, completed, and remaining items.
- Enhanced localization for SRS-related messages in multiple languages, improving user experience and clarity.
- Updated methods for saving and loading SRS session data to local storage, ensuring persistence across sessions.
This commit is contained in:
Torsten Schulz (local)
2026-04-17 16:28:19 +02:00
parent 9c121d2dc2
commit 3232e42251
6 changed files with 233 additions and 3 deletions

View File

@@ -452,6 +452,9 @@
"wrong": "Falsch.",
"acceptable": "Mögliche richtige Übersetzungen:",
"stats": "Statistik",
"dueToday": "Heute fällig",
"done": "Erledigt",
"remaining": "Noch offen",
"success": "Erfolg",
"fail": "Misserfolg",
"srsRateTitle": "Wie sicher war das?",
@@ -462,7 +465,9 @@
"srsGood": "Gut",
"srsGoodHint": "normal planen",
"srsEasy": "Leicht",
"srsEasyHint": "größerer Abstand"
"srsEasyHint": "größerer Abstand",
"srsFinishedTitle": "Für heute erledigt",
"srsFinishedDesc": "Du hast alle fälligen Begriffe aus dieser Runde geübt. Wenn später neue Begriffe fällig werden, kannst du hier weitermachen."
},
"search": {
"open": "Suche",