feat(learn): add reverse and dictation modes for card review

- Add reverse mode to swap card front/back
- Add dictation mode with TTS audio playback and answer verification
- Add i18n translations for new features in all 8 languages
- Integrate useAudioPlayer hook for TTS playback
This commit is contained in:
2026-03-14 11:52:56 +08:00
parent 6213dd2338
commit c525bd4591
9 changed files with 251 additions and 22 deletions

View File

@@ -252,7 +252,14 @@
"cardTypeNew": "New",
"cardTypeLearning": "Learning",
"cardTypeReview": "Review",
"cardTypeRelearning": "Relearning"
"cardTypeRelearning": "Relearning",
"reverse": "Reverse",
"dictation": "Dictation",
"clickToPlay": "Click to play audio",
"yourAnswer": "Your answer",
"typeWhatYouHear": "Type what you hear...",
"correct": "Correct",
"incorrect": "Incorrect"
},
"page": {
"unauthorized": "You are not authorized to access this deck"