Sfoglia il codice sorgente

Update Slovak language (#14179)

Roman Moravčík 5 anni fa
parent
commit
d70929f7c0
1 ha cambiato i file con 17 aggiunte e 7 eliminazioni
  1. 17
    7
      Marlin/src/lcd/language/language_sk.h

+ 17
- 7
Marlin/src/lcd/language/language_sk.h Vedi File

@@ -45,6 +45,7 @@
45 45
 #define MSG_BACK                            _UxGT("Naspäť")
46 46
 #define MSG_SD_INSERTED                     _UxGT("Karta vložená")
47 47
 #define MSG_SD_REMOVED                      _UxGT("Karta vybraná")
48
+#define MSG_SD_RELEASED                     _UxGT("Karta odpojená")
48 49
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopy") // max 8 znakov
49 50
 #define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Soft. endstopy")
50 51
 #define MSG_MAIN                            _UxGT("Hlavná ponuka")
@@ -105,6 +106,8 @@
105 106
 #define MSG_UBL_UNHOMED                     _UxGT("Prejdite domov")
106 107
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
107 108
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
109
+#define MSG_LCD_PROBING_MESH                _UxGT("Skúšam bod")
110
+#define MSG_LCD_TILTING_MESH                _UxGT("Vyrovnávam bod")
108 111
 #define MSG_IDEX_MENU                       _UxGT("IDEX režim")
109 112
 #define MSG_OFFSETS_MENU                    _UxGT("Offset nástrojov")
110 113
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
@@ -323,16 +326,21 @@
323 326
 
324 327
 #define MSG_INIT_SDCARD                     _UxGT("Načítať SD kartu")
325 328
 #define MSG_CHANGE_SDCARD                   _UxGT("Vymeniť SD kartu")
329
+#define MSG_RELEASE_SDCARD                  _UxGT("Odpojiť SD kartu")
326 330
 #define MSG_ZPROBE_OUT                      _UxGT("Sonda Z mimo podl.")
327 331
 #define MSG_SKEW_FACTOR                     _UxGT("Faktor skosenia")
328 332
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
329
-#define MSG_BLTOUCH_SELFTEST                _UxGT("Self-Test BLTouch")
330
-#define MSG_BLTOUCH_RESET                   _UxGT("Reset BLTouch")
331
-#define MSG_BLTOUCH_DEPLOY                  _UxGT("Vysunúť BLTouch")
332
-#define MSG_BLTOUCH_SW_MODE                 _UxGT("SW vysun. BLTouch")
333
-#define MSG_BLTOUCH_5V_MODE                 _UxGT("BLTouch režim 5V")
334
-#define MSG_BLTOUCH_OD_MODE                 _UxGT("BLTouch režim OD")
335
-#define MSG_BLTOUCH_STOW                    _UxGT("Zasunúť BLTouch")
333
+#define MSG_BLTOUCH_SELFTEST                _UxGT("Cmd: Self-Test")
334
+#define MSG_BLTOUCH_RESET                   _UxGT("Cmd: Reset")
335
+#define MSG_BLTOUCH_STOW                    _UxGT("Cmd: Zasunúť")
336
+#define MSG_BLTOUCH_DEPLOY                  _UxGT("Cmd: Vysunúť")
337
+#define MSG_BLTOUCH_SW_MODE                 _UxGT("Cmd: Režim SW")
338
+#define MSG_BLTOUCH_5V_MODE                 _UxGT("Cmd: Režim 5V")
339
+#define MSG_BLTOUCH_OD_MODE                 _UxGT("Cmd: Režim OD")
340
+#define MSG_BLTOUCH_MODE_STORE              _UxGT("Cmd: Ulož. režim")
341
+#define MSG_BLTOUCH_MODE_STORE_5V           _UxGT("Prepnúť do 5V")
342
+#define MSG_BLTOUCH_MODE_STORE_OD           _UxGT("Prepnúť do OD")
343
+#define MSG_BLTOUCH_MODE_ECHO               _UxGT("Zobraziť režim")
336 344
 #define MSG_MANUAL_DEPLOY                   _UxGT("Inštalovať sondu Z")
337 345
 #define MSG_MANUAL_STOW                     _UxGT("Odstrániť sondu Z")
338 346
 #define MSG_HOME                            _UxGT("Najskôr os")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
@@ -366,6 +374,8 @@
366 374
 #define MSG_COOLING                         _UxGT("Ochladzovanie...")
367 375
 #define MSG_BED_HEATING                     _UxGT("Ohrev podložky...")
368 376
 #define MSG_BED_COOLING                     _UxGT("Ochladz. podložky...")
377
+#define MSG_CHAMBER_HEATING                 _UxGT("Ohrev komory...")
378
+#define MSG_CHAMBER_COOLING                 _UxGT("Ochladz. komory...")
369 379
 #define MSG_DELTA_CALIBRATE                 _UxGT("Delta kalibrácia")
370 380
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibrovať X")
371 381
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibrovať Y")

Loading…
Annulla
Salva