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,6 +195,7 @@
195 195
 #define MSG_BED_Z                           _UxGT("Piatto Z")
196 196
 #define MSG_NOZZLE                          _UxGT("Ugello")
197 197
 #define MSG_BED                             _UxGT("Piatto")
198
+#define MSG_CHAMBER                         _UxGT("Camera")
198 199
 #define MSG_FAN_SPEED                       _UxGT("Velocità ventola")
199 200
 #define MSG_EXTRA_FAN_SPEED                 _UxGT("Extra vel. ventola")
200 201
 #define MSG_FLOW                            _UxGT("Flusso")
@@ -308,6 +309,9 @@
308 309
 #define MSG_BLTOUCH_SELFTEST                _UxGT("Autotest BLTouch")
309 310
 #define MSG_BLTOUCH_RESET                   _UxGT("Resetta BLTouch")
310 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 315
 #define MSG_BLTOUCH_STOW                    _UxGT("Ritrai BLTouch")
312 316
 #define MSG_MANUAL_DEPLOY                   _UxGT("Estendi Sonda-Z")
313 317
 #define MSG_MANUAL_STOW                     _UxGT("Ritrai Sonda-Z")
@@ -327,6 +331,8 @@
327 331
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
328 332
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MAX PIATTO")
329 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 336
 #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
331 337
 #define MSG_HALTED                          _UxGT("STAMPANTE FERMATA")
332 338
 #define MSG_PLEASE_RESET                    _UxGT("Riavviare prego")
@@ -451,6 +457,7 @@
451 457
   #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Premi per")
452 458
   #define MSG_ADVANCED_PAUSE_WAITING_2      _UxGT("riprendere")
453 459
   #define MSG_ADVANCED_PAUSE_WAITING_3      _UxGT("la stampa")
460
+  #define MSG_PAUSE_PRINT_INIT_1            _UxGT("Parcheggiando...")
454 461
   #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Attendere avvio")
455 462
   #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("del cambio")
456 463
   #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("di filamento")
@@ -497,3 +504,4 @@
497 504
 #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop abil.")
498 505
 
499 506
 #define MSG_SERVICE_RESET                   _UxGT("Resetta")
507
+#define MSG_SERVICE_IN                      _UxGT(" tra:")

Loading…
Cancel
Save