Some checks failed
continuous-integration/drone/push Build is failing
- Integrate i18n translations for difficulty descriptions - Fix intermediate steps alignment in long multiplication display - Simplify spacing calculations for better layout consistency - Update translation files for all supported languages (en, es, el, sv)
20 lines
No EOL
749 B
JSON
20 lines
No EOL
749 B
JSON
{
|
||
"title": "Math Homework Helper",
|
||
"subtitle": "Multiplication Practice",
|
||
"difficultyLevel": "Difficulty Level:",
|
||
"easy": "Easy",
|
||
"hard": "Hard",
|
||
"difficulty1": "1 digit × 1 digit (e.g., 5 × 7)",
|
||
"difficulty2": "1 digit × 2 digits (e.g., 5 × 23)",
|
||
"difficulty3": "2 digits × 2 digits (e.g., 23 × 45)",
|
||
"difficulty4": "2 digits × 3 digits (e.g., 23 × 456)",
|
||
"difficulty5": "3 digits × 3 digits (e.g., 234 × 567)",
|
||
"checkAnswer": "Check Answer",
|
||
"points": "Points:",
|
||
"newProblem": "New Problem",
|
||
"congratulations": "🎉 Congratulations! 🎉",
|
||
"youReached10Points": "You've reached 10 points!",
|
||
"playAgain": "Play Again",
|
||
"correct": "Correct! Great job! 🎉",
|
||
"incorrect": "Incorrect. Try again! 💪"
|
||
} |