Browse Source

Update Slovak language

Based on #10313 by @rmoravcik
Scott Lahteine 7 years ago
parent
commit
4dc7e64789
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/lcd/language/language_sk_utf8.h

+ 4
- 0
Marlin/src/lcd/language/language_sk_utf8.h View File

@@ -293,6 +293,7 @@
293 293
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
294 294
 #define MSG_ENDSTOP_ABORT                   _UxGT("Endstop zastavil")
295 295
 #define MSG_HEATING_FAILED_LCD              _UxGT("Chyba ohrevu")
296
+#define MSG_HEATING_FAILED_LCD_BED          _UxGT("Chyba ohrevu podl.")
296 297
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("REDUND. TEPLOTA")
297 298
 #define MSG_THERMAL_RUNAWAY                 _UxGT("TEPLOTNÝ SKOK")
298 299
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("TEPLOTNÝ SKOK PODL.")
@@ -308,7 +309,10 @@
308 309
 #define MSG_SHORT_MINUTE                    _UxGT("m")
309 310
 #define MSG_HEATING                         _UxGT("Ohrev...")
310 311
 #define MSG_HEATING_COMPLETE                _UxGT("Ohrev prebehol.")
312
+#define MSG_COOLING                         _UxGT("Ochladzovanie...")
313
+#define MSG_COOLING_COMPLETE                _UxGT("Ochladzovanie prebehlo.")
311 314
 #define MSG_BED_HEATING                     _UxGT("Ohrev podl.")
315
+#define MSG_BED_COOLING                     _UxGT("Ochladzovanie podl.")
312 316
 #define MSG_BED_DONE                        _UxGT("Podložka hotová.")
313 317
 #define MSG_DELTA_CALIBRATE                 _UxGT("Delta Kalibrácia")
314 318
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibrovať X")

Loading…
Cancel
Save