From 8a159dfec203a8ec4feef2971a5910e689e72b87 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 15 Apr 2018 19:10:11 -0500 Subject: [PATCH] Remove Brazilian Portuguese duplicates Followup to #10368 --- Marlin/language_pt-br.h | 58 +++++++++++++++++------------------- Marlin/language_pt-br_utf8.h | 58 +++++++++++++++++------------------- 2 files changed, 56 insertions(+), 60 deletions(-) diff --git a/Marlin/language_pt-br.h b/Marlin/language_pt-br.h index 89938507f..1a93d32a8 100644 --- a/Marlin/language_pt-br.h +++ b/Marlin/language_pt-br.h @@ -325,11 +325,6 @@ #define MSG_INFO_PROTOCOL _UxGT("Protocolo") #define MSG_CASE_LIGHT _UxGT("Luz da Estrutura") #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Intensidade Brilho") -#define MSG_INFO_PRINT_COUNT _UxGT("Qtd de Impressoes") -#define MSG_INFO_COMPLETED_PRINTS _UxGT("Fim") -#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Impressao") -#define MSG_INFO_PRINT_LONGEST _UxGT("Trabalho Mais longo") -#define MSG_INFO_PRINT_FILAMENT _UxGT("Total Depositado") #define MSG_INFO_PRINT_COUNT _UxGT("Qtd Impressoes") #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completas") #define MSG_INFO_PRINT_TIME _UxGT("Tempo de Imprimindo") @@ -350,38 +345,41 @@ #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Bocal: ") #define MSG_ERR_HOMING_FAILED _UxGT("Falha ao ir a 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("remocao 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 botao") -#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...") + #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperando") + #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("remocao de filamento") -#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Pressione o botao") -#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 botao") + #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 botao") + #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 extrusao") -#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 impressao") -#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar") + #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Esperando extrusao") + #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 impressao") + #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_H diff --git a/Marlin/language_pt-br_utf8.h b/Marlin/language_pt-br_utf8.h index 68062db0f..e4d8ee45c 100644 --- a/Marlin/language_pt-br_utf8.h +++ b/Marlin/language_pt-br_utf8.h @@ -327,11 +327,6 @@ #define MSG_INFO_PROTOCOL _UxGT("Protocolo") #define MSG_CASE_LIGHT _UxGT("Luz da Estrutura") #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Intensidade Brilho") -#define MSG_INFO_PRINT_COUNT _UxGT("Qtd de Impressões") -#define MSG_INFO_COMPLETED_PRINTS _UxGT("Fim") -#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") @@ -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