-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f21c12a
commit 1bf60dc
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"error":{ | ||
"canceled":"Canceled..", | ||
"cruise_control_disabled":"Cruise control disabled", | ||
"cruise_control_unavailable":"Cruise control unavailable", | ||
"deleted_recording":"Deleted Recording!", | ||
"later_aligator":"Later aligator!" | ||
}, | ||
"success":{ | ||
"cruise_control_enabled":"Cruise control enabled", | ||
"started_recording":"Started Recording!", | ||
"saved_recording":"Saved Recording!" | ||
}, | ||
"progress":{ | ||
"eating":"Eating..", | ||
"drinking":"Drinking..", | ||
"drinking_liquor":"Drinking liquor..", | ||
"quick_sniff":"Quick sniff..", | ||
"smoking_crack":"Smoking crack..", | ||
"popping_pills":"Popping pills..", | ||
"healing":"Healing..", | ||
"smoking_meth":"Smoking meth..", | ||
"lighting_joint":"Lighting joint.." | ||
}, | ||
"info":{ | ||
"minutes":"minutes", | ||
"seconds":"seconds.." | ||
} | ||
} |