Initial commit: Add MathHomeworkHelper project with web and Android components
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-11-25 11:07:51 +01:00
commit f9558008e1
37 changed files with 5318 additions and 0 deletions

20
translations/es.json Normal file
View file

@ -0,0 +1,20 @@
{
"title": "Ayudante de Tareas de Matemáticas",
"subtitle": "Práctica de Multiplicación",
"difficultyLevel": "Nivel de Dificultad:",
"easy": "Fácil",
"hard": "Difícil",
"difficulty1": "1 dígito × 1 dígito (p. ej., 5 × 7)",
"difficulty2": "1 dígito × 2 dígitos (p. ej., 5 × 23)",
"difficulty3": "2 dígitos × 2 dígitos (p. ej., 23 × 45)",
"difficulty4": "2 dígitos × 3 dígitos (p. ej., 23 × 456)",
"difficulty5": "3 dígitos × 3 dígitos (p. ej., 234 × 567)",
"checkAnswer": "Verificar Respuesta",
"points": "Puntos:",
"newProblem": "Nuevo Problema",
"congratulations": "🎉 ¡Felicitaciones! 🎉",
"youReached20Points": "¡Has alcanzado 20 puntos!",
"playAgain": "Jugar de Nuevo",
"correct": "¡Correcto! ¡Excelente trabajo! 🎉",
"incorrect": "Incorrecto. ¡Intenta de nuevo! 💪"
}