-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembrane-channels-strings_en.json
125 lines (125 loc) · 2.95 KB
/
membrane-channels-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
{
"membrane-channels.title": {
"value": "Membrane Channels"
},
"screen.simpleDiffusion": {
"value": "Simple Diffusion"
},
"screen.facilitatedDiffusion": {
"value": "Facilitated Diffusion"
},
"screen.activeTransport": {
"value": "Active Transport"
},
"screen.playground": {
"value": "Playground"
},
"solutes": {
"value": "Solutes"
},
"oxygen": {
"value": "O<sub>2</sub>"
},
"carbonDioxide": {
"value": "CO<sub>2</sub>"
},
"sodiumIon": {
"value": "Na<sup>+</sup>"
},
"potassiumIon": {
"value": "K<sup>+</sup>"
},
"glucose": {
"value": "Glucose"
},
"atp": {
"value": "ATP"
},
"outside": {
"value": "Outside"
},
"inside": {
"value": "Inside"
},
"membraneProteins": {
"value": "Membrane Proteins"
},
"membranePotentialLabels": {
"value": "Membrane Potential Labels"
},
"voltageGatedChannels": {
"value": "Voltage-gated Channels"
},
"ligandGatedChannels": {
"value": "Ligand-gated Channels"
},
"activeTransporters": {
"value": "Active Transporters"
},
"leakageChannels": {
"value": "Leakage Channels"
},
"sodiumIonNaPlus": {
"value": "Sodium Ion<br>(Na<sup>+</sup>)"
},
"potassiumIonKPlus": {
"value": "Potassium Ion<br>(K<sup>+</sup>)"
},
"membraneVoltagePotentialmV": {
"value": "Membrane Voltage Potential (mV)"
},
"addLigands": {
"value": "Add Ligands"
},
"removeLigands": {
"value": "Remove Ligands"
},
"animateLipids": {
"value": "Animate Lipids"
},
"animateLipidsDescription": {
"value": "Whether the phospholipids forming the cell membrane should be animated"
},
"a11y": {
"accordionBoxGroup": {
"accessibleHelpText": {
"value": "Grab proteins from toolboxes. Add up to 7 to membrane. Use keyboard shortcuts to grab, move, and release proteins in membrane."
},
"ligandGatedAccordionBox": {
"sodiumIonNaPlusLigandGated": {
"value": "Sodium Ion NA plus, Ligand-gated"
},
"potassiumIonKPlusLigandGated": {
"value": "Potassium Ion K plus, Ligand-gated"
}
},
"leakageChannelsAccordionBox": {
"sodiumIonNaPlusLeakage": {
"value": "Sodium Ion NA plus, Leakage"
},
"potassiumIonKPlusLeakage": {
"value": "Potassium Ion K plus, Leakage"
}
},
"voltageGatedChannelsAccordionBox": {
"sodiumIonNaPlusVoltageGated": {
"value": "Sodium Ion NA plus, Voltage-gated"
},
"potassiumIonKPlusVoltageGated": {
"value": "Potassium Ion K plus, Voltage-gated"
}
},
"activeTransportersAccordionBox": {
"sodiumPotassiumPump": {
"value": "Sodium-Potassium Pump"
},
"sodiumGlucoseCotransporter": {
"value": "Sodium-Glucose Cotransporter"
}
},
"toolAccessibleHelpText": {
"value": "Grab to pull protein to the membrane."
}
}
}
}