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:
@@ -304,32 +304,11 @@
|
||||
"showAnswer": "정답 보기",
|
||||
"nextCard": "다음",
|
||||
"again": "다시",
|
||||
"hard": "어려움",
|
||||
"good": "좋음",
|
||||
"easy": "쉬움",
|
||||
"now": "지금",
|
||||
"lessThanMinute": "1분 미만",
|
||||
"inMinutes": "{n}분 후",
|
||||
"inHours": "{n}시간 후",
|
||||
"inDays": "{n}일 후",
|
||||
"inMonths": "{n}개월 후",
|
||||
"minutes": "분",
|
||||
"days": "일",
|
||||
"months": "개월",
|
||||
"minAbbr": "분",
|
||||
"dayAbbr": "일",
|
||||
"cardTypeNew": "새 카드",
|
||||
"cardTypeLearning": "학습 중",
|
||||
"cardTypeReview": "복습",
|
||||
"cardTypeRelearning": "재학습",
|
||||
"reverse": "반대로",
|
||||
"dictation": "받아쓰기",
|
||||
"clickToPlay": "클릭하여 재생",
|
||||
"yourAnswer": "당신의 답",
|
||||
"typeWhatYouHear": "들은 내용을 입력하세요",
|
||||
"correct": "정답!",
|
||||
"incorrect": "오답",
|
||||
"nextCard": "다음"
|
||||
"modeOrderLimited": "순서",
|
||||
"modeOrderInfinite": "반복",
|
||||
"modeRandomLimited": "무작위",
|
||||
"modeRandomInfinite": "무작위 반복",
|
||||
"restart": "다시 시작"
|
||||
},
|
||||
"page": {
|
||||
"unauthorized": "권한이 없습니다"
|
||||
|
||||
Reference in New Issue
Block a user