-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmy-solar-system-strings_en.json
162 lines (162 loc) · 4.57 KB
/
my-solar-system-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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"my-solar-system.title": {
"value": "My Solar System"
},
"screen.intro": {
"value": "Intro"
},
"screen.lab": {
"value": "Lab"
},
"centerOfMass": {
"value": "Center of Mass"
},
"followCenterOfMass": {
"value": "Follow Center of Mass"
},
"returnBodies": {
"value": "Return Bodies"
},
"dataPanel.X": {
"value": "x"
},
"dataPanel.Y": {
"value": "y"
},
"dataPanel.Vx": {
"value": "V<sub>x</sub>"
},
"dataPanel.Vy": {
"value": "V<sub>y</sub>"
},
"mass": {
"value": "Mass"
},
"dataPanel.mass": {
"value": "Mass"
},
"dataPanel.velocity": {
"value": "Velocity"
},
"dataPanel.position": {
"value": "Position"
},
"dataPanel.bodies": {
"value": "Bodies"
},
"dataPanel.moreData": {
"value": "More Data"
},
"mode.sunAndPlanet": {
"value": "Sun, Planet"
},
"mode.sunPlanetAndMoon": {
"value": "Sun, Planet, Moon"
},
"mode.sunPlanetAndComet": {
"value": "Sun, Planet, Comet"
},
"mode.trojanAsteroids": {
"value": "Trojan Asteroids"
},
"mode.ellipses": {
"value": "Ellipses"
},
"mode.hyperbolic": {
"value": "Hyperbolic"
},
"mode.slingshot": {
"value": "Slingshot"
},
"mode.doubleSlingshot": {
"value": "Double Slingshot"
},
"mode.binaryStarPlanet": {
"value": "Binary Star, Planet"
},
"mode.fourStarBallet": {
"value": "Four Star Ballet"
},
"mode.doubleDouble": {
"value": "Double Double"
},
"mode.custom": {
"value": "Custom"
},
"mode.orbitalSystem1": {
"value": "Orbital System 1"
},
"mode.orbitalSystem2": {
"value": "Orbital System 2"
},
"mode.orbitalSystem3": {
"value": "Orbital System 3"
},
"mode.orbitalSystem4": {
"value": "Orbital System 4"
},
"units.kg": {
"value": "10<sup>28</sup> kg"
},
"unitsInfo.title": {
"value": "Units Information"
},
"unitsInfo.content": {
"value": "<b>Note 1:</b> An Astronomical Unit (AU) is about 150 million kilometers. This is the average distance between the Sun and the Earth."
},
"unitsInfo.content2": {
"value": "<b>Note 2:</b> The mass values in this simulation range from 1 Jupiter mass to 1.5 Solar masses. All astronomical objects show a similar behavior under a strong gravitational field, including smaller planets, comets, and asteroids."
},
"unitsInfo.content3": {
"value": "<b>Note 3:</b> Due to the large range of values in the simulation, the gravity force vectors may sometimes be too small or too large to display. The gravity force vectors can be rescaled with the zoom control."
},
"pattern.labelParenthesesUnits": {
"value": "{{label}} ({{units}})"
},
"pattern.range": {
"value": "{{min}} to {{max}}"
},
"keyboardHelpDialog.chooseAnOrbitalSystem": {
"value": "Choose an Orbital System"
},
"keyboardHelpDialog.orbitalSystems": {
"value": "orbital systems"
},
"keyboardHelpDialog.orbitalSystem": {
"value": "orbital system"
},
"a11y": {
"moreData": {
"value": "More Data"
},
"info": {
"value": "Info"
},
"numberOfBodies": {
"value": "Number of Bodies"
},
"introScreen": {
"screenSummary": {
"playAreaDescription": {
"value": "The Play Area is an observation window showing a scene with two planetary bodies. Experiment with the mass, velocity, location and direction of the two planetary bodies."
},
"controlAreaDescription": {
"value": "In the Control Area, there are options to add a grid and a measuring tape. You can also toggle on or off the path and values of your planetary bodies and also check their center of mass. The Control Area has options for how fast the action happens in the observation window including buttons to pause and step forward."
}
}
},
"labScreen": {
"screenSummary": {
"playAreaDescription": {
"value": "The Play Area is an observation window showing a scene with many options to set up your own experiments. Recreate our own Sun and Earth or make up your own solar system."
},
"controlAreaDescription": {
"value": "In the Control Area, there are options to view and change the area of the orbit and options to adjust and view orbital information. You can choose premade planetary alignments or choose your own, along with a Zoom in and out option. The Control Area has options for how fast the action happens in the observation window including buttons to pause and step forward."
}
},
"orbitalSystemSelector": {
"value": "Orbital System selector"
}
}
}
}