Added missing strings (not translated) to dictionaries using lang-add.sh
This commit is contained in:
parent
77fa893699
commit
065a4e0232
@ -43,6 +43,9 @@
|
||||
#MSG_AUTO_DEPLETE_ON c=17 r=1
|
||||
"Auto deplete [on]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
|
||||
@ -310,6 +313,9 @@
|
||||
#MSG_WIZARD_SELFTEST c=20 r=8
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
|
||||
@ -472,6 +478,9 @@
|
||||
#MSG_M105_INVALID_EXTRUDER c=0 r=0
|
||||
"M105 Invalid extruder "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
|
||||
@ -514,6 +523,9 @@
|
||||
#MSG_SILENT_MODE_ON c=0 r=0
|
||||
"Mode [silent]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
|
||||
@ -556,6 +568,9 @@
|
||||
#
|
||||
"New firmware version available:"
|
||||
|
||||
#
|
||||
"No "
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
|
||||
@ -580,6 +595,9 @@
|
||||
#MSG_ENDSTOP_OPEN c=0 r=0
|
||||
"open"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
|
||||
@ -652,6 +670,9 @@
|
||||
#MSG_POWERUP c=0 r=0
|
||||
"PowerUp"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
|
||||
@ -682,6 +703,9 @@
|
||||
#MSG_ERR_KILLED c=0 r=0
|
||||
"Printer halted. kill() called!"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
|
||||
@ -706,6 +730,9 @@
|
||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=4
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
|
||||
@ -820,6 +847,9 @@
|
||||
#MSG_SOUND_MUTE c=17 r=1
|
||||
"Sound [mute]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
|
||||
@ -919,6 +949,9 @@
|
||||
#MSG_WAITING_TEMP_PINDA c=20 r=3
|
||||
"Waiting for PINDA probe cooling"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
|
||||
@ -955,6 +988,9 @@
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_SKEW_MILD c=20 r=8
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
|
||||
@ -973,12 +1009,30 @@
|
||||
#MSG_LOAD_FILAMENT_1 c=17 r=0
|
||||
"Load filament 1"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"\x00"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"Nejdriv pomoci selftestu zkontoluji nejcastejsi chyby vznikajici pri sestaveni tiskarny."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Prutok"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"\x00"
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Mod [tichy]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Mod [Stealth]"
|
||||
@ -742,6 +758,10 @@
|
||||
"New firmware version available:"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Netoci se"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"\x00"
|
||||
@ -870,6 +894,10 @@
|
||||
"PowerUp"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
"Predehrejte trysku!"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Tiskarna nebyla jeste zkalibrovana. Postupujte prosim podle manualu, kapitola Zaciname, odstavec Postup kalibrace."
|
||||
@ -942,6 +974,10 @@
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Vyjmete stary filament a stisknete tlacitko pro zavedeni noveho."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
"Reset XYZ kalibr."
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Zvuk [vypnuto]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Zvuk [jednou]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"Cekani na zchladnuti PINDA"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Varovani: doslo ke zmene typu tiskarny a motherboardu."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Kalibrace XYZ v poradku. X/Y osy mirne zkosene. Dobra prace!"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Kalibrace XYZ v poradku. X/Y osy jsou kolme. Gratuluji!"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"Zavest filament 1"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Zavest filament 2"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Zavest filament 3"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Zavest filament 4"
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"Restemodus [an]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"Restemodus [aus]"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"Zunaechst fuehre ich den Selbsttest durch, um die haeufigsten Probleme beim Zusammenbau zu ueberpruefen."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Durchfluss"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"M105 Falscher Extruder "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"M109 Falscher Extruder "
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Modus [leise]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Modus [Stealth]"
|
||||
@ -742,6 +758,10 @@
|
||||
"New firmware version available:"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Dreht sich nicht"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"offen"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"Zugriff auf Hauptverzeichnis misslungen"
|
||||
@ -870,6 +894,10 @@
|
||||
"PowerUp"
|
||||
"Einschalten"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
"Duese vorheizen!"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"Printer gestoppt. kill() aufgerufen!"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Drucker wurde noch nicht kalibriert. Bitte folgen Sie dem Handbuch, Kapitel Erste Schritte, Abschnitt Kalibrie- rungsablauf."
|
||||
@ -942,6 +974,10 @@
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Entfernen Sie das alte Filament und druecken Sie den Knopf, um das neue zu laden."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
"XYZ Kalib.zurueck"
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Sound [stumm]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Sound [einmal]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"Warten, bis PINDA- Sonde abgekuehlt ist"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Warnung: Druckertyp und Platinentyp wurden beide geaendert."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"XYZ Kalibrierung in Ordnung. X/Y Achsen sind etwas schief."
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"XYZ-Kalibrierung OK. X/Y-Achsen sind senkrecht zueinander. Glueckwunsch!"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"Filament 1 laden"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Filament 2 laden"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Filament 3 laden"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Filament 4 laden"
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"Auto despleg.[on]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"Auto despleg[off]"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"Primero, hare el Selftest para comprobar los problemas de montaje mas comunes."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Flujo"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"M105 Extrusor invalido "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"M109 Extrusor invalido "
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Modo [silencio]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Modo [Silencio]"
|
||||
@ -742,6 +758,10 @@
|
||||
"New firmware version available:"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Ventilador no gira"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"abrir"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"fallo openRoot"
|
||||
@ -870,6 +894,10 @@
|
||||
"PowerUp"
|
||||
"Encendido"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
"Precalienta extrusor!"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"Impresora detenida. kill() activado!"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Impresora no esta calibrada todavia. Por favor usa el manual capitulo Primeros pasos Calibracion flujo."
|
||||
@ -942,6 +974,10 @@
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Retire el filamento viejo y presione el dial para comenzar a cargar el nuevo filamento."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
"\x00"
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Sonido [silenc.]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Sonido [una vez]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"Esperando a que se enfrie la sonda PINDA"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Aviso: tanto el tipo de impresora como el tipo de la placa han cambiado."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Calibracion XYZ correcta. Los ejes X / Y estan ligeramente inclinados. Buen trabajo!"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Calibracion XYZ ok. Ejes X/Y perpendiculares. Enhorabuena!"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"Introducir fil. 1"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Introducir fil. 2"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Introducir fil. 3"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Introducir fil. 4"
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"Purge auto [on]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"Purge auto [off]"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"D'abord, je vais lancer l'autotest pour verifier les problemes d'assemblage les plus communs."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Flux"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"M105 extrudeur invalide "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"M109 extrudeur invalide "
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Mode [silencieux]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Mode [Furtif]"
|
||||
@ -742,6 +758,10 @@
|
||||
"Not connected"
|
||||
"Non connecte"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Ne tourne pas"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"ouvrir"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"Echec openRoot"
|
||||
@ -870,6 +894,10 @@
|
||||
"Please wait"
|
||||
"Merci de patienter"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_POWERUP c=0 r=0
|
||||
"PowerUp"
|
||||
"Demarrage"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"Imprimante stoppee. kill() appelee !"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"L'imprimante n'a pas encore ete calibree. Suivez le manuel, chapitre Premiers pas, section Processus de calibration"
|
||||
@ -942,6 +974,10 @@
|
||||
"Resend"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_REMOVE_OLD_FILAMENT c=20 r=4
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Retirez l'ancien filament puis appuyez sur le bouton pour charger le nouveau."
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Son [muet]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Son [une fois]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"Attente du refroidissement de la sonde PINDA"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Attention : Types d'imprimante et de carte mere modifies."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"\x00"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"\x00"
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"Esaurim.auto [on]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"Esaurim.auto[off]"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"Per primo avviero l'autotest per controllare gli errori di assemblaggio piu comuni."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Flusso"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"M105 Estrusore non valido "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"M109 Estrusore non valido "
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Modo [silenzioso]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Modo [Silenziosa]"
|
||||
@ -742,6 +758,10 @@
|
||||
"New firmware version available:"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Non gira"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"apri"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"openRoot fallito"
|
||||
@ -870,6 +894,10 @@
|
||||
"PowerUp"
|
||||
"Accendi"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
"Prerisc. ugello!"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"Stampante ferma. kill () chiamato!"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Stampante non ancora calibrata. Si prega di seguire il manuale, capitolo Primi Passi, sezione Sequenza di Calibrazione."
|
||||
@ -942,6 +974,10 @@
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Rimuovi il filamento precedente e premi la manopola per caricare il nuovo filamento."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
"Reset calibrazione XYZ."
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Suono [mute]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Suono [singolo]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"In attesa del raffreddamento della sonda PINDA"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Attenzione: tipo di stampante e di scheda madre cambiati."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Calibrazion XYZ corretta. Assi X/Y leggermente storti. Ben fatto!"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Calibrazione XYZ OK. Gli assi X/Y sono perpendicolari. Complimenti!"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"Caricare fil. 1"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Caricare fil. 2"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Caricare fil. 3"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Caricare fil. 4"
|
||||
|
@ -58,6 +58,10 @@
|
||||
"Auto deplete [on]"
|
||||
"Wyk. resztek [wl]"
|
||||
|
||||
#
|
||||
"Auto deplete[N/A]"
|
||||
"\x00"
|
||||
|
||||
# MSG_AUTO_DEPLETE_OFF c=17 r=1
|
||||
"Auto deplete[off]"
|
||||
"Wyk. resztek[wyl]"
|
||||
@ -414,6 +418,10 @@
|
||||
"First, I will run the selftest to check most common assembly problems."
|
||||
"Najpierw wlacze selftest w celu sprawdzenia najczestszych problemow podczas montazu."
|
||||
|
||||
#
|
||||
"Fix the issue and then press button on MMU unit."
|
||||
"\x00"
|
||||
|
||||
#MSG_FLOW c=0 r=0
|
||||
"Flow"
|
||||
"Przeplyw"
|
||||
@ -630,6 +638,10 @@
|
||||
"M105 Invalid extruder "
|
||||
"M105 Nieprawidlowy ekstruder "
|
||||
|
||||
#
|
||||
"Load to nozzle"
|
||||
"\x00"
|
||||
|
||||
#MSG_M109_INVALID_EXTRUDER c=0 r=0
|
||||
"M109 Invalid extruder "
|
||||
"M109 Nieprawidlowy ekstruder "
|
||||
@ -686,6 +698,10 @@
|
||||
"Mode [silent]"
|
||||
"Tryb [cichy]"
|
||||
|
||||
#
|
||||
"MMU needs user attention."
|
||||
"\x00"
|
||||
|
||||
#MSG_STEALTH_MODE_ON c=0 r=0
|
||||
"Mode [Stealth]"
|
||||
"Tryb [Stealth]"
|
||||
@ -742,6 +758,10 @@
|
||||
"New firmware version available:"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"No "
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_FAN_NO c=19 r=0
|
||||
"Not spinning"
|
||||
"Nie kreci sie"
|
||||
@ -774,6 +794,10 @@
|
||||
"open"
|
||||
"otworz"
|
||||
|
||||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"niepowodzenie openRoot"
|
||||
@ -870,6 +894,10 @@
|
||||
"PowerUp"
|
||||
"Uruchamianie"
|
||||
|
||||
#
|
||||
"Please remove shipping helpers first."
|
||||
"\x00"
|
||||
|
||||
#MSG_PREHEAT_NOZZLE c=20 r=0
|
||||
"Preheat the nozzle!"
|
||||
"Nagrzej dysze!"
|
||||
@ -910,6 +938,10 @@
|
||||
"Printer halted. kill() called!"
|
||||
"Drukarka zatrzymana. Wywolano komende kill()!"
|
||||
|
||||
#
|
||||
"Press the knob to resume nozzle temperature."
|
||||
"\x00"
|
||||
|
||||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Drukarka nie zostala jeszcze skalibrowana. Kieruj sie Samouczkiem: rozdzial Pierwsze Kroki, sekcja Konfiguracja przed drukowaniem."
|
||||
@ -942,6 +974,10 @@
|
||||
"Remove old filament and press the knob to start loading new filament."
|
||||
"Wyciagnij poprzedni filament i nacisnij pokretlo aby zaladowac nowy."
|
||||
|
||||
#
|
||||
"Prusa i3 MK2 ready."
|
||||
"\x00"
|
||||
|
||||
#MSG_CALIBRATE_BED_RESET c=0 r=0
|
||||
"Reset XYZ calibr."
|
||||
"Reset kalibr. XYZ"
|
||||
@ -1094,6 +1130,10 @@
|
||||
"Sound [mute]"
|
||||
"Dzwiek[Wylaczony]"
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Dzwiek [1-raz]"
|
||||
@ -1226,6 +1266,10 @@
|
||||
"Waiting for PINDA probe cooling"
|
||||
"Czekam az spadnie temp. sondy PINDA"
|
||||
|
||||
#
|
||||
"Use unload to remove filament 1 if it protrudes outside of the rear MMU tube. Use eject if it is hidden in tube."
|
||||
"\x00"
|
||||
|
||||
#MSG_CHANGED_BOTH c=20 r=4
|
||||
"Warning: both printer type and motherboard type changed."
|
||||
"Ostrzezenie: typ drukarki i plyta glowna ulegly zmianie."
|
||||
@ -1274,6 +1318,10 @@
|
||||
"XYZ calibration all right. X/Y axes are slightly skewed. Good job!"
|
||||
"Kalibracja XYZ prawidlowa. Osie X/Y lekko skosne. Dobra robota!"
|
||||
|
||||
#
|
||||
"X-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_BED_SKEW_OFFSET_DETECTION_PERFECT c=20 r=8
|
||||
"XYZ calibration ok. X/Y axes are perpendicular. Congratulations!"
|
||||
"Kalibracja XYZ ok. Osie X/Y sa prostopadle. Gratulacje!"
|
||||
@ -1298,14 +1346,38 @@
|
||||
"Load filament 1"
|
||||
"Zaladowac fil. 1"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Bed calibration point was not found."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Front calibration points not reachable."
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Left front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_2 c=17 r=0
|
||||
"Load filament 2"
|
||||
"Zaladowac fil. 2"
|
||||
|
||||
#
|
||||
"XYZ calibration failed. Right front calibration point not reachable."
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_3 c=17 r=0
|
||||
"Load filament 3"
|
||||
"Zaladowac fil. 3"
|
||||
|
||||
#
|
||||
"Y distance from min"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Y-correct"
|
||||
"\x00"
|
||||
|
||||
#MSG_LOAD_FILAMENT_4 c=17 r=0
|
||||
"Load filament 4"
|
||||
"Zaladowac fil. 4"
|
||||
|
Loading…
Reference in New Issue
Block a user