-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfriction-strings_en.json
219 lines (219 loc) · 5.99 KB
/
friction-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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"friction.title": {
"value": "Friction"
},
"physics": {
"value": "Physics"
},
"chemistry": {
"value": "Chemistry"
},
"moveBookHeader": {
"value": "Move Book"
},
"bookTitle": {
"value": "Book"
},
"bookLabel": {
"value": "book or<br> zoomed-in book"
},
"moveBook": {
"value": "Move grabbed book or<br> grabbed zoomed-in book"
},
"moveInSmallerSteps": {
"value": "Move slower"
},
"a11y": {
"chemistryBook": {
"value": "Chemistry book"
},
"zoomedInChemistryBook": {
"value": "zoomed-in Chemistry book"
},
"grabButtonHelpText": {
"value": "Look for grab buttons. Once grabbed, use keyboard shortcuts to move book or zoomed-in book."
},
"moveBookWith": {
"value": "Move grabbed book or zoomed-in book up, left, down, or right with Arrow keys, or with letter keys W, A, S, or D."
},
"moveInSmallerStepsWith": {
"value": "Move slower with Shift plus Arrow keys, or Shift plus letter keys W, A, S, or D."
},
"initialKeyboardGrabbedNotTouching": {
"value": "Grabbed. Lightly on Physics book. Move book with W, A, S, or D key. Space to release."
},
"initialTouchGrabbedNotTouching": {
"value": "Grabbed. Lightly on Physics book. Drag finger to move book. Lift finger to release."
},
"initialKeyboardGrabbedTouching": {
"value": "Grabbed. Rub fast or slow with A or D keys. Space to release."
},
"initialTouchGrabbedTouching": {
"value": "Grabbed. Rub fast or slow dragging left or right. Lift to release."
},
"lightlyOnPhysicsBook": {
"value": "Lightly on Physics book."
},
"moveDownToRubHarder": {
"value": "Move down to rub harder."
},
"grabbedNotTouchingPattern": {
"value": "{{grabbedOnBook}} {{moveDownToRubHarder}}"
},
"rubFastOrSlow": {
"value": "Rub fast or slow."
},
"grabbedPattern": {
"value": "Grabbed. {{alert}}"
},
"amountOfAtoms": {
"sentence": {
"value": "Chemistry book has {{comparisonAmount}} jiggling atoms as {{breakAwayAmount}} have broken away.{{space}}"
},
"fewer": {
"value": "fewer"
},
"farFewer": {
"value": "far fewer"
},
"some": {
"value": "some"
},
"many": {
"value": "many"
}
},
"jiggle": {
"jiggleALot": {
"value": "jiggle a lot"
},
"jiggleALittle": {
"value": "jiggle a little"
},
"jiggleABit": {
"value": "jiggle a tiny bit"
},
"jigglingLess": {
"value": "jiggling less"
},
"less": {
"value": "less"
},
"evenLess": {
"value": "even less"
}
},
"temperature": {
"superHot": {
"value": "super hot"
},
"capitalizedVeryHot": {
"value": "Very Hot"
},
"veryHot": {
"value": "very hot"
},
"hot": {
"value": "hot"
},
"atWarm": {
"value": "warm"
},
"atCool": {
"value": "cool"
},
"thermometerPattern": {
"value": "surface temperature is {{temp}}"
},
"pattern": {
"value": "surface temperature thermometer is {{temp}}"
},
"more": {
"value": "more"
},
"faster": {
"value": "faster"
},
"evenFaster": {
"value": "even faster"
},
"superFast": {
"value": "super fast"
},
"evenCooler": {
"value": "even cooler"
},
"cooler": {
"value": "cooler"
},
"nowCooler": {
"value": "now cooler"
},
"warmer": {
"value": "warmer"
},
"evenHotter": {
"value": "even hotter"
},
"nowHotter": {
"value": "now hotter"
}
},
"screenSummary": {
"summarySentencePattern": {
"value": "{{chemistryBookString}} {{jiggleTemperatureScaleSentence}}"
},
"droppingAsAtomsJiggleLess": {
"value": "dropping as atoms jiggle less"
},
"atomsJigglePattern": {
"value": "atoms {{jiggleAmount}}"
},
"jiggleClausePattern": {
"value": "and {{jiggleAmount}}"
},
"jiggleTemperatureScaleSentence": {
"value": "In zoomed-in view of where books meet, {{temperatureClause}}, {{jigglingClause}}."
},
"grabChemistryBookPlay": {
"value": "Grab Chemistry book to play."
},
"continueRubbing": {
"value": "Grab Chemistry book to rub fast or slow."
},
"startingChemistryBookPattern": {
"value": "{{relativeChemistryBookSentence}}Chemistry book rests on top of a Physics book, and is ready to be rubbed against it."
},
"startingChemistryBookLightlyPattern": {
"value": "{{relativeChemistryBookSentence}}Chemistry book rests lightly on top of a Physics book, and is ready to be rubbed against it."
}
},
"moveDownToRubHarderSentence": {
"value": "Move down to rub harder."
},
"resetSimMoreObservationSentence": {
"value": "Reset sim to make more observations."
},
"atomsJiggleTinyBitTempCool": {
"value": "Atoms jiggle a tiny bit, temperature cool."
},
"frictionIncreasingAtomsJigglingTemperaturePattern": {
"value": "Jiggling {{jigglingAmount}}, {{temperature}}."
},
"frictionIncreasingAtomsJigglingTemperatureFirstPattern": {
"value": "Atoms {{jigglingAmount}}, temperature {{temperature}}."
},
"breakAwaySentenceFirst": {
"value": "{{temp}}. Atoms break away from chemistry book."
},
"breakAwaySentenceAgain": {
"value": "{{temp}}. More atoms break away."
},
"breakAwayNoneLeft": {
"value": "{{temp}}. Atoms jiggling very fast."
},
"readMeOverview": {
"value": "Friction is an interactive sim. It changes as you play with it. Get ready for Friction, there’s a stack of big textbooks ready to go. In zoomed-in view of textbooks you can observe how jiggling atoms and temperature change."
}
}
}