Quellcode durchsuchen

Update Slovak language (#13692)

Roman Moravčík vor 6 Jahren
Ursprung
Commit
db373f130c
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. 14
    0
      Marlin/src/lcd/language/language_sk.h

+ 14
- 0
Marlin/src/lcd/language/language_sk.h Datei anzeigen

@@ -40,6 +40,8 @@
40 40
 #define THIS_LANGUAGES_SPECIAL_SYMBOLS      _UxGT("äÄáÁčČďĎéÉíÍĺĹľĽňŇóÓôÔŕŔšŠťŤúÚýÝžŽ³")
41 41
 
42 42
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" pripravená.")
43
+#define MSG_YES                             _UxGT("ÁNO")
44
+#define MSG_NO                              _UxGT("NIE")
43 45
 #define MSG_BACK                            _UxGT("Naspäť")
44 46
 #define MSG_SD_INSERTED                     _UxGT("Karta vložená")
45 47
 #define MSG_SD_REMOVED                      _UxGT("Karta vybraná")
@@ -104,6 +106,7 @@
104 106
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
105 107
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
106 108
 #define MSG_IDEX_MENU                       _UxGT("IDEX režim")
109
+#define MSG_OFFSETS_MENU                    _UxGT("Offset nástrojov")
107 110
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
108 111
 #define MSG_IDEX_MODE_DUPLICATE             _UxGT("Duplikácia")
109 112
 #define MSG_IDEX_MODE_MIRRORED_COPY         _UxGT("Zrkadlená kópia")
@@ -276,6 +279,9 @@
276 279
 #define MSG_WATCH                           _UxGT("Info. obrazovka")
277 280
 #define MSG_PREPARE                         _UxGT("Príprava tlače")
278 281
 #define MSG_TUNE                            _UxGT("Doladenie tlače")
282
+#define MSG_START_PRINT                     _UxGT("Spustiť tlač")
283
+#define MSG_BUTTON_PRINT                    _UxGT("Tlačiť")
284
+#define MSG_BUTTON_CANCEL                   _UxGT("Zrušiť")
279 285
 #define MSG_PAUSE_PRINT                     _UxGT("Pozastaviť tlač")
280 286
 #define MSG_RESUME_PRINT                    _UxGT("Obnoviť tlač")
281 287
 #define MSG_STOP_PRINT                      _UxGT("Zastaviť tlač")
@@ -330,6 +336,7 @@
330 336
 #define MSG_BABYSTEP_X                      _UxGT("Babystep X")
331 337
 #define MSG_BABYSTEP_Y                      _UxGT("Babystep Y")
332 338
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
339
+#define MSG_BABYSTEP_TOTAL                  _UxGT("Celkom")
333 340
 #define MSG_ENDSTOP_ABORT                   _UxGT("Zastavenie Endstop")
334 341
 #define MSG_HEATING_FAILED_LCD              _UxGT("Chyba ohrevu")
335 342
 #define MSG_HEATING_FAILED_LCD_BED          _UxGT("Chyba ohrevu podl.")
@@ -461,6 +468,10 @@
461 468
 #define MSG_VTOOLS_RESET                    _UxGT("V-tools resetované")
462 469
 #define MSG_START_Z                         _UxGT("Počiat.Z")
463 470
 #define MSG_END_Z                           _UxGT("Konečn.Z")
471
+#define MSG_BRICKOUT                        _UxGT("Brickout")
472
+#define MSG_INVADERS                        _UxGT("Nájazdníci")
473
+#define MSG_SNAKE                           _UxGT("Had")
474
+#define MSG_MAZE                            _UxGT("Bludisko")
464 475
 
465 476
 //
466 477
 // Filament Change screens show up to 3 lines on a 4-line display
@@ -515,3 +526,6 @@
515 526
 
516 527
 #define MSG_SERVICE_RESET                   _UxGT("Vynulovať")
517 528
 #define MSG_SERVICE_IN                      _UxGT(" za:")
529
+#define MSG_BACKLASH                        _UxGT("Kompenz. vôle")
530
+#define MSG_BACKLASH_CORRECTION             _UxGT("Korekcia")
531
+#define MSG_BACKLASH_SMOOTHING              _UxGT("Vyhladzovanie")

Laden…
Abbrechen
Speichern