-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtranslations.json
More file actions
82 lines (82 loc) · 3.35 KB
/
translations.json
File metadata and controls
82 lines (82 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"fr": {
"Math trainer": "Formateur en mathématiques",
"Enter the answer...": "Entrez la réponse...",
"CHECK": "CHÈQUE",
"Skip this example": "Passer cet exemple",
"Skipped examples:": "Exemples sautés:",
"Solved examples:": "Exemples résolus:",
"Mistakes:": "Erreurs:",
"Addition within": "Addition dans les",
"Subtraction within": "Soustraction jusqu'à",
"Multiplication within 10": "Multiplication dans les 10",
"Division within 10": "Division dans les 10",
"Correctly": "Correctement",
"Wrongly": "À tort",
"Correct answer:": "Réponse correcte:"
},
"de": {
"Math trainer": "Mathematiktrainer",
"Enter the answer...": "Geben Sie hier ein, wie viel...",
"CHECK": "ÜBERPRÜFEN",
"Skip this example": "Überspringen Sie dieses Beispiel",
"Skipped examples:": "Übersprungene Beispiele:",
"Solved examples:": "Gelöste Beispiele:",
"Mistakes:": "Fehler:",
"Addition within": "Addition innerhalb von",
"Subtraction within": "Subtraktion innerhalb von",
"Multiplication within 10": "Multiplikation innerhalb von 10",
"Division within 10": "Division innerhalb von 10",
"Correctly": "Korrekt",
"Wrongly": "Falsch",
"Correct answer:": "Richtige Antwort:"
},
"it": {
"Math trainer": "Allenatore di matematica",
"Enter the answer...": "Inserisci la risposta...",
"CHECK": "VERIFICA",
"Skip this example": "Salta questo esempio",
"Skipped examples:": "Esempi saltati:",
"Solved examples:": "Esempi risolti:",
"Mistakes:": "Errori:",
"Addition within": "Addizione entro",
"Subtraction within": "Sottrazione entro",
"Multiplication within 10": "Moltiplicazione entro il 10",
"Division within 10": "Divisione entro il 10",
"Correctly": "Correttamente",
"Wrongly": "Erroneamente",
"Correct answer:": "Risposta corretta:"
},
"ru": {
"Math trainer": "Математический тренажёр",
"Enter the answer...": "Введите тут, сколько будет...",
"CHECK": "ПРОВЕРИТЬ",
"Skip this example": "Пропустить этот пример",
"Skipped examples:": "Пропущено примеров:",
"Solved examples:": "Решено примеров:",
"Mistakes:": "Ошибок:",
"Addition within": "Сложение в пределах",
"Subtraction within": "Вычитание в пределах",
"Multiplication within 10": "Умножение в пределах 10",
"Division within 10": "Деление в пределах 10",
"Correctly": "Правильно",
"Wrongly": "Неправильно",
"Correct answer:": "Правильный ответ:"
},
"uk": {
"Math trainer": "Математичний тренажер",
"Enter the answer...": "Введіть тут, скільки буде...",
"CHECK": "ПЕРЕВІРИТИ",
"Skip this example": "Пропустити цей приклад",
"Skipped examples:": "Пропущено прикладів:",
"Solved examples:": "Розв'язано прикладів:",
"Mistakes:": "Помилок:",
"Addition within": "Додавання в межах",
"Subtraction within": "Віднімання в межах",
"Multiplication within 10": "Множення в межах 10",
"Division within 10": "Ділення в межах 10",
"Correctly": "Правильно",
"Wrongly": "Неправильно",
"Correct answer:": "Правильна відповідь:"
}
}