-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmolecules-and-light-strings_en.json
117 lines (117 loc) · 2.84 KB
/
molecules-and-light-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
{
"molecules-and-light.title": {
"value": "Molecules and Light"
},
"QuadWavelengthSelector.Microwave": {
"value": "Microwave"
},
"QuadWavelengthSelector.Infrared": {
"value": "Infrared"
},
"QuadWavelengthSelector.Visible": {
"value": "Visible"
},
"QuadWavelengthSelector.Ultraviolet": {
"value": "Ultraviolet"
},
"QuadWavelengthSelector.HigherEnergy": {
"value": "Higher Energy"
},
"molecularNamePattern": {
"value": "{0} ({1})"
},
"ControlPanel.CarbonMonoxide": {
"value": "Carbon Monoxide"
},
"ControlPanel.Nitrogen": {
"value": "Nitrogen"
},
"ControlPanel.Oxygen": {
"value": "Oxygen"
},
"ControlPanel.CarbonDioxide": {
"value": "Carbon Dioxide"
},
"ControlPanel.Methane": {
"value": "Methane"
},
"ControlPanel.NitrogenDioxide": {
"value": "Nitrogen Dioxide"
},
"ControlPanel.Ozone": {
"value": "Ozone"
},
"ControlPanel.Water": {
"value": "Water"
},
"ButtonNode.ReturnMolecule": {
"value": "Reset Molecule"
},
"SpectrumWindow.buttonCaption": {
"value": "Light Spectrum Diagram"
},
"SpectrumWindow.title": {
"value": "Light Spectrum"
},
"SpectrumWindow.frequencyArrowLabel": {
"value": "Increasing frequency and energy"
},
"SpectrumWindow.wavelengthArrowLabel": {
"value": "Increasing wavelength"
},
"SpectrumWindow.radioBandLabel": {
"value": "Radio"
},
"SpectrumWindow.microwaveBandLabel": {
"value": "Microwave"
},
"SpectrumWindow.infraredBandLabel": {
"value": "Infrared"
},
"SpectrumWindow.ultravioletBandLabel": {
"value": "Ultra-\nviolet"
},
"SpectrumWindow.xrayBandLabel": {
"value": "X-ray"
},
"SpectrumWindow.gammaRayBandLabel": {
"value": "Gamma\nray"
},
"SpectrumWindow.visibleBandLabel": {
"value": "Visible"
},
"SpectrumWindow.cyclesPerSecondUnits": {
"value": "Hz"
},
"SpectrumWindow.metersUnits": {
"value": "m"
},
"keyboardHelpDialog.observationWindow": {
"value": "Observation Window"
},
"keyboardHelpDialog.turnLightSourceOnOrOff": {
"value": "Turn light source on or off"
},
"keyboardHelpDialog.pauseOrPlayShortcut": {
"value": "Pause or play action in Observation Window"
},
"keyboardHelpDialog.stepForwardShortcut": {
"value": "When action is paused step forward in bigger steps"
},
"openSciEd.energySource": {
"value": "Energy from Earth’s Surface"
},
"a11y": {
"keyboardHelpDialog": {
"turnLightSourceOnOrOffDescription": {
"value": "Turn light source on or off with Space or Enter keys."
},
"pauseOrPlayShortcutDescription": {
"value": "Pause or play action in Observation Window with Alt key plus K."
},
"stepForwardShortcutDescription": {
"value": "When action is paused step forward in bigger steps with Alt key plus L."
}
}
}
}