forked from cncjs/cncjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for Dutch (Netherlands) language
- Loading branch information
Showing
8 changed files
with
542 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"dir": "ltr" | ||
} |
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,4 @@ | ||
{ | ||
"loading": "Bezig met laden...", | ||
"title": "CNCjs" | ||
} |
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,44 @@ | ||
{ | ||
"TinyG": { | ||
"machineState": { | ||
"initializing": "", | ||
"ready": "", | ||
"alarm": "", | ||
"stop": "", | ||
"end": "", | ||
"run": "", | ||
"hold": "", | ||
"probe": "", | ||
"cycle": "", | ||
"homing": "", | ||
"jog": "", | ||
"interlock": "", | ||
"shutdown": "", | ||
"panic": "" | ||
} | ||
}, | ||
"Grbl": { | ||
"activeState": { | ||
"idle": "", | ||
"run": "", | ||
"hold": "", | ||
"door": "", | ||
"home": "", | ||
"sleep": "", | ||
"alarm": "", | ||
"check": "" | ||
} | ||
}, | ||
"Smoothie": { | ||
"activeState": { | ||
"idle": "", | ||
"run": "", | ||
"hold": "", | ||
"door": "", | ||
"home": "", | ||
"sleep": "", | ||
"alarm": "", | ||
"check": "" | ||
} | ||
} | ||
} |
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,41 @@ | ||
{ | ||
"Rapid Move (G0)": "", | ||
"Linear Move (G1)": "", | ||
"CW Arc (G2)": "", | ||
"CCW Arc (G3)": "", | ||
"Probing (G38.2)": "", | ||
"Probing (G38.3)": "", | ||
"Probing (G38.4)": "", | ||
"Probing (G38.5)": "", | ||
"Cancel Mode (G80)": "", | ||
"P1 (G54)": "", | ||
"P2 (G55)": "", | ||
"P3 (G56)": "", | ||
"P4 (G57)": "", | ||
"P5 (G58)": "", | ||
"P6 (G59)": "", | ||
"XY Plane (G17)": "", | ||
"XZ Plane (G18)": "", | ||
"YZ Plane (G19)": "", | ||
"Inches (G20)": "", | ||
"Millimeters (G21)": "", | ||
"Exact Path (G61)": "", | ||
"Exact Stop (G61.1)": "", | ||
"Continuous (G64)": "", | ||
"Absolute (G90)": "", | ||
"Relative (G91)": "", | ||
"Inverse Time (G93)": "", | ||
"Units/Min (G94)": "", | ||
"Active Tool Offset (G43.1)": "", | ||
"No Tool Offset (G49)": "", | ||
"Program Stop (M0)": "", | ||
"Optional Program Stop (M1)": "", | ||
"Program End (M2)": "", | ||
"Program End and Rewind (M30)": "", | ||
"Spindle On, CW (M3)": "", | ||
"Spindle On, CCW (M4)": "", | ||
"Spindle Off (M5)": "", | ||
"Mist Coolant On (M7)": "", | ||
"Flood Coolant On (M8)": "", | ||
"Coolant Off (M9)": "" | ||
} |
Oops, something went wrong.