Skip to content

Commit

Permalink
Prepare for Dutch (Netherlands) language
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 24, 2017
1 parent 6b97583 commit 59509ce
Show file tree
Hide file tree
Showing 8 changed files with 542 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,14 @@ Locale | Language | Status | Contributors
[de](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/de) | Deutsch (German) | ✔ | [Thorsten Godau](https://github.com/dl9sec)
[es](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/es) | Español (Spanish) | ✔ | [Juan Biondi](https://github.com/yeyeto2788)
[fr](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/fr) | Français (French) | ✔ | [Simon Maillard](https://github.com/maisim), [CorentinBrulé](https://github.com/CorentinBrule)
[it](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/it) | Italiano (Italian) | ✔ | [vince87](https://github.com/vince87)
[hu](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/hu) | Magyar (Hungarian) | ✔ | Sipos Péter
[it](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/it) | Italiano (Italian) | ✔ | [vince87](https://github.com/vince87)
[ja](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/ja) | 日本語 (Japanese) | ✔ | [Naoki Okamoto](https://github.com/toonaoki)
[nl](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/nl) | Nederlands (Netherlands) | |
[pt-br](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/pt-br) | Português (Brasil) | ✔ | [cmsteinBR](https://github.com/cmsteinBR)
[ru](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/ru) | Ру́сский (Russian) | ✔ | [Denis Yusupov](https://github.com/minithc)
[zh-tw](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/zh-tw) | 繁體中文 (Traditional Chinese) | ✔ | [Cheton Wu](https://github.com/cheton)
[zh-cn](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/zh-cn) | 简体中文 (Simplified Chinese) | ✔ | [Mandy Chien](https://github.com/MandyChien), [Terry Lee](https://github.com/TerryShampoo)
[ja](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/ja) | 日本語 (Japanese) | ✔ | [Naoki Okamoto](https://github.com/toonaoki)

## Donate

Expand Down
1 change: 1 addition & 0 deletions i18n.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'hu', // Hungarian
'it', // Italian
'ja', // Japanese
'nl', // Nederlands
'pt-br', // Portuguese (Brazil)
'ru', // Russian
'zh-cn', // Simplified Chinese
Expand Down
3 changes: 3 additions & 0 deletions src/app/i18n/nl/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dir": "ltr"
}
4 changes: 4 additions & 0 deletions src/app/i18n/nl/resource.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"loading": "Bezig met laden...",
"title": "CNCjs"
}
1 change: 1 addition & 0 deletions src/web/containers/Settings/General/General.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class General extends PureComponent {
<option value="fr">Français (France)</option>
<option value="it">Italiano</option>
<option value="hu">Magyar</option>
<option value="nl">Nederlands</option>
<option value="pt-br">Português (Brasil)</option>
<option value="ru">Русский</option>
<option value="zh-tw">中文 (繁體)</option>
Expand Down
44 changes: 44 additions & 0 deletions src/web/i18n/nl/controller.json
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": ""
}
}
}
41 changes: 41 additions & 0 deletions src/web/i18n/nl/gcode.json
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)": ""
}
Loading

0 comments on commit 59509ce

Please sign in to comment.