浏览代码

Update Italian language (#12344)

Giuliano Zaro 6 年前
父节点
当前提交
f7e682eeee
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Marlin/src/lcd/language/language_it.h

+ 3
- 0
Marlin/src/lcd/language/language_it.h 查看文件

@@ -82,6 +82,9 @@
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")
85
+#define MSG_MESH_X                          _UxGT("Indice X")
86
+#define MSG_MESH_Y                          _UxGT("Indice Y")
87
+#define MSG_MESH_EDIT_Z                     _UxGT("Valore di Z")
85 88
 #define MSG_USER_MENU                       _UxGT("Comandi personaliz.")
86 89
 #define MSG_UBL_DOING_G29                   _UxGT("G29 in corso")
87 90
 #define MSG_UBL_UNHOMED                     _UxGT("Home XYZ prima")

正在加载...
取消
保存