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:
@@ -260,7 +260,14 @@
|
||||
"cardTypeNew": "Nuovo",
|
||||
"cardTypeLearning": "Apprendimento",
|
||||
"cardTypeReview": "Ripasso",
|
||||
"cardTypeRelearning": "Riapprendimento"
|
||||
"cardTypeRelearning": "Riapprendimento",
|
||||
"reverse": "Inverti",
|
||||
"dictation": "Dettato",
|
||||
"clickToPlay": "Clicca per riprodurre",
|
||||
"yourAnswer": "La tua risposta",
|
||||
"typeWhatYouHear": "Scrivi ciò che senti",
|
||||
"correct": "Corretto",
|
||||
"incorrect": "Errato"
|
||||
},
|
||||
"page": {
|
||||
"unauthorized": "Non sei autorizzato ad accedere a questo mazzo"
|
||||
|
||||
Reference in New Issue
Block a user