Bug 493534 - KInfoCenter : Wrong french translation for "Block devices"
Summary: KInfoCenter : Wrong french translation for "Block devices"
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: fr (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KDE Francophone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-23 14:49 UTC by Martel Theo
Modified: 2024-09-23 15:36 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 Martel Theo 2024-09-23 14:49:24 UTC
In KInfoCenter, the category title "Block devices" is translated in French as "Bloquer des périphériques", which represents an action (to block devices from use). It should rather be something like "Périphériques bloc" or "Périphériques de bloc"
(I'm not sure what is the best french translation for this term).
Comment 1 Xavier Besnard 2024-09-23 15:36:25 UTC
Hello.
Thanks for reporting this issue.
When searching with this command line, two occurences found:
grep 'Bloquer des périphériques' messages/*/*.po
messages/kinfocenter/kinfocenter._json_.po:msgstr "Bloquer des périphériques"
messages/kinfocenter/kinfocenter._json_.po:msgstr "Bloquer des périphériques"

The two translations are updated in "Périphériques en mode « Bloc »", of course... and the update po file is commited.

I considered the bug report as closed with this update. 
Regards. Xavier