Bug 495040 - French translation mistakes in the panel settings
Summary: French translation mistakes in the panel settings
Status: REOPENED
Alias: None
Product: i18n
Classification: Translations
Component: fr (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KDE Francophone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-19 13:13 UTC by grouchomarx.fr
Modified: 2024-12-08 20:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grouchomarx.fr 2024-10-19 13:13:24 UTC
Hello,
I have spotted a few mistakes in the panel settings (plasma-desktop/plasma_shell_org.kde.plasma.desktop.po)

#. +> trunk6 stable6
#: contents/configuration/PanelConfiguration.qml:310
#, kde-format
msgid "Fill height"
msgstr "Hauteur de remplissage :"

-> Should be something like: "Remplir la hauteur"


#. +> trunk6 stable6
#: contents/configuration/PanelConfiguration.qml:310
#, kde-format
msgid "Fill width"
msgstr "Largeur du remplissage :"

-> Should be something like: "Remplir la largeur"


#. +> trunk6 stable6
#: contents/configuration/PanelConfiguration.qml:353
#, kde-format
msgid "Dodge windows"
msgstr "Escamoter les fenêtres"

-> It means the opposite. The panel auto-hides when touched by a window. Should be something like "Esquiver les fenêtres"


Thanks
Best regards
Comment 1 Xavier Besnard 2024-10-19 15:52:41 UTC
Hello and thanks for your user feedback.
I found 2 occurrences on the reported issue in
* messages/plasma-desktop/plasma_shell_org.kde.plasma.desktop.po
* messages/plasma-sdk/plasma_shell_org.kde.plasmoidviewershell.po

The translations had been modified as below:
* msgid "Fill height" ==> msgstr "Hauteur de remplissage"
* msgid "Fill width" ==> msgstr  "Remplir la largeur"
* msgid "Dodge windows" ==> msgstr "Masquer automatiquement les fenêtres"

Modifications are committed.
Hoping that these changes will meet your expectations.
Feel free to contact me for further tuning.
Regards. Xavier
Comment 2 Xavier Besnard 2024-10-19 17:16:13 UTC
Typo:

* msgid "Fill height" ==> msgstr "Remplir la hauteur"
Comment 3 grouchomarx.fr 2024-10-19 18:40:19 UTC
Thank you. I will continue in French if that is ok.

Bonjour,

Malheureusement, je pense que la traduction pour "Dodge windows" n'est toujours pas bonne.
L'option n'agit pas sur les fenêtres, mais sur le panneau lui-même : le panneau se masque automatiquement lorsqu'une fenêtre le touche.

La traduction littérale serait "Esquiver les fenêtres" ou "Éviter les fenêtres". Je n'ai pas vraiment mieux.
Apparemment, il faut que la traduction ne soit pas trop longue, et je pense qu'elle doit être différente de celle d'une autre option similaire "Auto hide"/"Masquer automatiquement".
Comment 4 grouchomarx.fr 2024-12-08 20:33:08 UTC
Sorry to reopen the bug report, but the translation for "Dodge windows" is still wrong.

"Masquer automatiquement les fenêtres" and "Escamoter les fenêtres" mean the opposite of the original string "Dodge windows".

It should be something that means the same thing as "Esquiver les fenêtres" or "Éviter les fenêtres".
The windows do not hide/disappear. The panel does (when touched by a window).

Best regards