Browse Source

Update Slovak language. (#13435)

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

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

@@ -103,7 +103,7 @@
103 103
 #define MSG_UBL_UNHOMED                     _UxGT("Prejdite domov")
104 104
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
105 105
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
106
-#define MSG_IDEX_MENU                       _UxGT("IDEX mód")
106
+#define MSG_IDEX_MENU                       _UxGT("IDEX režim")
107 107
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
108 108
 #define MSG_IDEX_MODE_DUPLICATE             _UxGT("Duplikácia")
109 109
 #define MSG_IDEX_MODE_MIRRORED_COPY         _UxGT("Zrkadlená kópia")
@@ -204,6 +204,7 @@
204 204
 #define MSG_BED_Z                           _UxGT("Výška podl.")
205 205
 #define MSG_NOZZLE                          _UxGT("Tryska")
206 206
 #define MSG_BED                             _UxGT("Podložka")
207
+#define MSG_CHAMBER                         _UxGT("Komora")
207 208
 #define MSG_FAN_SPEED                       _UxGT("Rýchlosť vent.")
208 209
 #define MSG_EXTRA_FAN_SPEED                 _UxGT("Rýchlosť ex. vent.")
209 210
 #define MSG_FLOW                            _UxGT("Prietok")
@@ -318,6 +319,9 @@
318 319
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Self-Test BLTouch")
319 320
 #define MSG_BLTOUCH_RESET                   _UxGT("Reset BLTouch")
320 321
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("Vysunúť BLTouch")
322
+#define MSG_BLTOUCH_SW_MODE                 _UxGT("SW vysun. BLTouch")
323
+#define MSG_BLTOUCH_5V_MODE                 _UxGT("BLTouch režim 5V")
324
+#define MSG_BLTOUCH_OD_MODE                 _UxGT("BLTouch režim OD")
321 325
 #define MSG_BLTOUCH_STOW                    _UxGT("Zasunúť BLTouch")
322 326
 #define MSG_MANUAL_DEPLOY                   _UxGT("Inštalovať sondu Z")
323 327
 #define MSG_MANUAL_STOW                     _UxGT("Odstrániť sondu Z")
@@ -337,6 +341,8 @@
337 341
 #define MSG_ERR_MINTEMP                     _UxGT("Chyba: MINTEMP")
338 342
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Chyba: MAXTEMP PODL.")
339 343
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Chyba: MINTEMP PODL.")
344
+#define MSG_ERR_MAXTEMP_CHAMBER             _UxGT("Chyba: MAXTEMP KOMO.")
345
+#define MSG_ERR_MINTEMP_CHAMBER             _UxGT("Chyba: MINTEMP KOMO.")
340 346
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
341 347
 #define MSG_HALTED                          _UxGT("TLAČIAREŇ ZASTAVENÁ")
342 348
 #define MSG_PLEASE_RESET                    _UxGT("Spravte reset")
@@ -464,6 +470,7 @@
464 470
 #if LCD_HEIGHT >= 4
465 471
   #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Stlačte tlačidlo")
466 472
   #define MSG_ADVANCED_PAUSE_WAITING_2      _UxGT("pre obnovu tlače")
473
+  #define MSG_PAUSE_PRINT_INIT_1            _UxGT("Parkovanie...")
467 474
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Čakajte prosím")
468 475
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("na spustenie")
469 476
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("výmeny filamentu")

Loading…
Cancel
Save