Bladeren bron

Update Slovak language (#15187)

Roman Moravčík 5 jaren geleden
bovenliggende
commit
ca0f47985b
1 gewijzigde bestanden met toevoegingen van 7 en 3 verwijderingen
  1. 7
    3
      Marlin/src/lcd/language/language_sk.h

+ 7
- 3
Marlin/src/lcd/language/language_sk.h Bestand weergeven

@@ -107,8 +107,9 @@
107 107
 #define MSG_MESH_Y                          _UxGT("Index Y")
108 108
 #define MSG_MESH_EDIT_Z                     _UxGT("Hodnota Z")
109 109
 #define MSG_USER_MENU                       _UxGT("Vlastné príkazy")
110
-
111
-#define MSG_LCD_TILTING_MESH                _UxGT("Vyrovnávam bod")
110
+#define MSG_M48_TEST                        _UxGT("M48 Test sondy")
111
+#define MSG_M48_POINT                       _UxGT("M48 Bod")
112
+#define MSG_M48_DEVIATION                   _UxGT("Odchýlka")
112 113
 #define MSG_IDEX_MENU                       _UxGT("IDEX režim")
113 114
 #define MSG_OFFSETS_MENU                    _UxGT("Ofset nástrojov")
114 115
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
@@ -122,6 +123,7 @@
122 123
 #define MSG_UBL_UNHOMED                     _UxGT("Prejdite domov")
123 124
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
124 125
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
126
+#define MSG_LCD_TILTING_MESH                _UxGT("Vyrovnávam bod")
125 127
 #define MSG_UBL_MANUAL_MESH                 _UxGT("Manuálna sieť bodov")
126 128
 #define MSG_UBL_BC_INSERT                   _UxGT("Položte a zmerajte")
127 129
 #define MSG_UBL_BC_INSERT2                  _UxGT("Zmerajte")
@@ -318,7 +320,8 @@
318 320
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
319 321
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
320 322
 #define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
321
-#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka retrakcie")
323
+#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka výmeny")
324
+#define MSG_FILAMENT_PURGE_LENGTH           _UxGT("Dĺžka vytlačenia")
322 325
 #define MSG_TOOL_CHANGE                     _UxGT("Výmena nástroja")
323 326
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Zdvihnúť Z")
324 327
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Primárna rýchl.")
@@ -499,6 +502,7 @@
499 502
 #define MSG_VTOOLS_RESET                    _UxGT("V-tools vynulované")
500 503
 #define MSG_START_Z                         _UxGT("Počiat.Z")
501 504
 #define MSG_END_Z                           _UxGT("Konečn.Z")
505
+#define MSG_GAMES                           _UxGT("Hry")
502 506
 #define MSG_BRICKOUT                        _UxGT("Brickout")
503 507
 #define MSG_INVADERS                        _UxGT("Nájazdníci")
504 508
 #define MSG_SNAKE                           _UxGT("Had")

Laden…
Annuleren
Opslaan