Browse Source

Some minor translations to spanish

elgambitero 9 years ago
parent
commit
cb9ac490d4
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      Marlin/language_es.h

+ 12
- 12
Marlin/language_es.h View File

@@ -17,7 +17,7 @@
17 17
 #define MSG_SD_INSERTED                     "Tarjeta colocada"
18 18
 #define MSG_SD_REMOVED                      "Tarjeta retirada"
19 19
 #define MSG_MAIN                            "Menu principal"
20
-#define MSG_AUTOSTART                       " Autostart"
20
+#define MSG_AUTOSTART                       "Autostart"
21 21
 #define MSG_DISABLE_STEPPERS                "Apagar motores"
22 22
 #define MSG_AUTO_HOME                       "Llevar al origen"
23 23
 #define MSG_SET_HOME_OFFSETS                "Ajustar offsets"
@@ -46,7 +46,7 @@
46 46
 #define MSG_MOVE_1MM                        "Mover 1mm"
47 47
 #define MSG_MOVE_10MM                       "Mover 10mm"
48 48
 #define MSG_SPEED                           "Velocidad"
49
-#define MSG_NOZZLE                          "Nozzle"
49
+#define MSG_NOZZLE                          "Fusor"
50 50
 #define MSG_BED                             "Base"
51 51
 #define MSG_FAN_SPEED                       "Ventilador"
52 52
 #define MSG_FLOW                            "Flujo"
@@ -80,7 +80,7 @@
80 80
 #define MSG_ESTEPS                          "E pasos/mm"
81 81
 #define MSG_TEMPERATURE                     "Temperatura"
82 82
 #define MSG_MOTION                          "Movimiento"
83
-#define MSG_VOLUMETRIC                      "Filament"
83
+#define MSG_VOLUMETRIC                      "Filamento"
84 84
 #define MSG_VOLUMETRIC_ENABLED		        "E in mm3"
85 85
 #define MSG_FILAMENT_SIZE_EXTRUDER_0        "Fil. Dia. 1"
86 86
 #define MSG_FILAMENT_SIZE_EXTRUDER_1        "Fil. Dia. 2"
@@ -116,22 +116,22 @@
116 116
 #define MSG_FILAMENTCHANGE                  "Cambiar filamento"
117 117
 #define MSG_INIT_SDCARD                     "Iniciando tarjeta"
118 118
 #define MSG_CNG_SDCARD                      "Cambiar tarjeta"
119
-#define MSG_ZPROBE_OUT                      "sonda Z fuera"
119
+#define MSG_ZPROBE_OUT                      "Sonda Z fuera"
120 120
 #define MSG_POSITION_UNKNOWN                "Reiniciar X/Y y Z"
121 121
 #define MSG_ZPROBE_ZOFFSET                  "Offset Z"
122
-#define MSG_BABYSTEP_X                      "Babystep X"
123
-#define MSG_BABYSTEP_Y                      "Babystep Y"
124
-#define MSG_BABYSTEP_Z                      "Babystep Z"
122
+#define MSG_BABYSTEP_X                      "Micropaso X"
123
+#define MSG_BABYSTEP_Y                      "Micropaso Y"
124
+#define MSG_BABYSTEP_Z                      "Micropaso Z"
125 125
 #define MSG_ENDSTOP_ABORT                   "Endstop abort"
126 126
 #define MSG_END_HOUR                        "horas"
127 127
 #define MSG_END_MINUTE                      "minutos"
128 128
 
129 129
 #ifdef DELTA_CALIBRATION_MENU
130
-    #define MSG_DELTA_CALIBRATE             "Delta Calibration"
131
-    #define MSG_DELTA_CALIBRATE_X           "Calibrate X"
132
-    #define MSG_DELTA_CALIBRATE_Y           "Calibrate Y"
133
-    #define MSG_DELTA_CALIBRATE_Z           "Calibrate Z"
134
-    #define MSG_DELTA_CALIBRATE_CENTER      "Calibrate Center"
130
+    #define MSG_DELTA_CALIBRATE             "Calibracion Delta"
131
+    #define MSG_DELTA_CALIBRATE_X           "Calibrar X"
132
+    #define MSG_DELTA_CALIBRATE_Y           "Calibrar Y"
133
+    #define MSG_DELTA_CALIBRATE_Z           "Calibrar Z"
134
+    #define MSG_DELTA_CALIBRATE_CENTER      "Calibrar Centro"
135 135
 #endif // DELTA_CALIBRATION_MENU
136 136
 
137 137
 #endif // LANGUAGE_ES_H

Loading…
Cancel
Save