-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathequality-explorer-strings_en.json
74 lines (74 loc) · 1.57 KB
/
equality-explorer-strings_en.json
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
{
"equality-explorer.title": {
"value": "Equality Explorer"
},
"screen.basics": {
"value": "Basics"
},
"screen.numbers": {
"value": "Numbers"
},
"screen.variables": {
"value": "Variables"
},
"screen.operations": {
"value": "Operations"
},
"screen.solveIt": {
"value": "Solve It!"
},
"snapshots": {
"value": "Snapshots"
},
"equationOrInequality": {
"value": "Equation or Inequality"
},
"variable": {
"value": "Variable"
},
"variables": {
"value": "Variables"
},
"x": {
"value": "x"
},
"questionMark": {
"value": "?"
},
"chooseYourLevel": {
"value": "Choose Your Level"
},
"solveFor": {
"value": "Solve for {{variable}}"
},
"levels": {
"value": "Levels"
},
"level1Description": {
"value": "<b>Level 1</b> One-step equations"
},
"level2Description": {
"value": "<b>Level 2</b> One-step equations with negative coefficients"
},
"level3Description": {
"value": "<b>Level 3</b> Two-step equations"
},
"level4Description": {
"value": "<b>Level 4</b> Multi-step equations with fractions"
},
"level5Description": {
"value": "<b>Level 5</b> Multi-step equations with variables on both sides"
},
"next": {
"value": "Next"
},
"numberTooBig": {
"value": "Oops!<br><br>That will make a number<br>that is too big for the sim.<br><br>Try a different operation!"
},
"leftSideFull": {
"value": "Oops!<br><br>Left side of the balance is full."
},
"rightSideFull": {
"value": "Oops!<br><br>Right side of the balance is full."
}
}