feat: add study modes to Memorize page

- Add 4 study modes: order-limited, order-infinite, random-limited, random-infinite
- Add mode selector buttons with icons
- Update progress display for infinite modes
- Add translations for all 8 locales
This commit is contained in:
2026-03-18 08:52:45 +08:00
parent c54376cbe6
commit 06012c43f2
9 changed files with 187 additions and 144 deletions

View File

@@ -296,6 +296,11 @@
"reverse": "Reverse",
"dictation": "Dictation",
"clickToPlay": "Click to play audio",
"modeOrderLimited": "Order",
"modeOrderInfinite": "Loop",
"modeRandomLimited": "Random",
"modeRandomInfinite": "Random Loop",
"restart": "Restart"
"yourAnswer": "Your answer",
"typeWhatYouHear": "Type what you hear...",
"correct": "Correct",