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

@@ -233,32 +233,11 @@
"showAnswer": "Antwort zeigen",
"nextCard": "Weiter",
"again": "Nochmal",
"hard": "Schwer",
"good": "Gut",
"easy": "Leicht",
"now": "Jetzt",
"lessThanMinute": "weniger als 1 Minute",
"inMinutes": "in {n} Minute{n, plural, one {} other {n}}",
"inHours": "in {n} Stunde{n, plural, one {} other {n}}",
"inDays": "in {n} Tag{en}",
"inMonths": "in {n} Monat{en}",
"minutes": "Minuten",
"days": "Tage",
"months": "Monate",
"minAbbr": "min",
"dayAbbr": "d",
"cardTypeNew": "Neu",
"cardTypeLearning": "Lernen",
"cardTypeReview": "Wiederholen",
"cardTypeRelearning": "Neu lernen",
"reverse": "Umkehren",
"dictation": "Diktat",
"clickToPlay": "Klicken zum Abspielen",
"yourAnswer": "Ihre Antwort",
"typeWhatYouHear": "Schreiben Sie was Sie hören",
"correct": "Richtig!",
"incorrect": "Falsch",
"nextCard": "Nächste"
"modeOrderLimited": "Reihenfolge",
"modeOrderInfinite": "Schleife",
"modeRandomLimited": "Zufällig",
"modeRandomInfinite": "Zufällig Schleife",
"restart": "Neustart"
},
"page": {
"unauthorized": "Nicht autorisiert"