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/el.json Normal file
View file

@ -0,0 +1,20 @@
{
"title": "Βοηθός Μαθηματικών Εργασιών",
"subtitle": "Εξάσκηση Πολλαπλασιασμού",
"difficultyLevel": "Επίπεδο Δυσκολίας:",
"easy": "Εύκολο",
"hard": "Δύσκολο",
"difficulty1": "1 ψηφίο × 1 ψηφίο (π.χ. 5 × 7)",
"difficulty2": "1 ψηφίο × 2 ψηφία (π.χ. 5 × 23)",
"difficulty3": "2 ψηφία × 2 ψηφία (π.χ. 23 × 45)",
"difficulty4": "2 ψηφία × 3 ψηφία (π.χ. 23 × 456)",
"difficulty5": "3 ψηφία × 3 ψηφία (π.χ. 234 × 567)",
"checkAnswer": "Έλεγχος Απάντησης",
"points": "Πόντοι:",
"newProblem": "Νέο Πρόβλημα",
"congratulations": "🎉 Συγχαρητήρια! 🎉",
"youReached20Points": "Έφτασες τους 20 πόντους!",
"playAgain": "Παίξε Ξανά",
"correct": "Σωστό! Εξαιρετική δουλειά! 🎉",
"incorrect": "Λάθος. Προσπάθησε ξανά! 💪"
}

20
translations/en.json Normal file
View file

@ -0,0 +1,20 @@
{
"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! 🎉",
"youReached20Points": "You've reached 20 points!",
"playAgain": "Play Again",
"correct": "Correct! Great job! 🎉",
"incorrect": "Incorrect. Try again! 💪"
}

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! 💪"
}

20
translations/sv.json Normal file
View file

@ -0,0 +1,20 @@
{
"title": "Matematikläxhjälp",
"subtitle": "Multiplikationspraktik",
"difficultyLevel": "Svårighetsnivå:",
"easy": "Lätt",
"hard": "Svårt",
"difficulty1": "1 siffra × 1 siffra (t.ex. 5 × 7)",
"difficulty2": "1 siffra × 2 siffror (t.ex. 5 × 23)",
"difficulty3": "2 siffror × 2 siffror (t.ex. 23 × 45)",
"difficulty4": "2 siffror × 3 siffror (t.ex. 23 × 456)",
"difficulty5": "3 siffror × 3 siffror (t.ex. 234 × 567)",
"checkAnswer": "Kontrollera Svar",
"points": "Poäng:",
"newProblem": "Nytt Problem",
"congratulations": "🎉 Grattis! 🎉",
"youReached20Points": "Du har nått 20 poäng!",
"playAgain": "Spela Igen",
"correct": "Rätt! Bra jobbat! 🎉",
"incorrect": "Fel. Försök igen! 💪"
}