Browse Source

Update Italian language (#13916)

Giuliano Zaro 6 years ago
parent
commit
b07360f32a
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      Marlin/src/lcd/language/language_it.h

+ 7
- 5
Marlin/src/lcd/language/language_it.h View File

@@ -37,6 +37,7 @@
37 37
 #define MSG_BACK                            _UxGT("Indietro")
38 38
 #define MSG_SD_INSERTED                     _UxGT("SD Card inserita")
39 39
 #define MSG_SD_REMOVED                      _UxGT("SD Card rimossa")
40
+#define MSG_SD_RELEASED                     _UxGT("SD Card rilasciata")
40 41
 #define MSG_LCD_ENDSTOPS                    _UxGT("Finecor.") // Max 8 caratteri
41 42
 #define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Finecorsa Soft")
42 43
 #define MSG_MAIN                            _UxGT("Menu principale")
@@ -311,8 +312,9 @@
311 312
 #define MSG_FILAMENTLOAD                    _UxGT("Carica filamento")
312 313
 #define MSG_FILAMENTUNLOAD                  _UxGT("Rimuovi filamento")
313 314
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Rimuovi tutto")
314
-#define MSG_INIT_SDCARD                     _UxGT("Iniz. SD-Card")
315
-#define MSG_CHANGE_SDCARD                   _UxGT("Cambia SD-Card")
315
+#define MSG_INIT_SDCARD                     _UxGT("Iniz. SD card")
316
+#define MSG_CHANGE_SDCARD                   _UxGT("Cambia SD card")
317
+#define MSG_RELEASE_SDCARD                  _UxGT("Rilascia SD card")
316 318
 #define MSG_ZPROBE_OUT                      _UxGT("Z probe fuori piatto")
317 319
 #define MSG_SKEW_FACTOR                     _UxGT("Fattore distorsione")
318 320
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
@@ -411,7 +413,7 @@
411 413
 #define MSG_FILAMENT_CHANGE_OPTION_PURGE    _UxGT("Spurga di più")
412 414
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Riprendi stampa")
413 415
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Ugello: ")
414
-#define MSG_RUNOUT_SENSOR                   _UxGT("Sens.filo terminato")
416
+#define MSG_RUNOUT_SENSOR                   _UxGT("Sens.filo termin.")  // Max 17 caratteri
415 417
 #define MSG_ERR_HOMING_FAILED               _UxGT("Home fallito")
416 418
 #define MSG_ERR_PROBING_FAILED              _UxGT("Sondaggio fallito")
417 419
 #define MSG_M600_TOO_COLD                   _UxGT("M600:Troppo freddo")
@@ -420,12 +422,12 @@
420 422
 #define MSG_MMU2_CHOOSE_FILAMENT_HEADER     _UxGT("SCELTA FILAMENTO")
421 423
 #define MSG_MMU2_MENU                       _UxGT("MMU")
422 424
 #define MSG_MMU2_WRONG_FIRMWARE             _UxGT("Agg.firmware MMU!")
423
-#define MSG_MMU2_NOT_RESPONDING             _UxGT("MMU needs attention.")
425
+#define MSG_MMU2_NOT_RESPONDING             _UxGT("MMU chiede attenz.")
424 426
 #define MSG_MMU2_RESUME                     _UxGT("Riprendi stampa")
425 427
 #define MSG_MMU2_RESUMING                   _UxGT("Ripresa...")
426 428
 #define MSG_MMU2_LOAD_FILAMENT              _UxGT("Carica filamento")
427 429
 #define MSG_MMU2_LOAD_ALL                   _UxGT("Carica tutto")
428
-#define MSG_MMU2_LOAD_TO_NOZZLE             _UxGT("Load to nozzle")
430
+#define MSG_MMU2_LOAD_TO_NOZZLE             _UxGT("Carica fino ugello")
429 431
 #define MSG_MMU2_EJECT_FILAMENT             _UxGT("Espelli filamento")
430 432
 #define MSG_MMU2_EJECT_FILAMENT0            _UxGT("Espelli filam.1")
431 433
 #define MSG_MMU2_EJECT_FILAMENT1            _UxGT("Espelli filam.2")

Loading…
Cancel
Save