Bug 384382 - Wrong German translation in Settings dialog of App Launcher
Summary: Wrong German translation in Settings dialog of App Launcher
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: de (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: German-Translators
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-05 12:36 UTC by Gregor Mi
Modified: 2019-11-22 05:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
App launcher and Settings dialog (127.97 KB, image/png)
2017-09-05 12:36 UTC, Gregor Mi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gregor Mi 2017-09-05 12:36:36 UTC
Created attachment 107701 [details]
App launcher and Settings dialog

The second checkbox is named "Anwendung nach Namen sortieren" (see attached screenshot). This is misleading because this option determines if the specific (e.g. "Mozilla Firefox") or the generic (e.g. "Webbrowser") application name is shown first.

This option could be translated as "Anwendungsname (anstelle Anwendungskurzbeschreibung) zuerst anzeigen".
Comment 1 Burkhard Lück 2017-09-05 19:49:08 UTC
You refer to these translations for Application Menu + Application Launcher:

1) Application Menu
plasma_applet_org.kde.plasma.kickoff.po
#: package/contents/ui/ConfigGeneral.qml:111
#, kde-format
msgid "Show applications by name"
msgstr "Anwendungen nach Namen sortieren"
Better translations would be "Anwendungsname anzeigen"

If the literal german translation "Anwendungsname anzeigen" for "Show applications by name" is misleading in german, this misleading would apply for the english term as well, right?

Translation should be consistent with Application Launcher, where we use
the german translation Name/Beschreibung:

2) Application Launcher
plasma_applet_org.kde.plasma.kicker.po
#: package/contents/ui/ConfigGeneral.qml:146
#, kde-format
msgid "Name only"
msgstr "Nur Name"

#: package/contents/ui/ConfigGeneral.qml:146
#, kde-format
msgid "Description only"
msgstr "Nur Beschreibung"

#: package/contents/ui/ConfigGeneral.qml:146
#, kde-format
msgid "Name (Description)"
msgstr "Name (Beschreibung)"

#: package/contents/ui/ConfigGeneral.qml:146
#, kde-format
msgid "Description (Name)"
msgstr "Beschreibung (Name)"
Comment 2 Gregor Mi 2017-09-05 20:50:31 UTC
> If the literal german translation "Anwendungsname anzeigen" for "Show applications by name" is misleading in german, this misleading would apply for the english term as well, right?

"Anwendungsname anzeigen" is at least more correct than using the word "sortieren" (sort). In my view, having only one checkbox for this kind of subtle option makes it hard to have an intuitive description.

> Translation should be consistent with Application Launcher

+1
Comment 3 Burkhard Lück 2019-11-22 05:55:41 UTC
fixed with https://websvn.kde.org/?view=revision&revision=1505700