diff --git a/Marlin/src/lcd/language/language_pt-br.h b/Marlin/src/lcd/language/language_pt-br.h index 68062db0f..ac7aeb659 100644 --- a/Marlin/src/lcd/language/language_pt-br.h +++ b/Marlin/src/lcd/language/language_pt-br.h @@ -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,38 +347,41 @@ #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") -#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") -#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando") -#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("remoção de filamento") +#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") -#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Coloque Filamento") -#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("pressione o botão") -#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...") + #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando") + #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("remoção de filamento") -#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pressione o botão") -#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("p/ Aquecer o Bocal") + #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Coloque Filamento") + #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("pressione o botão") + #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...") -#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo o Bocal") -#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Aguarde...") + #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pressione o botão") + #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("p/ Aquecer o Bocal") -#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperando") -#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filamento") + #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo o Bocal") + #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Aguarde...") -#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Esperando extrusão") -#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("de filamento") + #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperando") + #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filamento") -#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão") -#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar") + #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Esperando extrusão") + #define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("de filamento") -#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") -#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo...") -#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Carregando...") -#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extrusando...") -#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Continuando...") + #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") + #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Aquecendo...") + #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