-
Notifications
You must be signed in to change notification settings - Fork 3
/
graphing-lines-strings_en.json
92 lines (92 loc) · 1.54 KB
/
graphing-lines-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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"graphing-lines.title": {
"value": "Graphing Lines"
},
"eraseLines": {
"value": "Erase Lines"
},
"saveLine": {
"value": "Save Line"
},
"slope": {
"value": "Slope"
},
"slopeUndefined": {
"value": "{0} = {1} (slope undefined)"
},
"graphTheLine": {
"value": "Graph the Line"
},
"makeTheEquation": {
"value": "Make the Equation"
},
"setTheSlope": {
"value": "Set the Slope"
},
"setTheYIntercept": {
"value": "Set the Y-intercept"
},
"setThePoint": {
"value": "Set the Point"
},
"putPointsOnLine": {
"value": "Put Points on Line"
},
"lineToGraph": {
"value": "Line to Graph:"
},
"yourLine": {
"value": "Your Line:"
},
"yourEquation": {
"value": "Your Equation:"
},
"aCorrectEquation": {
"value": "A Correct Equation:"
},
"undefined": {
"value": "undefined"
},
"notALine": {
"value": "... is not a line."
},
"symbol.x": {
"value": "x"
},
"symbol.y": {
"value": "y"
},
"symbol.slope": {
"value": "m"
},
"symbol.intercept": {
"value": "b"
},
"screen.slope": {
"value": "Slope"
},
"screen.slopeIntercept": {
"value": "Slope-Intercept"
},
"screen.pointSlope": {
"value": "Point-Slope"
},
"screen.lineGame": {
"value": "Line Game"
},
"point.XY": {
"value": "({0}, {1})"
},
"point.unknown": {
"value": "( ?, ? )"
},
"slopeIs": {
"value": "Slope is"
},
"chooseYourLevel": {
"value": "Choose Your Level"
},
"pattern_Level_0": {
"value": "Level {0}"
}
}