Browse Source

Update Czech translations (#11510)

petrzjunior 7 years ago
parent
commit
67613bf5bd
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/src/lcd/language/language_cz.h

+ 8
- 0
Marlin/src/lcd/language/language_cz.h View File

@@ -43,6 +43,7 @@
43 43
 #define MSG_SD_INSERTED                     _UxGT("Karta vložena")
44 44
 #define MSG_SD_REMOVED                      _UxGT("Karta vyjmuta")
45 45
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopy") // max 8 znaku
46
+#define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Soft Endstopy")
46 47
 #define MSG_MAIN                            _UxGT("Hlavní nabídka")
47 48
 #define MSG_AUTOSTART                       _UxGT("Autostart")
48 49
 #define MSG_DISABLE_STEPPERS                _UxGT("Uvolnit motory")
@@ -252,11 +253,13 @@
252 253
 #define MSG_PAUSE_PRINT                     _UxGT("Pozastavit tisk")
253 254
 #define MSG_RESUME_PRINT                    _UxGT("Obnovit tisk")
254 255
 #define MSG_STOP_PRINT                      _UxGT("Zastavit tisk")
256
+#define MSG_POWER_LOSS_RECOVERY             _UxGT("Obnova vypadku")
255 257
 #define MSG_CARD_MENU                       _UxGT("Tisknout z SD")
256 258
 #define MSG_NO_CARD                         _UxGT("Žádná SD karta")
257 259
 #define MSG_DWELL                           _UxGT("Uspáno...")
258 260
 #define MSG_USERWAIT                        _UxGT("Čekání na uživ...")
259 261
 #define MSG_PRINT_PAUSED                    _UxGT("Tisk pozastaven")
262
+#define MSG_PRINTING                        _UxGT("Tisknu...")
260 263
 #define MSG_PRINT_ABORTED                   _UxGT("Tisk zrušen")
261 264
 #define MSG_NO_MOVE                         _UxGT("Žádný pohyb.")
262 265
 #define MSG_KILLED                          _UxGT("PŘERUSENO. ")
@@ -292,8 +295,10 @@
292 295
 #define MSG_BABYSTEP_Z                      _UxGT("Babystep Z")
293 296
 #define MSG_ENDSTOP_ABORT                   _UxGT("Endstop abort")
294 297
 #define MSG_HEATING_FAILED_LCD              _UxGT("Chyba zahřívání")
298
+#define MSG_HEATING_FAILED_LCD_BED          _UxGT("Chyba zahř. podl.")
295 299
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("REDUND. TEPLOTA")
296 300
 #define MSG_THERMAL_RUNAWAY                 _UxGT("TEPLOTNÍ SKOK")
301
+#define MSG_THERMAL_RUNAWAY_BED             _UxGT("PODL. TEPL. SKOK")
297 302
 #define MSG_ERR_MAXTEMP                     _UxGT("VYSOKÁ TEPLOTA")
298 303
 #define MSG_ERR_MINTEMP                     _UxGT("NÍZKA TEPLOTA")
299 304
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
@@ -305,7 +310,9 @@
305 310
 #define MSG_SHORT_HOUR                      _UxGT("h")
306 311
 #define MSG_SHORT_MINUTE                    _UxGT("m")
307 312
 #define MSG_HEATING                         _UxGT("Zahřívání...")
313
+#define MSG_COOLING                         _UxGT("Chlazení")
308 314
 #define MSG_BED_HEATING                     _UxGT("Zahřívání podl...")
315
+#define MSG_BED_COOLING                     _UxGT("Chlazení podl...")
309 316
 #define MSG_DELTA_CALIBRATE                 _UxGT("Delta Kalibrace")
310 317
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibrovat X")
311 318
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibrovat Y")
@@ -314,6 +321,7 @@
314 321
 #define MSG_DELTA_SETTINGS                  _UxGT("Delta nastavení")
315 322
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autokalibrace")
316 323
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Nast.výšku delty")
324
+#define MSG_DELTA_Z_OFFSET_CALIBRATE        _UxGT("Nast. Z-ofset")
317 325
 #define MSG_DELTA_DIAG_ROD                  _UxGT("Diag rameno")
318 326
 #define MSG_DELTA_HEIGHT                    _UxGT("Výška")
319 327
 #define MSG_DELTA_RADIUS                    _UxGT("Poloměr")

Loading…
Cancel
Save