| Summary: | French translation mistakes in the system settings and some other places | ||
|---|---|---|---|
| Product: | [Translations] i18n | Reporter: | grouchomarx.fr |
| Component: | fr | Assignee: | KDE Francophone <kde-francophone> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | esperluette08, jazeix |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
grouchomarx.fr
2023-10-28 15:22:37 UTC
Thank you! I've fixed all the strings in https://websvn.kde.org/?view=revision&revision=1663687 The only change I did regarding what you did is to use "Permettre aux applications qui le prennent en charge de se rappeler les positions de leurs fenêtres" instead of "Permettre aux applications qui le peuvent de se rappeler les positions de leurs fenêtres" (which is the official KDE French translation) Nice catches! I just have some few suggestions: msgid "Here you can set that windows will be only snapped if you try to overlap them, i.e. they will not be snapped if the windows comes only near another window or border." msgstr "Vous pouvez choisir ici si les fenêtres ne doivent s'attirer les unes avec les autres que si elles se chevauchent. Autrement dit, elles ne s'attireront pas à proximité d'une autre fenêtre ou d'un des bords de l'écran." msgid "Allow apps to remember the positions of their own windows, if they support it" msgstr "Permettre aux applications de KDE de se rappeler de la position de leurs propres fenêtres, si elles le supportent." (Or shorter: "Permettre aux applications qui le supportent de se rappeler la position de leurs fenêtres") Because windows have only one position. msgid "KDE Frameworks Version" msgstr "Version de KDE Frameworks" I think it would be better since most devs are looking for "Frameworks" word, and less experienced would be asked for the "KDE Frameworks" version for extra information. msgid "Set flexible size" msgstr "Remplir l'espace" Since "flexible" may not have exactly the same meaning as in English, I think it's clearer to change the whole sentence. Thank you for the suggestions! (In reply to esperluette08 from comment #2) > Nice catches! I just have some few suggestions: > > msgid "Here you can set that windows will be only snapped if you try to > overlap them, i.e. they will not be snapped if the windows comes only near > another window or border." > msgstr "Vous pouvez choisir ici si les fenêtres ne doivent s'attirer les > unes avec les autres que si elles se chevauchent. Autrement dit, elles ne > s'attireront pas à proximité d'une autre fenêtre ou d'un des bords de > l'écran." > I don't have any preference on this one, @grouchomarx, any opinion? > msgid "Allow apps to remember the positions of their own windows, if they > support it" > msgstr "Permettre aux applications de KDE de se rappeler de la position de > leurs propres fenêtres, si elles le supportent." > (Or shorter: "Permettre aux applications qui le supportent de se rappeler la > position de leurs fenêtres") > Because windows have only one position. > The shorter version looks better to me, so if no one objects I'll update the string to it in a few days. > msgid "KDE Frameworks Version" > msgstr "Version de KDE Frameworks" > I think it would be better since most devs are looking for "Frameworks" > word, and less experienced would be asked for the "KDE Frameworks" version > for extra information. > This is already the translation we've updated. > msgid "Set flexible size" > msgstr "Remplir l'espace" > Since "flexible" may not have exactly the same meaning as in English, I > think it's clearer to change the whole sentence. From the code (https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/panelspacer/package/contents/ui/main.qml#L46), the context seems to be expanding the item to the remaining space, so updating the translation as you say looks good to me. If there is noone that objects, I'll update it too in the next days. Cheers, (In reply to Jazeix Johnny from comment #3) > (In reply to esperluette08 from comment #2) > > msgid "Here you can set that windows will be only snapped if you try to > > overlap them, i.e. they will not be snapped if the windows comes only near > > another window or border." > > msgstr "Vous pouvez choisir ici si les fenêtres ne doivent s'attirer les > > unes avec les autres que si elles se chevauchent. Autrement dit, elles ne > > s'attireront pas à proximité d'une autre fenêtre ou d'un des bords de > > l'écran." > > > > I don't have any preference on this one, @grouchomarx, any opinion? The original wasn't that bad, but I think this one may be better. > > msgid "Set flexible size" > > msgstr "Remplir l'espace" > > Since "flexible" may not have exactly the same meaning as in English, I > > think it's clearer to change the whole sentence. > > From the code > (https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/ > panelspacer/package/contents/ui/main.qml#L46), the context seems to be > expanding the item to the remaining space, so updating the translation as > you say looks good to me. > If there is noone that objects, I'll update it too in the next days. I like this one. I wasn't happy about my suggestion. |