Skip to content

Commit

Permalink
Merge pull request #207 from yeyeto2788/master
Browse files Browse the repository at this point in the history
Adding more Spanish translations
  • Loading branch information
cheton committed Sep 20, 2017
2 parents 01aa609 + c244da5 commit f179180
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Locale | Language | Status | Contributors
:----- | :------- | :----- | :-----------
[cs](https://github.com/cncjs/cncjs/tree/master/src/web/i18n/cs) | Čeština (Czech) | ✔ | [Miroslav Zuzelka](https://github.com/dronecz)
[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) | |
[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
Expand Down
6 changes: 3 additions & 3 deletions src/web/i18n/es/controller.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"TinyG": {
"machineState": {
"initializing": "",
"initializing": "Inicializando",
"ready": "Listo",
"alarm": "Alarma",
"stop": "Detener",
Expand All @@ -22,7 +22,7 @@
"idle": "Parado",
"run": "Iniciar",
"hold": "Pausar",
"door": "",
"door": "Entrada",
"home": "Home",
"sleep": "Dormir",
"alarm": "Alarma",
Expand All @@ -34,7 +34,7 @@
"idle": "Parado",
"run": "Iniciar",
"hold": "Pausar",
"door": "",
"door": "Entrada",
"home": "Home",
"sleep": "Dormir",
"alarm": "Alarma",
Expand Down
12 changes: 6 additions & 6 deletions src/web/i18n/es/gcode.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"Linear Move (G1)": "Movimiento lineal (G1)",
"CW Arc (G2)": "Arco en sentido horario (G2)",
"CCW Arc (G3)": "Arco en sentido antihorario (G3)",
"Probing (G38.2)": "(G38.2)",
"Probing (G38.3)": "(G38.3)",
"Probing (G38.4)": "(G38.4)",
"Probing (G38.5)": "(G38.5)",
"Probing (G38.2)": "Sondeo (G38.2)",
"Probing (G38.3)": "Sondeo (G38.3)",
"Probing (G38.4)": "Sondeo (G38.4)",
"Probing (G38.5)": "Sondeo (G38.5)",
"Cancel Mode (G80)": "Modo cancelar (G80)",
"P1 (G54)": "P1 (G54)",
"P2 (G55)": "P2 (G55",
Expand Down Expand Up @@ -35,7 +35,7 @@
"Spindle On, CW (M3)": "Spindle encendido, sentido horario (M3)",
"Spindle On, CCW (M4)": "Spindle encendido, sentido antihorario (M4)",
"Spindle Off (M5)": "Apagar Spindle (M5)",
"Mist Coolant On (M7)": "",
"Flood Coolant On (M8)": "",
"Mist Coolant On (M7)": "Mist Coolant On (M7)",
"Flood Coolant On (M8)": "Flood Coolant On (M8)",
"Coolant Off (M9)": "Refrigerante Apagado (M9)"
}
Loading

0 comments on commit f179180

Please sign in to comment.