Browse Source

Update Italian language (#13440)

Giuliano Zaro 6 years ago
parent
commit
9562a02c5a
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/src/lcd/language/language_it.h

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

195
 #define MSG_BED_Z                           _UxGT("Piatto Z")
195
 #define MSG_BED_Z                           _UxGT("Piatto Z")
196
 #define MSG_NOZZLE                          _UxGT("Ugello")
196
 #define MSG_NOZZLE                          _UxGT("Ugello")
197
 #define MSG_BED                             _UxGT("Piatto")
197
 #define MSG_BED                             _UxGT("Piatto")
198
+#define MSG_CHAMBER                         _UxGT("Camera")
198
 #define MSG_FAN_SPEED                       _UxGT("Velocità ventola")
199
 #define MSG_FAN_SPEED                       _UxGT("Velocità ventola")
199
 #define MSG_EXTRA_FAN_SPEED                 _UxGT("Extra vel. ventola")
200
 #define MSG_EXTRA_FAN_SPEED                 _UxGT("Extra vel. ventola")
200
 #define MSG_FLOW                            _UxGT("Flusso")
201
 #define MSG_FLOW                            _UxGT("Flusso")
308
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
309
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
309
 #define MSG_BLTOUCH_RESET                   _UxGT("Resetta BLTouch")
310
 #define MSG_BLTOUCH_RESET                   _UxGT("Resetta BLTouch")
310
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("Estendi BLTouch")
311
 #define MSG_BLTOUCH_DEPLOY                  _UxGT("Estendi BLTouch")
312
+#define MSG_BLTOUCH_SW_MODE                 _UxGT("BLTouch modo SW")
313
+#define MSG_BLTOUCH_5V_MODE                 _UxGT("BLTouch modo 5V")
314
+#define MSG_BLTOUCH_OD_MODE                 _UxGT("BLTouch modo OD")
311
 #define MSG_BLTOUCH_STOW                    _UxGT("Ritrai BLTouch")
315
 #define MSG_BLTOUCH_STOW                    _UxGT("Ritrai BLTouch")
312
 #define MSG_MANUAL_DEPLOY                   _UxGT("Estendi Sonda-Z")
316
 #define MSG_MANUAL_DEPLOY                   _UxGT("Estendi Sonda-Z")
313
 #define MSG_MANUAL_STOW                     _UxGT("Ritrai Sonda-Z")
317
 #define MSG_MANUAL_STOW                     _UxGT("Ritrai Sonda-Z")
327
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
331
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
328
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MAX PIATTO")
332
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MAX PIATTO")
329
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP MIN PIATTO")
333
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP MIN PIATTO")
334
+#define MSG_ERR_MAXTEMP_CHAMBER             _UxGT("Err: TEMP MAX CAMERA")
335
+#define MSG_ERR_MINTEMP_CHAMBER             _UxGT("Err: TEMP MIN CAMERA")
330
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
336
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
331
 #define MSG_HALTED                          _UxGT("STAMPANTE FERMATA")
337
 #define MSG_HALTED                          _UxGT("STAMPANTE FERMATA")
332
 #define MSG_PLEASE_RESET                    _UxGT("Riavviare prego")
338
 #define MSG_PLEASE_RESET                    _UxGT("Riavviare prego")
451
   #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Premi per")
457
   #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Premi per")
452
   #define MSG_ADVANCED_PAUSE_WAITING_2      _UxGT("riprendere")
458
   #define MSG_ADVANCED_PAUSE_WAITING_2      _UxGT("riprendere")
453
   #define MSG_ADVANCED_PAUSE_WAITING_3      _UxGT("la stampa")
459
   #define MSG_ADVANCED_PAUSE_WAITING_3      _UxGT("la stampa")
460
+  #define MSG_PAUSE_PRINT_INIT_1            _UxGT("Parcheggiando...")
454
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attendere avvio")
461
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attendere avvio")
455
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("del cambio")
462
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("del cambio")
456
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("di filamento")
463
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("di filamento")
497
 #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop abil.")
504
 #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop abil.")
498
 
505
 
499
 #define MSG_SERVICE_RESET                   _UxGT("Resetta")
506
 #define MSG_SERVICE_RESET                   _UxGT("Resetta")
507
+#define MSG_SERVICE_IN                      _UxGT(" tra:")

Loading…
Cancel
Save