mathstuff/translations/el.json
Juan José Gutiérrez de Quevedo Pérez b907866c85
Some checks failed
continuous-integration/drone/push Build is failing
Refactor: Improve i18n support and fix multiplication steps layout
- 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)
2025-11-25 17:46:30 +01:00

20 lines
No EOL
1,012 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "🎉 Συγχαρητήρια! 🎉",
"youReached10Points": "Έφτασες τους 10 πόντους!",
"playAgain": "Παίξε Ξανά",
"correct": "Σωστό! Εξαιρετική δουλειά! 🎉",
"incorrect": "Λάθος. Προσπάθησε ξανά! 💪"
}