Browse Source

Update Slovak language (#15187)

pull/1/head
Roman Moravčík 5 years ago
committed by Scott Lahteine
parent
commit
ca0f47985b
  1. 10
      Marlin/src/lcd/language/language_sk.h

10
Marlin/src/lcd/language/language_sk.h

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

Loading…
Cancel
Save