My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_cz.h 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /*
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Czech
  24. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. * Translated by Petr Zahradnik, Computer Laboratory
  29. * Blog and video blog Zahradnik se bavi
  30. * http://www.zahradniksebavi.cz
  31. *
  32. */
  33. #ifndef LANGUAGE_CZ_H
  34. #define LANGUAGE_CZ_H
  35. #define MAPPER_NON
  36. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  37. //#define SIMULATE_ROMFONT
  38. #define DISPLAY_CHARSET_ISO10646_1
  39. #define WELCOME_MSG MACHINE_NAME " pripraven."
  40. #define MSG_SD_INSERTED "Karta vlozena"
  41. #define MSG_SD_REMOVED "Karta vyjmuta"
  42. #define MSG_MAIN "Hlavni nabidka"
  43. #define MSG_AUTOSTART "Autostart"
  44. #define MSG_DISABLE_STEPPERS "Uvolnit motory"
  45. #define MSG_AUTO_HOME "Domovska pozice"
  46. #define MSG_LEVEL_BED_HOMING "Mereni podlozky"
  47. #define MSG_SET_HOME_OFFSETS "Nastavit ofsety"
  48. #define MSG_SET_ORIGIN "Nastavit pocatek"
  49. #define MSG_PREHEAT_PLA "Zahrat PLA"
  50. #define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
  51. #define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA " Vse"
  52. #define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA " Podloz"
  53. #define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA " Nast"
  54. #define MSG_PREHEAT_ABS "Zahrat ABS"
  55. #define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
  56. #define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS " Vse"
  57. #define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS " Podloz"
  58. #define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS " Nast"
  59. #define MSG_COOLDOWN "Zchladit"
  60. #define MSG_SWITCH_PS_ON "Zapnout napajeni"
  61. #define MSG_SWITCH_PS_OFF "Vypnout napajeni"
  62. #define MSG_EXTRUDE "Vytlacit (extr.)"
  63. #define MSG_RETRACT "Zatlacit (retr.)"
  64. #define MSG_MOVE_AXIS "Posunout osy"
  65. #define MSG_LEVEL_BED "Vyrovnat podlozku"
  66. #define MSG_MOVE_X "Posunout X"
  67. #define MSG_MOVE_Y "Posunout Y"
  68. #define MSG_MOVE_Z "Posunout Z"
  69. #define MSG_MOVE_E "Extruder"
  70. #define MSG_MOVE_01MM "Posunout o 0,1mm"
  71. #define MSG_MOVE_1MM "Posunout o 1mm"
  72. #define MSG_MOVE_10MM "Posunout o 10mm"
  73. #define MSG_SPEED "Rychlost"
  74. #define MSG_NOZZLE "Tryska"
  75. #define MSG_BED "Podlozka"
  76. #define MSG_FAN_SPEED "Rychlost vent."
  77. #define MSG_FLOW "Prutok"
  78. #define MSG_CONTROL "Ovladani"
  79. #define MSG_MIN " " LCD_STR_THERMOMETER " Min"
  80. #define MSG_MAX " " LCD_STR_THERMOMETER " Max"
  81. #define MSG_FACTOR " " LCD_STR_THERMOMETER " Fakt"
  82. #define MSG_AUTOTEMP "Autoteplota"
  83. #define MSG_ON "Zap"
  84. #define MSG_OFF "Vyp"
  85. #define MSG_PID_P "PID-P"
  86. #define MSG_PID_I "PID-I"
  87. #define MSG_PID_D "PID-D"
  88. #define MSG_PID_C "PID-C"
  89. #define MSG_ACC "Zrychl"
  90. #define MSG_VXY_JERK "Vxy-jerk"
  91. #define MSG_VZ_JERK "Vz-jerk"
  92. #define MSG_VE_JERK "Ve-jerk"
  93. #define MSG_VMAX "Vmax "
  94. #define MSG_X "x"
  95. #define MSG_Y "y"
  96. #define MSG_Z "z"
  97. #define MSG_E "e"
  98. #define MSG_VMIN "Vmin"
  99. #define MSG_VTRAV_MIN "VTrav min"
  100. #define MSG_AMAX "Amax "
  101. #define MSG_A_RETRACT "A-retrakt"
  102. #define MSG_A_TRAVEL "A-prejezd"
  103. #define MSG_XSTEPS "Xkroku/mm"
  104. #define MSG_YSTEPS "Ykroku/mm"
  105. #define MSG_ZSTEPS "Zkroku/mm"
  106. #define MSG_ESTEPS "Ekroku/mm"
  107. #define MSG_TEMPERATURE "Teplota"
  108. #define MSG_MOTION "Pohyb"
  109. #define MSG_VOLUMETRIC "Filament"
  110. #define MSG_VOLUMETRIC_ENABLED "E na mm3"
  111. #define MSG_FILAMENT_DIAM "Fil. Prum."
  112. #define MSG_CONTRAST "Kontrast LCD"
  113. #define MSG_STORE_EPROM "Ulozit nastaveni"
  114. #define MSG_LOAD_EPROM "Nacist nastaveni"
  115. #define MSG_RESTORE_FAILSAFE "Obnovit vychozi"
  116. #define MSG_REFRESH "Obnovit"
  117. #define MSG_WATCH "Info obrazovka"
  118. #define MSG_PREPARE "Priprava tisku"
  119. #define MSG_TUNE "Doladeni tisku"
  120. #define MSG_PAUSE_PRINT "Pozastavit tisk"
  121. #define MSG_RESUME_PRINT "Obnovit tisk"
  122. #define MSG_STOP_PRINT "Zastavit tisk"
  123. #define MSG_CARD_MENU "Tisknout z SD"
  124. #define MSG_NO_CARD "Zadna SD karta"
  125. #define MSG_DWELL "Uspano..."
  126. #define MSG_USERWAIT "Cekani na uziv..."
  127. #define MSG_RESUMING "Obnovovani tisku"
  128. #define MSG_PRINT_ABORTED "Tisk zrusen"
  129. #define MSG_NO_MOVE "Zadny pohyb."
  130. #define MSG_KILLED "PRERUSENO. "
  131. #define MSG_STOPPED "ZASTAVENO. "
  132. #define MSG_CONTROL_RETRACT "Retrakt mm"
  133. #define MSG_CONTROL_RETRACT_SWAP "Vymena Re.mm"
  134. #define MSG_CONTROL_RETRACTF "Retraktovat V"
  135. #define MSG_CONTROL_RETRACT_ZLIFT "Zvednuti Z mm"
  136. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  137. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  138. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  139. #define MSG_AUTORETRACT "AutoRetr."
  140. #define MSG_FILAMENTCHANGE "Vymenit filament"
  141. #define MSG_INIT_SDCARD "Nacist SD kartu"
  142. #define MSG_CNG_SDCARD "Vymenit SD kartu"
  143. #define MSG_ZPROBE_OUT "Sonda Z mimo podl"
  144. #define MSG_POSITION_UNKNOWN "Domu X/Y pred Z"
  145. #define MSG_ZPROBE_ZOFFSET "Z ofset"
  146. #define MSG_BABYSTEP_X "Babystep X"
  147. #define MSG_BABYSTEP_Y "Babystep Y"
  148. #define MSG_BABYSTEP_Z "Babystep Z"
  149. #define MSG_ENDSTOP_ABORT "Endstop abort"
  150. #define MSG_HEATING_FAILED_LCD "Chyba zahrivani"
  151. #define MSG_ERR_REDUNDANT_TEMP "Chyba: REDUNDANTNI TEPLOTA"
  152. #define MSG_THERMAL_RUNAWAY "TEPLOTNI SKOK"
  153. #define MSG_ERR_MAXTEMP "Chyba: VYSOKA TEPLOTA"
  154. #define MSG_ERR_MINTEMP "Chyba: NIZKA TEPLOTA"
  155. #define MSG_ERR_MAXTEMP_BED "Chyba: VYSOKA TEPLOTA PODL."
  156. #define MSG_ERR_MINTEMP_BED "Chyba: NIZKA TEPLOTA PODL."
  157. #define MSG_END_HOUR "hod"
  158. #define MSG_END_MINUTE "min"
  159. #define MSG_HEATING "Zahrivani..."
  160. #define MSG_HEATING_COMPLETE "Zahrati hotovo."
  161. #define MSG_BED_HEATING "Zahrivani podl."
  162. #define MSG_BED_DONE "Podlozka hotova."
  163. #if ENABLED(DELTA_CALIBRATION_MENU)
  164. #define MSG_DELTA_CALIBRATE "Delta Kalibrace"
  165. #define MSG_DELTA_CALIBRATE_X "Kalibrovat X"
  166. #define MSG_DELTA_CALIBRATE_Y "Kalibrovat Y"
  167. #define MSG_DELTA_CALIBRATE_Z "Kalibrovat Z"
  168. #define MSG_DELTA_CALIBRATE_CENTER "Kalibrovat Stred"
  169. #endif // DELTA_CALIBRATION_MENU
  170. #endif // LANGUAGE_CZ_H