Bladeren bron

[2.0.x] Italian language update (#12060)

Giuliano Zaro 6 jaren geleden
bovenliggende
commit
d8d76cd2ba
1 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 5
    1
      Marlin/src/lcd/language/language_it.h

+ 5
- 1
Marlin/src/lcd/language/language_it.h Bestand weergeven

@@ -78,7 +78,7 @@
78 78
 #define MSG_RETRACT                         _UxGT("Ritrai")
79 79
 #define MSG_MOVE_AXIS                       _UxGT("Muovi Asse")
80 80
 #define MSG_BED_LEVELING                    _UxGT("Livella piano")
81
-#define MSG_LEVEL_BED                       _UxGT("Livella piano")
81
+#define MSG_LEVEL_BED                       MSG_BED_LEVELING
82 82
 #define MSG_LEVEL_CORNERS                   _UxGT("Livella spigoli")
83 83
 #define MSG_NEXT_CORNER                     _UxGT("Prossimo spigolo")
84 84
 #define MSG_EDITING_STOPPED                 _UxGT("Modif. Mesh Fermata")
@@ -280,6 +280,10 @@
280 280
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet V")
281 281
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
282 282
 #define MSG_AUTORETRACT                     _UxGT("AutoRitrai")
283
+#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dist. ritrazione")
284
+#define MSG_SINGLENOZZLE_TOOL_CHANGE        _UxGT("Cambio utensile")
285
+#define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Velocità innesco")
286
+#define MSG_SINGLENOZZLE_RETRACT_SPD        _UxGT("Velocità retrazione")
283 287
 #define MSG_FILAMENTCHANGE                  _UxGT("Cambia filamento")
284 288
 #define MSG_FILAMENTLOAD                    _UxGT("Carica filamento")
285 289
 #define MSG_FILAMENTUNLOAD                  _UxGT("Rimuovi filamento")

Laden…
Annuleren
Opslaan