Browse Source

Fix Brazilian Portuguese language duplicates

Scott Lahteine 7 years ago
parent
commit
6cb83758d7
1 changed files with 28 additions and 30 deletions
  1. 28
    30
      Marlin/src/lcd/language/language_pt-br.h

+ 28
- 30
Marlin/src/lcd/language/language_pt-br.h View File

@@ -332,11 +332,6 @@
332 332
 #define MSG_INFO_PRINT_TIME                 _UxGT("Tempo de Impressão")
333 333
 #define MSG_INFO_PRINT_LONGEST              _UxGT("Trabalho Mais longo")
334 334
 #define MSG_INFO_PRINT_FILAMENT             _UxGT("Total Depositado")
335
-#define MSG_INFO_PRINT_COUNT                _UxGT("Qtd Impressões")
336
-#define MSG_INFO_COMPLETED_PRINTS           _UxGT("Completas")
337
-#define MSG_INFO_PRINT_TIME                 _UxGT("Tempo de Imprimindo")
338
-#define MSG_INFO_PRINT_LONGEST              _UxGT("Impressão Mais Longa")
339
-#define MSG_INFO_PRINT_FILAMENT             _UxGT("Depositado")
340 335
 #define MSG_INFO_MIN_TEMP                   _UxGT("Temp Min")
341 336
 #define MSG_INFO_MAX_TEMP                   _UxGT("Temp Max")
342 337
 #define MSG_INFO_PSU                        _UxGT("PSU")
@@ -352,38 +347,41 @@
352 347
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Bocal: ")
353 348
 #define MSG_ERR_HOMING_FAILED               _UxGT("Falha ao ir à origem")
354 349
 #define MSG_ERR_PROBING_FAILED              _UxGT("Falha ao sondar")
355
-#define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Esperando o")
356
-#define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("inicio da")
357
-#define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("troca de Filamento")
358 350
 
359
-#define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Esperando")
360
-#define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("remoção de filamento")
351
+#if LCD_HEIGHT >= 4
352
+  #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Esperando o")
353
+  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("inicio da")
354
+  #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("troca de Filamento")
361 355
 
362
-#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Coloque Filamento")
363
-#define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("pressione o botão")
364
-#define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("para continuar...")
356
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Esperando")
357
+  #define MSG_FILAMENT_CHANGE_UNLOAD_2      _UxGT("remoção de filamento")
365 358
 
366
-#define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Pressione o botão")
367
-#define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("p/ Aquecer o Bocal")
359
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Coloque Filamento")
360
+  #define MSG_FILAMENT_CHANGE_INSERT_2      _UxGT("pressione o botão")
361
+  #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("para continuar...")
368 362
 
369
-#define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Aquecendo o Bocal")
370
-#define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Aguarde...")
363
+  #define MSG_FILAMENT_CHANGE_HEAT_1        _UxGT("Pressione o botão")
364
+  #define MSG_FILAMENT_CHANGE_HEAT_2        _UxGT("p/ Aquecer o Bocal")
371 365
 
372
-#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Esperando")
373
-#define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("filamento")
366
+  #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Aquecendo o Bocal")
367
+  #define MSG_FILAMENT_CHANGE_HEATING_2     _UxGT("Aguarde...")
374 368
 
375
-#define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Esperando extrusão")
376
-#define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("de filamento")
369
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Esperando")
370
+  #define MSG_FILAMENT_CHANGE_LOAD_2        _UxGT("filamento")
377 371
 
378
-#define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Esperando impressão")
379
-#define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("continuar")
372
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1     _UxGT("Esperando extrusão")
373
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_2     _UxGT("de filamento")
380 374
 
381
-#define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Aguarde...")
382
-#define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Ejetando...")
383
-#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Insira e Clique")
384
-#define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Aquecendo...")
385
-#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Carregando...")
386
-#define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Extrusando...")
387
-#define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Continuando...")
375
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Esperando impressão")
376
+  #define MSG_FILAMENT_CHANGE_RESUME_2      _UxGT("continuar")
377
+#else // LCD_HEIGHT < 4
378
+  #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Aguarde...")
379
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1      _UxGT("Ejetando...")
380
+  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Insira e Clique")
381
+  #define MSG_FILAMENT_CHANGE_HEATING_1     _UxGT("Aquecendo...")
382
+  #define MSG_FILAMENT_CHANGE_LOAD_1        _UxGT("Carregando...")
383
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1     _UxGT("Extrusando...")
384
+  #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Continuando...")
385
+#endif
388 386
 
389 387
 #endif // LANGUAGE_PT_BR_UTF_H

Loading…
Cancel
Save