Skip to content
New issue

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

[BUG] in language_de.h translation error #19612

Closed
kkberg opened this issue Oct 4, 2020 · 3 comments
Closed

[BUG] in language_de.h translation error #19612

kkberg opened this issue Oct 4, 2020 · 3 comments

Comments

@kkberg
Copy link

kkberg commented Oct 4, 2020

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:

..............

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

@Speaka
Copy link
Contributor

Speaka commented Oct 4, 2020

It was indeed wrong translated. I made a PR with the changes i think are the best german language.
Do you agree with that?

@kkberg
Copy link
Author

kkberg commented Oct 4, 2020

Thank you, I agree.

@github-actions
Copy link

github-actions bot commented Dec 4, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants