Bug 463252

Summary: Translation of Get New Wigets too long in Widget Explorer
Product: [Translations] i18n Reporter: Victorien Tronche <victorien.tronche>
Component: frAssignee: KDE Francophone <kde-francophone>
Status: RESOLVED FIXED    
Severity: normal CC: jazeix, victorien.tronche
Priority: NOR    
Version: 20.12.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Representation of the bug

Description Victorien Tronche 2022-12-20 00:22:46 UTC
Created attachment 154706 [details]
Representation of the bug

SUMMARY
If Kde locale is set in French, the add widget   in plasma shell is very ugly. 
As the title overlap the Get new widgets button. "Obtenir de noveaux composants graphiques" is too long.
See screenshot attached


STEPS TO REPRODUCE
1. Right click your dektop
2. Click add new widget in french locale : "Ajouter des composants graphiques"
3. See the screenshot
This is always reproduced with all possible screen resolutions. Attached screenshot was done with a 1920x1080 resolution.

ADDITIONAL INFORMATION
Proposition is reduce the sentence:
#: contents/explorer/WidgetExplorer.qml:207
msgid "Get New Widgets…"
msgstr "Obtenir de nouveaux composants graphiques..."
Change:
"Obtenir de nouveaux composants graphiques..."

Into:
"Plus de composants graphiques..."
Comment 1 Unknown 2022-12-20 07:05:06 UTC
SVN commit 1640521 by jjazeix:

Simplify French translation of 'get new widgets' to fit in the container.
Related: bug 440796

 M  +56 -56    latte-dock/latte-dock.po  
 M  +1 -1      plasma-desktop/plasma_shell_org.kde.plasma.desktop.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1640521
Comment 2 Jazeix Johnny 2022-12-20 07:06:49 UTC
I've simplified the line "Obtenir de nouveaux composants graphiques". Hopefully, it will help the layout
Comment 3 Jazeix Johnny 2022-12-20 07:07:53 UTC
(In reply to Jazeix Johnny from comment #2)
> I've simplified the line "Obtenir de nouveaux composants graphiques".
> Hopefully, it will help the layout

This comment was meant for the other related bug...

Thank you for the report, I've applied your changes!