Browse Source

Slovak translation update (#12202)

Roman Moravčík 6 years ago
parent
commit
a80ba8fc6e
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/lcd/language/language_sk.h

+ 3
- 1
Marlin/src/lcd/language/language_sk.h View File

192
 #define MSG_MOVE_Y                          _UxGT("Posunúť Y")
192
 #define MSG_MOVE_Y                          _UxGT("Posunúť Y")
193
 #define MSG_MOVE_Z                          _UxGT("Posunúť Z")
193
 #define MSG_MOVE_Z                          _UxGT("Posunúť Z")
194
 #define MSG_MOVE_E                          _UxGT("Extrudér")
194
 #define MSG_MOVE_E                          _UxGT("Extrudér")
195
+#define MSG_HOTEND_TOO_COLD                 _UxGT("Hotend je studený")
195
 #define MSG_MOVE_01MM                       _UxGT("Posunúť o 0,1mm")
196
 #define MSG_MOVE_01MM                       _UxGT("Posunúť o 0,1mm")
196
 #define MSG_MOVE_1MM                        _UxGT("Posunúť o 1mm")
197
 #define MSG_MOVE_1MM                        _UxGT("Posunúť o 1mm")
197
 #define MSG_MOVE_10MM                       _UxGT("Posunúť o 10mm")
198
 #define MSG_MOVE_10MM                       _UxGT("Posunúť o 10mm")
295
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
296
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
296
 #define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
297
 #define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
297
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka retrakcie")
298
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka retrakcie")
298
-#define MSG_SINGLENOZZLE_TOOL_CHANGE        _UxGT("Výmena nástroja")
299
+#define MSG_TOOL_CHANGE                     _UxGT("Výmena nástroja")
300
+#define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Zdvihnúť Z")
299
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Primárna rýchl.")
301
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Primárna rýchl.")
300
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Rýchl. retrakcie")
302
 #define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Rýchl. retrakcie")
301
 #define MSG_FILAMENTCHANGE                  _UxGT("Vymeniť filament")
303
 #define MSG_FILAMENTCHANGE                  _UxGT("Vymeniť filament")

Loading…
Cancel
Save