Lang update (translation + increased reserved space)
This commit is contained in:
parent
17090f0280
commit
3e84bf6341
7 changed files with 139 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
//LANG - Multi-language support
|
||||
//#define LANG_MODE 0 // primary language only
|
||||
#define LANG_MODE 1 // sec. language support
|
||||
#define LANG_SIZE_RESERVED 0x2800 // reserved space for secondary language (~10kb)
|
||||
#define LANG_SIZE_RESERVED 0x2a00 // reserved space for secondary language (~10kb)
|
||||
|
||||
|
||||
#endif //_CONFIG_H
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
#MSG_CRASH_DETECTED c=20 r=1
|
||||
"Crash detected."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
|
||||
|
@ -436,6 +439,9 @@
|
|||
#MSG_BED_CORRECTION_LEFT c=14 r=1
|
||||
"Left side [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
|
||||
|
@ -667,6 +673,9 @@
|
|||
#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)"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
|
||||
|
@ -757,6 +766,9 @@
|
|||
#MSG_SHOW_END_STOPS c=17 r=1
|
||||
"Show end stops"
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
|
||||
|
@ -841,6 +853,12 @@
|
|||
#MSG_FOLLOW_Z_CALIBRATION_FLOW c=20 r=4
|
||||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
|
||||
|
|
|
@ -210,6 +210,10 @@
|
|||
"Crash detected."
|
||||
"Detekovan naraz."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
"Detekovan naraz. Pokracovat?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Pouze aktualni"
|
||||
|
@ -582,6 +586,10 @@
|
|||
"Left side [um]"
|
||||
"Vlevo [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
"Korekce lin."
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
"Doladeni osy Z"
|
||||
|
@ -890,6 +898,10 @@
|
|||
"Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
|
||||
"\x00"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
"Prusa i3 MK2.5 ok"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
"Prusa i3 MK3 ok"
|
||||
|
@ -1010,6 +1022,10 @@
|
|||
"Show end stops"
|
||||
"Stav konc. spin."
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
"Stav PINDA"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
"\x00"
|
||||
|
@ -1122,6 +1138,14 @@
|
|||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Je potreba kalibrovat osu Z. Prosim postupujte dle prirucky, kapitola Zaciname, sekce Postup kalibrace."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
"Celkem fileament"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
"Celkovy cas tisku"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
"\x00"
|
||||
|
|
|
@ -210,6 +210,10 @@
|
|||
"Crash detected."
|
||||
"Crash erkannt."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
"Crash erkannt. Druck fortsetzen?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Aktuelles"
|
||||
|
@ -582,6 +586,10 @@
|
|||
"Left side [um]"
|
||||
"Links [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
"\x00"
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
"Z einstellen"
|
||||
|
@ -890,6 +898,10 @@
|
|||
"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!)"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
"Prusa i3 MK2.5 bereit"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
"Prusa i3 MK3 bereit."
|
||||
|
@ -1010,6 +1022,10 @@
|
|||
"Show end stops"
|
||||
"Endschalter Status"
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
"\x00"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
"Schlafzustand..."
|
||||
|
@ -1122,6 +1138,14 @@
|
|||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Es ist noch notwendig die Z-Kalibrierung auszufuehren. Bitte befolgen Sie das Handbuch, Kapitel Erste Schritte, Abschnitt Kalibrierablauf."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
"\x00"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
"AUSGELOEST"
|
||||
|
|
|
@ -210,6 +210,10 @@
|
|||
"Crash detected."
|
||||
"Choque detectado."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
"Choque detectado. Reanudar impres?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Actual"
|
||||
|
@ -582,6 +586,10 @@
|
|||
"Left side [um]"
|
||||
"Izquierda [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
"\x00"
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
"Micropaso Eje Z"
|
||||
|
@ -890,6 +898,10 @@
|
|||
"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)"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
"Prusa i3 MK2.5 prep."
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
"Prusa i3 MK3 prep."
|
||||
|
@ -1010,6 +1022,10 @@
|
|||
"Show end stops"
|
||||
"Mostrar endstops"
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
"\x00"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
"En reposo..."
|
||||
|
@ -1122,6 +1138,14 @@
|
|||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Todavia es necesario hacer una calibracion Z. Por favor siga el manual, capitulo Primeros pasos, seccion Calibracion del flujo."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
"\x00"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
"ACTIVADO"
|
||||
|
|
|
@ -210,6 +210,10 @@
|
|||
"Crash detected."
|
||||
"Rilevato impatto."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
"Rilevato impatto. Riprendi stampa?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Attuale"
|
||||
|
@ -582,6 +586,10 @@
|
|||
"Left side [um]"
|
||||
"Lato sinistro [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
"\x00"
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
"Compensazione Z"
|
||||
|
@ -890,6 +898,10 @@
|
|||
"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)"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
"Prusa i3 MK2.5 pronta"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
"Prusa i3 MK3 pronta."
|
||||
|
@ -1010,6 +1022,10 @@
|
|||
"Show end stops"
|
||||
"Stato finecorsa"
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
"\x00"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
"Sospensione..."
|
||||
|
@ -1122,6 +1138,14 @@
|
|||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"E ancora necessario effettuare la calibrazione Z. Segui il manuale, capitolo Primi Passi, sezione Sequenza di Calibrazione."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
"\x00"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
"ATTIVATO"
|
||||
|
|
|
@ -210,6 +210,10 @@
|
|||
"Crash detected."
|
||||
"Zderzenie wykryte."
|
||||
|
||||
#
|
||||
"Crash detected. Resume print?"
|
||||
"Zderzenie wykryte. Wznowic wydruk?"
|
||||
|
||||
#MSG_CURRENT c=19 r=1
|
||||
"Current"
|
||||
"Aktualne"
|
||||
|
@ -582,6 +586,10 @@
|
|||
"Left side [um]"
|
||||
"Lewo [um]"
|
||||
|
||||
#
|
||||
"Lin. correction"
|
||||
"\x00"
|
||||
|
||||
#MSG_BABYSTEP_Z c=0 r=0
|
||||
"Live adjust Z"
|
||||
"Dostrajanie osi Z"
|
||||
|
@ -890,6 +898,10 @@
|
|||
"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)"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK2.5 ready."
|
||||
"Prusa i3 MK2.5 gotowa"
|
||||
|
||||
#WELCOME_MSG c=20 r=0
|
||||
"Prusa i3 MK3 ready."
|
||||
"Prusa i3 MK3 gotowa."
|
||||
|
@ -1010,6 +1022,10 @@
|
|||
"Show end stops"
|
||||
"Pokaz krancowki"
|
||||
|
||||
#
|
||||
"Show pinda state"
|
||||
"\x00"
|
||||
|
||||
#MSG_DWELL c=0 r=0
|
||||
"Sleep..."
|
||||
"Czuwanie..."
|
||||
|
@ -1122,6 +1138,14 @@
|
|||
"There is still a need to make Z calibration. Please follow the manual, chapter First steps, section Calibration flow."
|
||||
"Musimy przeprowadzic kalibracje Z. Kieruj sie Samouczkiem: rozdzial Pierwsze Kroki, sekcja Kalibracja."
|
||||
|
||||
#
|
||||
"Total filament"
|
||||
"\x00"
|
||||
|
||||
#
|
||||
"Total print time"
|
||||
"\x00"
|
||||
|
||||
#MSG_ENDSTOP_HIT c=0 r=0
|
||||
"TRIGGERED"
|
||||
"AKTYWOWANO"
|
||||
|
|
Loading…
Reference in a new issue