Fix Brazilian Portuguese language duplicates
This commit is contained in:
parent
8f57e098de
commit
6cb83758d7
@ -332,11 +332,6 @@
|
||||
#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Impressão")
|
||||
#define MSG_INFO_PRINT_LONGEST _UxGT("Trabalho Mais longo")
|
||||
#define MSG_INFO_PRINT_FILAMENT _UxGT("Total Depositado")
|
||||
#define MSG_INFO_PRINT_COUNT _UxGT("Qtd Impressões")
|
||||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Completas")
|
||||
#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Imprimindo")
|
||||
#define MSG_INFO_PRINT_LONGEST _UxGT("Impressão Mais Longa")
|
||||
#define MSG_INFO_PRINT_FILAMENT _UxGT("Depositado")
|
||||
#define MSG_INFO_MIN_TEMP _UxGT("Temp Min")
|
||||
#define MSG_INFO_MAX_TEMP _UxGT("Temp Max")
|
||||
#define MSG_INFO_PSU _UxGT("PSU")
|
||||
@ -352,6 +347,8 @@
|
||||
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Bocal: ")
|
||||
#define MSG_ERR_HOMING_FAILED _UxGT("Falha ao ir à origem")
|
||||
#define MSG_ERR_PROBING_FAILED _UxGT("Falha ao sondar")
|
||||
|
||||
#if LCD_HEIGHT >= 4
|
||||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando o")
|
||||
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("inicio da")
|
||||
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("troca de Filamento")
|
||||
@ -377,7 +374,7 @@
|
||||
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar")
|
||||
|
||||
#else // LCD_HEIGHT < 4
|
||||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Aguarde...")
|
||||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejetando...")
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insira e Clique")
|
||||
@ -385,5 +382,6 @@
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Carregando...")
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extrusando...")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Continuando...")
|
||||
#endif
|
||||
|
||||
#endif // LANGUAGE_PT_BR_UTF_H
|
||||
|
Loading…
Reference in New Issue
Block a user