mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 13:25:54 +00:00
[1.1.x] Slovak translation update (#11174)
This commit is contained in:
parent
defaa93121
commit
5700360adf
@ -43,6 +43,7 @@
|
||||
#define MSG_SD_INSERTED _UxGT("Karta vložená")
|
||||
#define MSG_SD_REMOVED _UxGT("Karta vybratá")
|
||||
#define MSG_LCD_ENDSTOPS _UxGT("Endstopy") // max 8 znakov
|
||||
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft.endstopy")
|
||||
#define MSG_MAIN _UxGT("Hlavná ponuka")
|
||||
#define MSG_AUTOSTART _UxGT("Autoštart")
|
||||
#define MSG_DISABLE_STEPPERS _UxGT("Uvolniť motory")
|
||||
@ -207,6 +208,7 @@
|
||||
#define MSG_VC_JERK _UxGT("Vz-skok")
|
||||
#endif
|
||||
#define MSG_VE_JERK _UxGT("Ve-skok")
|
||||
#define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
|
||||
#define MSG_VELOCITY _UxGT("Rýchlosť")
|
||||
#define MSG_VMAX _UxGT("Vmax ")
|
||||
#define MSG_VMIN _UxGT("Vmin")
|
||||
@ -254,8 +256,9 @@
|
||||
#define MSG_CARD_MENU _UxGT("Tlačiť z SD")
|
||||
#define MSG_NO_CARD _UxGT("Žiadna SD karta")
|
||||
#define MSG_DWELL _UxGT("Spím...")
|
||||
#define MSG_USERWAIT _UxGT("Čakám...")
|
||||
#define MSG_USERWAIT _UxGT("Kliknutím pokrač.")
|
||||
#define MSG_PRINT_PAUSED _UxGT("Tlač pozastavená")
|
||||
#define MSG_PRINTING _UxGT("Tlačím...")
|
||||
#define MSG_PRINT_ABORTED _UxGT("Tlač zrušená")
|
||||
#define MSG_NO_MOVE _UxGT("Žiadny pohyb.")
|
||||
#define MSG_KILLED _UxGT("PRERUŠENÉ. ")
|
||||
@ -317,6 +320,7 @@
|
||||
#define MSG_DELTA_SETTINGS _UxGT("Delta nastavenia")
|
||||
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Autokalibrácia")
|
||||
#define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Nast.výšku delty")
|
||||
#define MSG_DELTA_Z_OFFSET_CALIBRATE _UxGT("Offset sondy Z")
|
||||
#define MSG_DELTA_DIAG_ROD _UxGT("Diag rameno")
|
||||
#define MSG_DELTA_HEIGHT _UxGT("Výška")
|
||||
#define MSG_DELTA_RADIUS _UxGT("Polomer")
|
||||
|
Loading…
Reference in New Issue
Block a user