-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjoist-strings_en.json
662 lines (662 loc) · 17.6 KB
/
joist-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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
{
"joist.title": {
"value": "joist demo"
},
"done": {
"value": "Done"
},
"menuItem.options": {
"value": "Options\u2026"
},
"menuItem.about": {
"value": "About\u2026"
},
"menuItem.outputLog": {
"value": "Output Log"
},
"menuItem.phetWebsite": {
"value": "PhET Website\u2026"
},
"menuItem.reportAProblem": {
"value": "Report a Problem\u2026"
},
"menuItem.screenshot": {
"value": "Screenshot"
},
"menuItem.fullscreen": {
"value": "Full Screen"
},
"menuItem.getUpdate": {
"value": "Check for Updates\u2026"
},
"menuItem.enhancedSound": {
"value": "Extra Sound"
},
"menuItem.mailInputEventsLog": {
"value": "Mail Input Events Log",
"deprecated": true
},
"menuItem.outputInputEventsLog": {
"value": "Output Input Events Log",
"deprecated": true
},
"menuItem.submitInputEventsLog": {
"value": "Submit Input Events Log",
"deprecated": true
},
"menuItem.settings": {
"value": "Settings",
"deprecated": true
},
"title.settings": {
"value": "Settings"
},
"showPointers": {
"value": "Show Pointers"
},
"termsPrivacyAndLicensing": {
"value": "Terms, Privacy & Licensing",
"metadata": {
"phetioReadOnly": true
}
},
"credits.title": {
"value": "Credits",
"metadata": {
"phetioReadOnly": true
}
},
"credits.leadDesign": {
"value": "Lead Design: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.softwareDevelopment": {
"value": "Software Development: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.team": {
"value": "Team: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.contributors": {
"value": "Contributors: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.qualityAssurance": {
"value": "Quality Assurance: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.graphicArts": {
"value": "Graphic Arts: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.soundDesign": {
"value": "Sound Design: {0}",
"metadata": {
"phetioReadOnly": true
}
},
"credits.translation": {
"value": "Translation",
"metadata": {
"phetioReadOnly": true
}
},
"credits.thanks": {
"value": "Thanks",
"metadata": {
"phetioReadOnly": true
}
},
"options.title": {
"value": "Options",
"metadata": {
"phetioReadOnly": true
}
},
"versionPattern": {
"value": "version {0}",
"metadata": {
"phetioReadOnly": true
}
},
"updates.upToDate": {
"value": "This simulation is up to date."
},
"updates.outOfDate": {
"value": "New version available"
},
"updates.checking": {
"value": "Checking for updates\u2026"
},
"updates.offline": {
"value": "Unable to check for updates."
},
"updates.newVersionAvailable": {
"value": "There is a new version available: {0}."
},
"updates.yourCurrentVersion": {
"value": "Your current version is: {0}."
},
"updates.getUpdate": {
"value": "Get Update\u2026"
},
"updates.noThanks": {
"value": "No Thanks"
},
"translation.credits.link": {
"value": "Translation Credits",
"metadata": {
"phetioReadOnly": true
}
},
"thirdParty.credits.link": {
"value": "Third-party Credits",
"metadata": {
"phetioReadOnly": true
}
},
"keyboardShortcuts.title": {
"value": "Keyboard Shortcuts"
},
"keyboardShortcuts.toGetStarted": {
"value": "to get started"
},
"simTitleWithScreenNamePattern": {
"value": "{{simName}} \u2014 {{screenName}}",
"metadata": {
"phetioDocumentation": "This pattern is used when a multi-screen simulation is only displaying one screen."
}
},
"projectorMode": {
"value": "Projector Mode"
},
"queryParametersWarningDialog.invalidQueryParameters": {
"value": "Invalid Query Parameters"
},
"queryParametersWarningDialog.oneOrMoreQueryParameters": {
"value": "One or more of these query parameters have<br>invalid values:"
},
"queryParametersWarningDialog.theSimulationWillStart": {
"value": "The simulation will start with default values for<br>those query parameters."
},
"ieErrorPage.platformError": {
"value": "Platform Error"
},
"ieErrorPage.ieIsNotSupported": {
"value": "Internet Explorer is not supported."
},
"ieErrorPage.useDifferentBrowser": {
"value": "Please use a different browser to run this simulation."
},
"preferences.title": {
"value": "Preferences"
},
"preferences.tabs.general.title": {
"_comment": "Must stick around, though unused, because it is in previously published i18n-supported sims.",
"value": "General"
},
"preferences.tabs.overview.title": {
"value": "Overview"
},
"preferences.tabs.general.accessibilityIntro": {
"value": "We are adding features to our simulations to make them more inclusive. Some of these features support accessibility for learners with diverse needs and within diverse environments. Explore this menu to review or change the default presentation settings."
},
"preferences.tabs.general.moreAccessibility": {
"value": "To find other simulations with inclusive features, look for Access and Inclusion on the simulation filter page and filter by inclusive feature."
},
"preferences.tabs.simulation.title": {
"value": "Simulation"
},
"preferences.tabs.visual.title": {
"value": "Visual"
},
"preferences.tabs.visual.interactiveHighlights": {
"value": "Interactive Highlights"
},
"preferences.tabs.visual.interactiveHighlightsDescription": {
"value": "Add visual highlights for mouse and touch as you interact."
},
"preferences.tabs.visual.projectorModeDescription": {
"value": "Increase color contrast for better visibility in classrooms."
},
"preferences.tabs.audio.title": {
"value": "Audio"
},
"preferences.tabs.audio.voicing.titleEnglishOnly": {
"value": "Voicing (English Only)"
},
"preferences.tabs.audio.voicing.description": {
"value": "Voice and highlight content as you interact."
},
"preferences.tabs.audio.sounds.title": {
"value": "Sounds"
},
"preferences.tabs.audio.sounds.extraSounds.title": {
"value": "Extra Sounds"
},
"preferences.tabs.audio.audioFeatures.title": {
"value": "Audio Features"
},
"preferences.tabs.audio.sounds.description": {
"value": "Play sonifications and sound effects as you interact."
},
"preferences.tabs.audio.sounds.extraSounds.description": {
"value": "Play additional sound that may be helpful for some learners."
},
"preferences.tabs.input.title": {
"value": "Input"
},
"preferences.tabs.localization.title": {
"value": "Localization"
},
"preferences.tabs.localization.languageSelection.title": {
"value": "Languages"
},
"preferences.tabs.localization.languageSelection.description": {
"value": "Change language to translate on-screen text. Additional descriptions, when present, remain in English."
},
"preferences.tabs.localization.regionAndCulture.title": {
"value": "Region and Culture"
},
"preferences.tabs.localization.regionAndCulture.description": {
"value": "Select the portrayal of people, places, or objects in the sim. Images are not intended to represent the entire diversity of a region or culture."
},
"preferences.tabs.localization.regionAndCulture.africa": {
"value": "Africa"
},
"preferences.tabs.localization.regionAndCulture.africaModest": {
"value": "Africa (Modest)"
},
"preferences.tabs.localization.regionAndCulture.asia": {
"value": "Asia"
},
"preferences.tabs.localization.regionAndCulture.latinAmerica": {
"value": "Latin America"
},
"preferences.tabs.localization.regionAndCulture.oceania": {
"value": "Oceania"
},
"preferences.tabs.localization.regionAndCulture.random": {
"value": "Random"
},
"preferences.tabs.localization.regionAndCulture.unitedStatesOfAmerica": {
"value": "United States of America"
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.africa": {
"value": "Africa",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.africaModest": {
"value": "Africa (Modest)",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.asia": {
"value": "Asia",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.latinAmerica": {
"value": "Latin America",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.oceania": {
"value": "Oceania",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.multicultural": {
"value": "Multicultural",
"deprecated": true
},
"preferences.tabs.localization.regionAndCulture.portrayalSets.unitedStatesOfAmerica": {
"value": "United States of America",
"deprecated": true
},
"PhetButton.name": {
"value": "PhET Menu Button",
"deprecated": true
},
"HomeButton.name": {
"value": "Home",
"deprecated": true
},
"adaptedFrom": {
"value": "adapted from",
"deprecated": true
},
"titlePattern": {
"value": "{0} {1}",
"deprecated": true
},
"preferences.tabs.input.gestureControls.title": {
"value": "Gesture Control",
"deprecated": true
},
"preferences.tabs.input.gestureControls.description": {
"value": "Use touch with custom swipes and taps instead. No direct touch with gesture control enabled.",
"deprecated": true
},
"preferences.tabs.general.simulationSpecificSettings": {
"value": "Simulation-specific Settings",
"deprecated": true
},
"a11y": {
"keyboardHelp": {
"keyboardShortcuts": {
"value": "Keyboard Shortcuts"
},
"tabToGetStarted": {
"value": "Tab to get started."
}
},
"playArea": {
"value": "Play Area"
},
"controlArea": {
"value": "Control Area"
},
"inThePlayArea": {
"value": "In the Play Area:"
},
"inTheControlArea": {
"value": "In the Control Area:"
},
"simScreens": {
"value": "Sim Screens"
},
"simScreen": {
"value": "Sim Screen"
},
"screenNamePattern": {
"value": "{{name}} Screen"
},
"goToScreenPattern": {
"value": "Go to {{name}} Screen."
},
"screenSimPattern": {
"value": "{{screenName}}, {{simName}}"
},
"home": {
"value": "Home"
},
"homeScreenDescriptionPattern": {
"value": "Welcome to {{name}}. It has {{screens}} interactive screens that you can explore."
},
"homeScreenHint": {
"value": "Choose a screen to start exploring."
},
"homeScreenIntroPattern": {
"value": "{{description}} {{hint}}"
},
"homeScreenButtonDetailsPattern": {
"value": "On {{name}}, {{screenHint}}"
},
"simResources": {
"value": "Sim Resources"
},
"soundToggle": {
"alert": {
"simSoundOn": {
"value": "Audio Features on."
},
"simSoundOff": {
"value": "Audio Features off."
}
},
"label": {
"value": "All Audio"
}
},
"checkOutShortcuts": {
"value": "If needed, checkout keyboard shortcuts under Sim Resources."
},
"phetMenu": {
"value": "PhET Menu"
},
"preferences": {
"tabs": {
"labelledDescriptionPattern": {
"value": "{{label}}, {{description}}"
},
"tabResponsePattern": {
"value": "Preferences, {{title}} Tab"
},
"visual": {
"interactiveHighlights": {
"enabledAlert": {
"value": "Highlights on for all input."
},
"disabledAlert": {
"value": "Highlights off for mouse and touch."
}
}
},
"audio": {
"sounds": {
"soundsOn": {
"value": "Sounds on."
},
"soundsOff": {
"value": "Sounds off."
},
"extraSounds": {
"extraSoundsOn": {
"value": "Extra Sounds on."
},
"extraSoundsOff": {
"value": "Extra Sounds off."
}
}
},
"voicing": {
"title": {
"value": "Voicing"
},
"voicingOn": {
"value": "Voicing on."
},
"voicingOff": {
"value": "Voicing off."
},
"voicingOffOnlyAvailableInEnglish": {
"value": "Voicing off. Only available in English."
},
"toolbar": {
"title": {
"value": "Toolbar"
},
"toolbarAdded": {
"value": "Toolbar added to sim."
},
"toolbarRemoved": {
"value": "Toolbar removed."
}
},
"simVoicingOptions": {
"title": {
"value": "Sim Voicing Options"
},
"description": {
"value": "Choose details you want voiced as you interact."
},
"objectDetails": {
"label": {
"value": "Voice object details and changes"
},
"enabledAlert": {
"value": "Voicing object details and changes."
},
"disabledAlert": {
"value": "Object details and changes muted."
}
},
"contextChanges": {
"label": {
"value": "Voice surrounding context changes"
},
"enabledAlert": {
"value": "Voicing surrounding context changes."
},
"disabledAlert": {
"value": "Surrounding context changes muted."
}
},
"helpfulHints": {
"label": {
"value": "Voice helpful hints"
},
"enabledAlert": {
"value": "Voicing extra help."
},
"disabledAlert": {
"value": "Extra help muted."
}
}
},
"customizeVoice": {
"title": {
"value": "Customize Voice"
},
"expandedAlert": {
"value": "expanded"
},
"collapsedAlert": {
"value": "collapsed"
},
"variablesPattern": {
"value": "{{value}}x"
},
"writtenVariablesPattern": {
"value": "{{value}} times"
},
"voice": {
"title": {
"value": "Voice"
},
"titlePattern": {
"value": "Voice: {{value}}"
},
"noVoicesAvailable": {
"value": "No voices available"
}
},
"rate": {
"title": {
"value": "Rate"
},
"labelString": {
"value": "Voice Rate"
},
"rangeDescriptions": {
"low": {
"value": "in low range"
},
"normal": {
"value": "in normal range"
},
"aboveNormal": {
"value": "above normal range"
},
"high": {
"value": "in high range"
},
"voiceRateNormal": {
"value": "normal"
}
}
},
"pitch": {
"title": {
"value": "Pitch"
}
}
}
}
},
"input": {
"gestureControl": {
"enabledAlert": {
"value": "Custom taps and swipes on."
},
"disabledAlert": {
"value": "Custom taps and swipes off."
}
}
},
"localization": {
"languageSelection": {
"languageChangeResponsePattern": {
"value": "On-screen text now in {{language}}."
}
}
}
}
},
"toolbar": {
"title": {
"value": "Toolbar"
},
"openToolbar": {
"value": "Open Toolbar"
},
"closeToolbar": {
"value": "Close Toolbar"
},
"hideToolbar": {
"value": "Hide Toolbar"
},
"showToolbar": {
"value": "Show Toolbar"
},
"toolbarShown": {
"value": "Toolbar Shown."
},
"toolbarHidden": {
"value": "Toolbar hidden."
},
"voicing": {
"title": {
"value": "Sim Voicing"
},
"quickInfo": {
"value": "Quick Info"
},
"playOverviewLabel": {
"value": "Play Overview"
},
"playDetailsLabel": {
"value": "Play Details"
},
"playHintLabel": {
"value": "Play Hint"
},
"overviewLabel": {
"value": "Overview"
},
"detailsLabel": {
"value": "Details"
},
"hintLabel": {
"value": "Hint"
},
"simVoicingOnAlert": {
"value": "Sim Voicing on."
},
"simVoicingOffAlert": {
"value": "Sim Voicing off."
}
}
}
}
}