-
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.
* add locale * Create en.json * Update consumables.lua * Update cruise.lua * Update editor.lua * Update en.json
- Loading branch information
1 parent
28c2bde
commit 834c95f
Showing
5 changed files
with
60 additions
and
28 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
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
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
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
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.." | ||
} | ||
} |