Lang - new texts added in dictionaries
This commit is contained in:
parent
f0624a9e97
commit
3322c31a0a
7 changed files with 378 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
#MSG_WIZARD_DONE c=20 r=8
|
||||
"All is done. Happy printing!"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
|
||||
|
@ -157,6 +160,9 @@
|
|||
#
|
||||
"Crash detected. Resume print?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
|
||||
|
@ -259,6 +265,9 @@
|
|||
#MSG_FSENS_AUTOLOAD_OFF c=17 r=1
|
||||
"F. autoload [off]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
|
||||
|
@ -283,6 +292,9 @@
|
|||
#MSG_FSENSOR_OFF c=0 r=0
|
||||
"Fil. sensor [off]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
|
||||
|
@ -442,6 +454,12 @@
|
|||
#MSG_FIND_BED_OFFSET_AND_SKEW_ITERATION c=20 r=0
|
||||
"Iteration "
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
|
||||
|
@ -535,6 +553,9 @@
|
|||
#MSG_SILENT_MODE_OFF c=0 r=0
|
||||
"Mode [high power]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
|
||||
|
@ -598,6 +619,9 @@
|
|||
#
|
||||
"Now remove the test print from steel sheet."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
|
||||
|
@ -688,6 +712,9 @@
|
|||
#MSG_PRESS_TO_PREHEAT c=20 r=4
|
||||
"Press knob to preheat nozzle and continue."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
|
||||
|
@ -709,6 +736,9 @@
|
|||
#MSG_FOLLOW_CALIBRATION_FLOW c=20 r=8
|
||||
"Printer has not been calibrated yet. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
|
||||
|
@ -850,6 +880,9 @@
|
|||
#
|
||||
"Some problem encountered, Z-leveling enforced ..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
|
||||
|
@ -925,18 +958,27 @@
|
|||
#
|
||||
"Unload all"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
|
||||
#MSG_UNLOADING_FILAMENT c=20 r=1
|
||||
"Unloading filament"
|
||||
|
||||
#
|
||||
"Total"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
|
||||
#MSG_MENU_VOLTAGES c=15 r=1
|
||||
"Voltages"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Vse je hotovo."
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"a stisknete tlacitko"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Detekovan naraz. Obnovit tisk?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Pouze aktualni"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"F. autozav. [vyp]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Rychlost vent."
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Fil. senzor [vyp]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Filament vytlacen a spravne barvy?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"Iterace "
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"ZRUSENO."
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Mod [vys. vykon]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"\x00"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Nyni odstrante testovaci vytisk z tiskoveho platu."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"openRoot selhal"
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Pro nahrati trysky a pokracovani stisknete tlacitko."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Tisk prerusen"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"Tisk zastaven kvuli chybam. Opravte chybu a pouzijte M999 pro restart. (Teplota resetovana, nastavte ji po restartu)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Vyskytl se problem, srovnavam osu Z ..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Zvuk [jednou]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Vyjmout vse"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Vyjmout filament"
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Vysouvam filament"
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Pouzite behem tisku"
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Napeti"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"volume.init selhalo"
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Alles abgeschlossen. Viel Spass beim Drucken!"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"und Knopf druecken"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Crash erkannt. Druck fortfuehren?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Aktuelles"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"F. Autoload [aus]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Luefter-Tempo"
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Fil. Sensor [aus]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Filament extrudiert + richtige Farbe?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"ABGEBROCHEN. "
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Modus[Hohe Leist]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"\x00"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Testdruck jetzt von Stahlblech entfernen."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"Zugriff auf Hauptverzeichnis misslungen"
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Bitte druecken Sie den Knopf um die Duese vorzuheizen und fortzufahren."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Druck abgebrochen"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"Drucker aufgrund von Fehlern gestoppt. Fehler beheben und mit M999 neu starten. (Temperatur wird zurueckgesetzt. Nach dem Neustart neu einstellen!)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Fehler aufgetreten, Z-Kalibrierung erforderlich..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Sound [einmal]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Alles entladen"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Filament entladen"
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Filament auswerfen"
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Beim Druck benutzt"
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Spannungen"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"Dateisystem Init fehlerhaft"
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Terminado! Feliz impresion!"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"Haz clic"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Choque detectado. Continuar impresion?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Actual"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"Autocarg.Fil[ina]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Velocidad Vent."
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Sensor Fil. [ina]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Es nitido el color nuevo?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"Reiteracion "
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"PARADA DE EMERGENCIA"
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Modo [rend.pleno]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"\x00"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Ahora retira la prueba de la lamina de acero."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"fallo openRoot "
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Pulsa el dial para precalentar la boquilla y continue."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Impresion cancelada"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"Impresora parada debido a errores. Arregle el error y use M999 para reinicio. (Temperatura se resetea. Ajustar despues de reinicio)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Problema encontrado, nivelacion Z forzosa ..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Sonido [una vez]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Soltar todos fil."
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Soltar filamento"
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Soltando filamento"
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Usado en impresion"
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Voltajes"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"fallo volume.init"
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Tout est termine. Bonne impression !"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"et pressez le bouton"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Crash detecte. Poursuivre l'impression ?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Actuel"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"AutoCharg F [off]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Vitesse ventil"
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Capteur Fil.[off]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Filament extrude et avec bonne couleur ?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"TUE."
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Mode[haute puiss]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"Moteur"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Retirez maintenant l'impression de test de la feuille d'acier."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"Echec openRoot"
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Appuyez sur le bouton pour prechauffer la buse et continuer."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Impression annulee"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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"
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"Imprimante arretee a cause d'erreurs. Corrigez l'erreur et utilisez M999 pour redemarrer. (La temperature est reinitilisee. Parametrez la apres le redemarrage)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Problemes rencontres, nivellement de l'axe Z applique..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Son [une fois]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Decharger tout"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Decharger fil."
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Dechargement fil."
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Utilise pdt impr."
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Tensions"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"Echec volume.init"
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Tutto fatto. Buona stampa!"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"e cliccare manopola"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Scontro rilevato. Riprendere la stampa?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Attuale"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"Autocar.fil.[off]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Velocita ventola"
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Sensor filam[off]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Filamento estruso & con il giusto colore?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"Iterazione"
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"IN TILT."
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Mode [forte]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"Motore"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Ora rimuovete la stampa di prova dalla piastra in acciaio."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"openRoot fallito"
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Premete la manopola per preriscaldare l'ugello e continuare."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Stampa interrotta"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"La stampante si e fermata a causa di errori. Correggete l'errore e usate M999 per riavviare. (La temperatura viene resettate. Impostatela dopo il riavvio)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Sono stati rilevati problemi, avviato livellamento Z ..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Suono [singolo]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Rilasciare tutti"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Scarica filam."
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Scaricando filamento"
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Usati nella stampa"
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Voltaggi"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"volume.init fallito"
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
"All is done. Happy printing!"
|
||||
"Gotowe. Udanego drukowania!"
|
||||
|
||||
#
|
||||
"Ambient"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRESS c=20 r=0
|
||||
"and press the knob"
|
||||
"i nacisnij pokretlo"
|
||||
|
@ -210,6 +214,10 @@
|
|||
"Crash detected. Resume print?"
|
||||
"Wykryto zderzenie. Wznowic druk?"
|
||||
|
||||
#
|
||||
"Crash"
|
||||
"\x00"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Aktualne"
|
||||
|
@ -346,6 +354,10 @@
|
|||
"F. autoload [off]"
|
||||
"Autolad.fil.[wyl]"
|
||||
|
||||
#
|
||||
"Fail stats"
|
||||
"\x00"
|
||||
|
||||
#MSG_FAN_SPEED c=14 r=0
|
||||
"Fan speed"
|
||||
"Predkosc went."
|
||||
|
@ -378,6 +390,10 @@
|
|||
"Fil. sensor [off]"
|
||||
"Czuj. filam.[wyl]"
|
||||
|
||||
#
|
||||
"Filam. runouts"
|
||||
"\x00"
|
||||
|
||||
#MSG_FILAMENT_CLEAN c=20 r=2
|
||||
"Filament extruding & with correct color?"
|
||||
"Filament wychodzi z dyszy a kolor jest czysty?"
|
||||
|
@ -590,6 +606,14 @@
|
|||
"Iteration "
|
||||
"Iteracja "
|
||||
|
||||
#
|
||||
"Last print failures"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Last print"
|
||||
"\x00"
|
||||
|
||||
#MSG_KILLED c=0 r=0
|
||||
"KILLED. "
|
||||
"PRZERWANE."
|
||||
|
@ -714,6 +738,10 @@
|
|||
"Mode [high power]"
|
||||
"Tryb[wysoka wyd.]"
|
||||
|
||||
#
|
||||
"MMU2 connected"
|
||||
"\x00"
|
||||
|
||||
#MSG_SELFTEST_MOTOR c=0 r=0
|
||||
"Motor"
|
||||
"Silnik"
|
||||
|
@ -798,6 +826,10 @@
|
|||
"Now remove the test print from steel sheet."
|
||||
"Teraz zdejmij wydruk testowy ze stolu."
|
||||
|
||||
#
|
||||
"Nozzle FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_OPENROOT_FAIL c=0 r=0
|
||||
"openRoot failed"
|
||||
"niepowodzenie openRoot "
|
||||
|
@ -918,6 +950,10 @@
|
|||
"Press knob to preheat nozzle and continue."
|
||||
"Wcisnij pokretlo aby rozgrzac dysze i kontynuowac."
|
||||
|
||||
#
|
||||
"Power failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_PRINT_ABORTED c=20 r=0
|
||||
"Print aborted"
|
||||
"Druk przerwany"
|
||||
|
@ -946,6 +982,10 @@
|
|||
"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."
|
||||
|
||||
#
|
||||
"Print FAN"
|
||||
"\x00"
|
||||
|
||||
#MSG_ERR_STOPPED c=0 r=0
|
||||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"Drukarka zatrzymana z powodu bledow. Usun problem i uzyj M999 aby zrestartowac. (Temperatura jest zresetowana, ustaw ja po restarcie)"
|
||||
|
@ -1134,6 +1174,10 @@
|
|||
"Some problem encountered, Z-leveling enforced ..."
|
||||
"Wykryto problem, wymuszono poziomowanie osi Z ..."
|
||||
|
||||
#
|
||||
"Some problem encountered, Z-levelling enforced ..."
|
||||
"\x00"
|
||||
|
||||
#MSG_SOUND_ONCE c=17 r=1
|
||||
"Sound [once]"
|
||||
"Dzwiek [1-raz]"
|
||||
|
@ -1234,6 +1278,10 @@
|
|||
"Unload all"
|
||||
"Rozladuj wszystkie"
|
||||
|
||||
#
|
||||
"Total failures"
|
||||
"\x00"
|
||||
|
||||
#MSG_UNLOAD_FILAMENT c=17 r=0
|
||||
"Unload filament"
|
||||
"Rozladowanie fil."
|
||||
|
@ -1242,6 +1290,10 @@
|
|||
"Unloading filament"
|
||||
"Rozladowuje filament"
|
||||
|
||||
#
|
||||
"Total"
|
||||
"\x00"
|
||||
|
||||
#MSG_USED c=19 r=1
|
||||
"Used during print"
|
||||
"Uzyte podczas druku"
|
||||
|
@ -1250,6 +1302,10 @@
|
|||
"Voltages"
|
||||
"Napiecia"
|
||||
|
||||
#
|
||||
"unknown"
|
||||
"\x00"
|
||||
|
||||
#MSG_SD_VOL_INIT_FAIL c=0 r=0
|
||||
"volume.init failed"
|
||||
"niepowodzenie volume.init "
|
||||
|
|
Loading…
Reference in a new issue