We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some translation into German for filament change messages on display are wrong and in parts they are opposite of what it should be.
Expected behavior:
..............
PROGMEM Language_Str MSG_ADVANCED_PAUSE_WAITING = _UxGT(MSG_1_LINE("Klicken zum Fortsetzen")); PROGMEM Language_Str MSG_PAUSE_PRINT_PARKING = _UxGT(MSG_1_LINE("Parken...")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_INSERT = _UxGT(MSG_1_LINE("Laden und Klicken")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_HEAT = _UxGT(MSG_1_LINE("Klicken zum Heizen")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_HEATING = _UxGT(MSG_1_LINE("Heizen...")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_UNLOAD = _UxGT(MSG_1_LINE("Entladen...")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_LOAD = _UxGT(MSG_1_LINE("Laden...")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_PURGE = _UxGT(MSG_1_LINE("Düse Reinigen...")); PROGMEM Language_Str MSG_FILAMENT_CHANGE_CONT_PURGE = _UxGT(MSG_2_LINE("Klicken zum Beenden", "der Fila-
Entladung")); Actual behavior: for example "Entladen" instead of "Düse reinigen"
Would be great if someone could change, or use the include file which I already changed.
Thank you
The text was updated successfully, but these errors were encountered:
It was indeed wrong translated. I made a PR with the changes i think are the best german language. Do you agree with that?
Sorry, something went wrong.
Thank you, I agree.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Bug Description
some translation into German for filament change messages on display are wrong and in parts they are opposite of what it should be.
Expected behavior:
..............
Entladung"));
Actual behavior: for example "Entladen" instead of "Düse reinigen"
Would be great if someone could change, or use the include file which I already changed.
Thank you
The text was updated successfully, but these errors were encountered: