Skip to content

[2.0.x] Italian language fix#11796

Merged
thinkyhead merged 5 commits intoMarlinFirmware:bugfix-2.0.xfrom
GMagician:2.0.x-Italian-language-fix
Sep 12, 2018
Merged

[2.0.x] Italian language fix#11796
thinkyhead merged 5 commits intoMarlinFirmware:bugfix-2.0.xfrom
GMagician:2.0.x-Italian-language-fix

Conversation

@GMagician
Copy link
Contributor

Added missing messages and fixed some other

Added missing messages and fixed some other
@GMagician
Copy link
Contributor Author

N.B it seems that MSG_FILAMENT_CHANGE_HEAT_1 English define is missing when LCD_HEIGHT < 4

@thinkyhead
Copy link
Member

Thanks for the note! Added:

  #ifndef MSG_FILAMENT_CHANGE_HEAT_1
    #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Click to heat")
  #endif

#define MSG_UBL_BUILD_PLA_MESH _UxGT("Crea Mesh PLA")
#define MSG_UBL_BUILD_ABS_MESH _UxGT("Crea Mesh ABS")
#define MSG_UBL_BUILD_COLD_MESH _UxGT("Crea Mesh a freddo")
#define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Aggiusta Altezza Mesh")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too long also:

12345678901234567890
Aggiusta Altezza Mes|h

#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP RIDONDANTI")
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP RIDONDANTE")
#define MSG_THERMAL_RUNAWAY _UxGT("TEMP FUORI CONTROLLO")
#define MSG_THERMAL_RUNAWAY_BED _UxGT("TEMP PIATTO FUORI CTRL.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12345678901234567890
TEMP PIATTO FUORI CT|RL.

#define MSG_THERMAL_RUNAWAY_BED _UxGT("TEMP PIATTO FUORI CTRL.")
#define MSG_ERR_MAXTEMP _UxGT("Err: TEMP MASSIMA")
#define MSG_ERR_MINTEMP _UxGT("Err: TEMP MINIMA")
#define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMP MASSIMA PIATTO")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12345678901234567890
Err: TEMP MASSIMA PI|ATTO

#define MSG_UBL_BC_INSERT2 _UxGT("Misura")
#define MSG_UBL_BC_REMOVE _UxGT("Rimuovi e misura piatto")
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Spostamento sucessivo")
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Spostamento successivo")
Copy link
Member

@thinkyhead thinkyhead Sep 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12345678901234567890
Metti spessore & mis|ura 
Rimuovi e misura pia|tto
Spostamento successi|vo

@@ -79,16 +81,19 @@
#define MSG_NEXT_CORNER _UxGT("Prossimo spigolo")
#define MSG_EDITING_STOPPED _UxGT("Modifica Mesh Fermata")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12345678901234567890
Modifica Mesh Fermat|a

@thinkyhead
Copy link
Member

And a few other strings need new shorter translations, also.

@GMagician
Copy link
Contributor Author

@thinkyhead I reduced all messages above 20 chars. I Hope not to miss some

#define MSG_UBL_BC_INSERT2 _UxGT("Misura")
#define MSG_UBL_BC_REMOVE _UxGT("Rimuovi e misura piatto")
#define MSG_UBL_MOVING_TO_NEXT _UxGT("Spostamento sucessivo")
#define MSG_UBL_BC_REMOVE _UxGT("Rimuovi e mis. piatto")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one left!

12345678901234567890
Rimuovi e mis. piatt|o

@thinkyhead
Copy link
Member

Grazi!

@thinkyhead thinkyhead merged commit 64d629b into MarlinFirmware:bugfix-2.0.x Sep 12, 2018
@GMagician
Copy link
Contributor Author

Grazi!

Thanks to you for all the time you dedicate to this project

@GMagician GMagician deleted the 2.0.x-Italian-language-fix branch September 12, 2018 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants