-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtangible-strings_en.json
61 lines (61 loc) · 1.66 KB
/
tangible-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
{
"tangible.title": {
"value": "tangible demo"
},
"cameraInputHands": {
"value": "Camera Input: Hands"
},
"inputDevice": {
"value": "Input Device:"
},
"cameraInputRequiresInternet": {
"value": "Camera Input requires an internet connection."
},
"noMediaDevices": {
"value": "No media devices available"
},
"noMediaDevice": {
"value": "No available media device. Is it being used by another program?"
},
"errorLoadingCameraInputHands": {
"value": "Error Loading Camera Input: Hands"
},
"cameraInputHandsHelpText": {
"value": "Use custom hand movements to control the sim."
},
"cameraInputFlipX": {
"value": "Flip camera X-axis."
},
"cameraInputFlipXHeading": {
"value": "Are your hands moving the simulation hands in the wrong direction?"
},
"cameraInputFlipY": {
"value": "Flip camera Y-axis."
},
"cameraInputFlipYHeading": {
"value": "Are your hands mapped to the wrong simulation hands?"
},
"troubleshootingCameraInputHands": {
"value": "Troubleshooting Camera Input: Hands"
},
"troubleshootingParagraph": {
"value": "If needed, use the options below to change the behavior of the simulation hands to match your hand movements."
},
"a11y": {
"cameraInputFlipXChecked": {
"value": "X-axis for camera flipped."
},
"cameraInputFlipXUnchecked": {
"value": "X-axis for camera not flipped."
},
"cameraInputFlipYChecked": {
"value": "Y-axis for camera flipped."
},
"cameraInputFlipYUnchecked": {
"value": "Y-axis for camera not flipped."
},
"inputDeviceNameResponsePattern": {
"value": "Input Device: {{value}}"
}
}
}