瀏覽代碼

Update Italian language (#13809)

Giuliano Zaro 6 年之前
父節點
當前提交
93dcb537ef
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      Marlin/src/lcd/language/language_it.h

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

271
 #define MSG_PREPARE                         _UxGT("Prepara")
271
 #define MSG_PREPARE                         _UxGT("Prepara")
272
 #define MSG_TUNE                            _UxGT("Regola")
272
 #define MSG_TUNE                            _UxGT("Regola")
273
 #define MSG_START_PRINT                     _UxGT("Avvia stampa")
273
 #define MSG_START_PRINT                     _UxGT("Avvia stampa")
274
+#define MSG_BUTTON_NEXT                     _UxGT("Prossimo")
275
+#define MSG_BUTTON_INIT                     _UxGT("Inizializza")
276
+#define MSG_BUTTON_STOP                     _UxGT("Stop")
274
 #define MSG_BUTTON_PRINT                    _UxGT("Stampa")
277
 #define MSG_BUTTON_PRINT                    _UxGT("Stampa")
278
+#define MSG_BUTTON_RESET                    _UxGT("Resetta")
275
 #define MSG_BUTTON_CANCEL                   _UxGT("Annulla")
279
 #define MSG_BUTTON_CANCEL                   _UxGT("Annulla")
280
+#define MSG_BUTTON_DONE                     _UxGT("Fatto")
276
 #define MSG_PAUSE_PRINT                     _UxGT("Pausa stampa")
281
 #define MSG_PAUSE_PRINT                     _UxGT("Pausa stampa")
277
 #define MSG_RESUME_PRINT                    _UxGT("Riprendi stampa")
282
 #define MSG_RESUME_PRINT                    _UxGT("Riprendi stampa")
278
 #define MSG_STOP_PRINT                      _UxGT("Arresta stampa")
283
 #define MSG_STOP_PRINT                      _UxGT("Arresta stampa")

Loading…
取消
儲存