14 lines
373 B
JSON
14 lines
373 B
JSON
|
|
{
|
||
|
|
"progress" : {
|
||
|
|
"attachHarness": "Attaching Race Harness",
|
||
|
|
"removeHarness": "Removing Race Harness"
|
||
|
|
},
|
||
|
|
"notify": {
|
||
|
|
"notInCar": "You're not in a car"
|
||
|
|
},
|
||
|
|
"error": {
|
||
|
|
"seatbelton": "Take your seatbelt off first",
|
||
|
|
"harnesson": "Take your harness off first"
|
||
|
|
},
|
||
|
|
"toggleCommand": "Toggle Seatbelt"
|
||
|
|
}
|