This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 385692 - improving german translation
Summary: improving german translation
Status: RESOLVED FIXED
Alias: None
Product: Babel
Classification: Technology
Component: translations (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Babel server inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on: 221181
Blocks:
  Show dependency tree
 
Reported: 2012-07-23 03:38 EDT by Dietrich Schmidt CLA
Modified: 2015-08-01 09:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dietrich Schmidt CLA 2012-07-23 03:38:25 EDT
Build Identifier: 20120614-1722

with juno, the german translation is pretty good.
However, I have a proposal for some improvements.

In Juno ist die deutsche Übersetzung recht gut.
Trotzdem schlage ich vor, folgende Übersetzungen zu ändern:

(1) Menü Bearbeiten: "Task hinzufügen" -> "Aufgabe hinzufügen"

(2) Menüpunkt Quelle: "Generate toString()" -> "Er&zeuge toString()"

(3) Menüpunkt "Refactoring" -> "Umstrukturierung"

(4) Menüpunkt Navigieren:
Open Implementation -> Implementierung öffnen
Open Attached Javadoc -> Zugehöriges Javadoc öffnen
Open from Clipboard -> Von der Zwischenablage öffnen
Open Task -> Aufgabe öffnen
Deactivate Task -> Aufgabe deaktivieren
In Breadcrumb anzeigen -> Im Klickpfad anzeigen

(5) Menü Suchen: "Remote" -> "Entfernt"

(6) Menü Projekt: "Arbeitsset erstellen" ("Build Working Set") ->
"Arbeitsmenge erstellen"

(7) Menü Ausführen:
"Zeilenbreakpoint ein/aus" -> "Zeilenunterbrechungspunkt ein/aus"
"Instance Count" -> "Instanzzähler"
"Externe Tools" -> "Externe Werkzeuge"

(8) Menü Hilfe: "Auf Updates prüfen" -> "Auf Aktualisierungen prüfen"
"Eclipse &Marketplace..." -> "Eclipse &Marktplatz..."


Reproducible: Always

Steps to Reproduce:
(1) install eclipse ide for jee developers juno
(2) Install all German Translations for Babel RC1 Juno 
(3) restart eclipse
and you will see all the above mentioned menu entries.
Comment 1 Dietrich Schmidt CLA 2012-11-18 07:03:24 EST
Still valid with Juno SR1 and Babel RC2 / 
Immer noch gültig mit Juno SR1 und Babel RC2.

Dieser Eintrag ist gelöst (solved):

(7) Menü Ausführen:
"Zeilenbreakpoint ein/aus" -> "Zeilenunterbrechungspunkt ein/aus"

ist übersetzt zu "Zeilen-Unterbrechungspunkt ein/aus"
Comment 2 Satoru Yoshida CLA 2012-11-18 23:34:50 EST
Thank You, Dietrich Schmidt.
I have also solved (8) at technology.packaging.mpc, 2012-11-14.
But sadly I can not type German specific characters for another issues.
Comment 3 Dietrich Schmidt CLA 2012-11-25 07:25:38 EST
Danke Satoru,

for solving 
"Eclipse &Marketplace..." -> "Eclipse &Marktplatz..."

"Auf Updates prüfen" -> "Auf Aktualisierungen prüfen"
is still open
Comment 4 Satoru Yoshida CLA 2012-11-27 05:03:36 EST
Bitte sho:ne, Dietrich Schmidt.
Thank you for pointing.

By the way, I have entered today following 3 texts.
(4)
Deactivate Task -> Aufgabe deaktivieren
In Breadcrumb anzeigen -> Im Klickpfad anzeigen
(7)
External Tools -> Externe Werkzeuge

and you could search text by this sql from mysql dump if you see English text.

SELECT f.`project_id` , f.`version` , f.name
FROM `files` f
INNER JOIN strings s
ON f.file_id = s.file_id
WHERE f.`is_active` 
AND s.`is_active` 
AND s.value like 'External Tools%'
ORDER BY 1 , 2, 3

if you see German text, like as following.
(Note: it is slow query)
SELECT f.`project_id` , f.`version` , f.name
FROM (`translations` t inner join strings s
ON t.string_id = s.string_id)
inner join `files` f
ON f.file_id = s.file_id
where t.`is_active`
and s.`is_active`
and f.`is_active`
and t.`language_id` = 4
and t.`value` like 'In Breadcrumb anzeigen%'

I hope it could help You, Dietrich ;)
Comment 5 Denis Roy CLA 2012-11-30 09:44:39 EST
Hi Dietrich,

Thanks for your suggestions.  Unfortunately, the Babel translation server is currently lacking a Search (and replace) feature.  Without it, these types of changes are difficult, and even on the SQL backend it is very time consuming.

I'll mark this as depending on bug 221181
Comment 6 Eclipse Genie CLA 2014-11-21 09:40:39 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 7 Satoru Yoshida CLA 2015-07-18 20:45:08 EDT
Hello, all.
This issue is still active?
Comment 8 Satoru Yoshida CLA 2015-08-01 09:20:20 EDT
I will close this, Thank You.