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
846 B
JSON
20 lines
No EOL
846 B
JSON
{
|
||
"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! 🎉",
|
||
"youReached10Points": "¡Has alcanzado 10 puntos!",
|
||
"playAgain": "Jugar de Nuevo",
|
||
"correct": "¡Correcto! ¡Excelente trabajo! 🎉",
|
||
"incorrect": "Incorrecto. ¡Intenta de nuevo! 💪"
|
||
} |