kisslorand / BTT-TFT-FW

Precompiled FW for Bigtreetech TFTs and compatible MKS TFTs
20 stars 3 forks source link

Update language_de.ini #9

Closed in60dev closed 9 months ago

in60dev commented 9 months ago

Fix translation issiue

Change

label_filament_runout:Filament alle!

to

label_filament_runout:Filament leer!

Also reportet in repo bigtreetech/BIGTREETECH-TouchScreenFirmware

discip commented 9 months ago

@in60dev Unfortunately, this is not an improvement.

The current state is correct, as "alle" in German would translate to something like "there is no more".

However "leer" means "empty". The filament itself can't get empty, the spool can!

In German there is a difference between the two, so please don't confuse them. 😊

So either keep "Filament alle!" or change it to "Filamentspule leer!". But by no means ~"Filament leer!"~.

in60dev commented 9 months ago

Okay, that's right! The spool is empty and not the filament. It should read "Filament spool empty!" I've correct it

kisslorand commented 9 months ago

I am not sure "Filament spool empty!" is OK. Filament sensor is there to let the printer know if there's filament fed to the extruder or not. There can be several other reasons why filament is not fed to the extruder like a jammed extruder, filament snapped on the spool (happened to me with old PLA) and so on...

What do you think about "Mangel an Filament!" or "Kein filament!"?

in60dev commented 9 months ago

What do you think about "Filament prüfen"? Various errors would have been covered here.

kisslorand commented 9 months ago

My German language knowledge is limited but it sounds adequate. What do you think about "Filamentfehler"? Whatever you decide is OK as long as it fits the purpose of the filament sensor.

in60dev commented 9 months ago

I've updated the commit. I think "Filament prüfen!" is a good choice. You have the attention that the filament should be checked, but there does not have to be an error.

kisslorand commented 9 months ago

Yes, you're right! Thanks for the corrections made.