views:

537

answers:

18

This question is directed to the non-english speaking people here.

It is somewhat biased because SO is an "english-speaking" web forum, so... In the other hand, most developers would know english anyway...

In your locale culture, are technical words translated into locale words ? For example, how "Design Pattern", or "Factory", or whatever are written/said in german, spanish, etc. etc. when used by IT? Are the english words prefered? The local translation? Do the two version (english/locale) are evenly used?

Edit

Could you write with your answer the locale translation of "Design Pattern"?

In french, according to Wikipedia.fr, it is "Patron de conception", which translates back as "Model of Conceptualization" (I guess).

A: 

What I normally do is to danish-sify (I'm from denmark), or use the danish words for IT terms when talking to business people, or normal non-it people. If it is IT people i just use the english terms.

Jesper Blad Jensen aka. Deldy
Could you edit your post to add the Danish translation of "Design Pattern"? Thanks...
paercebal
Design mønster is what I might translate it as, but I'd never say that. I'd use the precise words "design pattern" in the danish sentence.
JosefAssad
A: 

I am a non-english speaker from germany.

In my opinion it does make no sense to translate programming related words from english into another language. At university (although it is located in germany) nearly all lectures were held in english, all good programming books are written in english, most important web sites (like this one ;-) ) use english. So you get used to terms like "design pattern" and "factory" from the very beginning on. Sometimes I even do not recognize, that I use some english technical words, when I talk to my colleagues in german.

And it's also very helpful, when you are a member of a team with people from different nations, because you have a common "language" and every one understands what is meant when talking about a "factory".

koschi
it doesn't look like you are a non-english speaker :)
Gordon Carpenter-Thompson
A: 

In addition to the other good answers, I would add that writing code that was transliterated from another language is just bad form. Makes the code clunky and non-straightforward, everybody will translate it differently (even speakers of the same language), and when it comes to multi-national teams it becomes impossible to understand. This includes variables, class and function names, even comments...
I've performed code reviews for dutch teams, turkish teams, teams all over the world - we've actually had to hire translators to explain the code to us. This gets quite ridiculous, as the translator doesnt understand the code either... (eventually we gave up and had the local team give us some key words, but still...)

If the coding conventions are localized, it becomes impossible to understand - even localized to a language I speak!

AviD
Could you edit your post to add the some translations of "Design Pattern" you know are used in non-english languages? Thanks...
paercebal
Sorry, too subjective... Even for just "Design", there are too many ambiguous translations! Although Design patterns is really for more technical audience, so its not often translated for non-technical contexts... Want a different term? :)
AviD
No, really. If you have multiple possible translations, all the better... The point appears to prove translating "Design Pattern" is artificial, and that this idea could only come from non-developers (i.e. non-users of the term)... :-p ...
paercebal
A: 

Oh please, keep them english. Im a non-native english speaker from germany, and I always start to giggle when I come across german texts with technical terms translated to german.

My personal favorite is the german translation for stack:

Stack translates to Keller Datenspeicher. Translating this back to english gives something like Basement data storage. (Uh - where's the stack, and what has that to do with basement?) No young programmer here understands the german anachronisms anymore.

Stackoverflow translates to Keller Datenspeicher Überlauf btw. (Basement data storage overflow)

Nils Pipenbrinck
"Stack" is better translated as "Stapel" which is generally understood in german. "Keller Datenspeicher" is not even a word in german, because combined words are always written together directly ("Kellerdatenspeicher") or with a hyphen ("Keller-Datenspeicher").
Svante
"Stack overflow" would be "Stapelüberlauf" which is also generally understood in german.
Svante
+3  A: 

Coming from Switzerland and speaking German I vote for keeping them in English. I have been at an IBM congress some time back (OS/2 0.9 developpers conference, I0m giving away my age here). At that time most people were not as familiar with the names of interface components (combobox, listbox, button) as they are today, especially not the many mainframe programmers attending.

So everything was translated simultaniously into different languages. And i mean everything. This let to the effect that:

  • A wrong standard set of names was put in place
  • Programmers from different nations were not able to talk to each other
  • It was really hard to follow the talks, especially if you had some previous knowledge

The only way to go about was to have one ear covered with the headphones while listening to the English original speach and trying to put the English names of things in the right spot in the German translation. It was so tyring.

Ralph Rickenbach
With age comes wisdom... :-)
paercebal
+3  A: 

You can translate words to another language, but you are usually not translating the mindset they belong to (that's why good translations cost a lot of money). Technical terms that build an obvious group in one language may also lose their linguistic connection in other languages.

One of the worst examples I stumble upon regularly is the word 'experience' that is rampant in U.S. marketing lingo. Everything is an experience nowadays. Now some folks translate it into German "Erfahrung", and it just sounds terrible because it does not fit with anything in the German mindset. We don't think of using a tool or software as an Erfahrung. The word may be translated correctly, but completely off the mark considering the mindset.

Edit answer: German for "design pattern" is Entwurfsmuster. It's sometimes used in lectures and presentations. My almost daily fun event is the translation of English "to cast" as germanized verb "casten". As casting in C/C++ has been considered evil for quite some time and causes lots of bugs, "casten" is usually a problem. Now "casten" sounds phonetically identical to German first name "Karsten". So whenever casting is the cause of an error I can remark that it has all been caused by Karsten ;)

Thorsten79
In France, the word "cast" is used as such, too, which becomes a verb of the 1st group: "Caster... Je caste, tu castes, il caste..."
paercebal
+2  A: 

No thanks. Leave the English technical terms be. Translation is awkward, generally ugly and confusing.

Sometimes I have the opposite problem, here in Italy. You try not to mix english and italian... so methods and classes are named "findUserBySocialSecurityNumber", "delete", and so on. But business terms are often impossible to translate (italian unique identifying code is "Codice Fiscale", which is not a social security number or anything), so it's not unusual to meet methods named "findUserByCodiceFiscale", which I admit is pretty silly. :)

EDIT: design pattern in Italian might be translated schemi di progettazione (or struttura di progettazione, according to Wikipedia), but I've never heard it in conversations.

Manrico Corazzi
A: 

I think technical terms should be kept in their original language, which is english in pretty much any case. I remember lectures about operating systems - virtual memory specifically - and they talked of tilings. I thought "what the hell? There is a tiling in my kitchen and my bathroom, but not in my memory!" and ended up deeply confused. Later, I understood they translated mempages in a ridiculous way. Similar "interesting" translations involve stockpile for heap, cellar for stack and other things I forgot.
Generally, I think the translation might be friendly towards users who don't know what you are talking about. Anyone else will know the "real" term much better - even if he does not, he will find more information easier with the "real" term.

I do not think there exists a real disadvantage to this. Doctors have their own technical language, too, and even construction workers have their own language, so why should be programmers have no special language for them? You just can't talk to a surgeon without knowing the term "cut" (I cannot find a good example, because I do not know their language), and thus, you cannot talk to a programmer about what he does without knowing the term "design pattern", "factory" or "minimized binary decision diagram". If you don't, accept you are unable to talk to the programmer, or ask him about the basics and learn more about the terms yourself.

Tetha
+1  A: 

Most IT staff in Poland use english terms, polish language is used only when communicating with business or users.

Personally I tend to set locale on all my computers to english - I know which word is used in english manual, but I'm not sure how was it translated in polish version.

On my university all of lectures were in polish, sometimes we had no idea when tutor used some translated terminology (like "kompilator skrośny" [cross compiller] or "krotka" [record in a database]).

"Design Patterns" translated to polish is "wzorce projektowe".

Tomasz Tybulewicz
A: 

I think technical terms should be kept in their original language, which is english in pretty much any case

Let's see: Stack was first proposed in 1955 and then patented in 1957 by early German computer scientist Friedrich L. Bauer. So, everyone all over the world: from now on use "Stapelspeicher" instead of "stack" and "Stapelspeicherüberlauf" instead of "stackoverflow";) (Note to myself: check if stapelspeicherüberlauf.de is available...)

But I agree, it's better to use (and I do) the English words, since they are known everywhere.

Tobias Schulte
"Stapelspeicher" would be "stack memory". No one uses that in english either.
Svante
A: 

I'm italian, and I think that technical words translated sounds totally funny!

It's better sticking to the english version, also for clarity: everybody know (should know) what design patterns are, but "schemi di progettazione" is somehow more obscure.

Davide Gualano
A: 

While I am a English speaker, I work for a Swiss company based in France. In my experience most people use English technical terms. The French Government tries to impose French terms , but no one pay any attention.

Jim C
A: 

Design pattern in Swedish - designmönster. So it works quite well, as do many other translations, but many just come out sounding silly. Usually swedes have a pretty good understanding of english, so in conversation it tends to be a sort of mix between swedish, english terms, and sometimes swenglish terms - usually english words with swedish grammar :)

"Did you commit the branch?" becomes "Har du committat branchen?"

Code should be all english though. Localized variable names are EVIL.

Ace
A: 

My Native Language is Arabic, and I speak French/English also.

Arabic is one of the hardest languages for the tech terms... I strongly prefer to stick to the english version of the Tech word i Find users familiar with the tech terms in english more than arabic (at least the ones i dealt with) however the arabic use of terms has to be for legal reasons, so somehow we have to put up with that with some softwares

We used to play a little game in the Tech Department, which is Guess the Arabic Synonym and we would laugh so hard at the unexpected word that a bunch of geeky guys didn't know, so imagine how it would be like for users

mir
+3  A: 

We do have some odd mix here in Brazil. Many books are translated into Portuguese, but the originals are commonly avaliable too. Mix that with the Internet and basically everybody has to know the terms in both languages, because you never know how the next person will reference them. And till recently most translations were conducted by some folks not linked with IT in any way. Some terms are simply bad translated.

Design Pattern is a good example. The GoF book is called "Padrões de Projeto". But projeto means project too. So most people do call it Design Patterns, but call the patterns with translated names (Fábrica Abstrata instead of Abstract Factory, Fachada instead of Facade). And I have seen people call Design Patterns as "Padrões de Desenho", as some do think desenho (means design too, but also draw) reflect better the design phase of a software development.

While I do see value in translate some terms to make the conversation more fluent (many, many brazilians have some trouble with the 'th' words. The phonem just doesn't exist in portuguese...), this commonly cause misunderstandings when somebody just hasn't been exposed to some obscure translation. It's obviously better to sticky with the original terms. And be very strict to, when the need to use a translation exist, do not choose a obscure translation.

Renato Soffiatto
+1  A: 

In my technical blog everything is translated in french. Using english words for computing, just because most of the concepts behind were invented in the USA would be as stupid as using only german words for printing (because of Gutenberg) or greek words for politics.

Of course, like any rule, there are exceptions. It is sometimes difficult to find a good translation (I use "bit" and "pizza", not the french translation). And it is better to have no translation than a bad one (such as "toile" for "web", a serious translation error).

bortzmeyer
A: 

Design patterns in Danish would be something like "designmønstre", but I have never seen anyone use it.

With less than 6 million native speakers worldwide most computer science lingo is not translated to Danish. Instead the English terms are used. This obviously makes it easier for the reader to find other international sources on the subject, but it also leaves the original language somewhat mangled by the foreign terms.

Brian Rasmussen
designmønstre like designmonster, maybe thats why nobody uses it ...
RSabet
+3  A: 
RSabet
Am I wrong, or über is used in non-german languages as a "super-super", in the same way mega is a kilo of kilo ?... Anyway, you're right, of course, words come and go from and to multiple languages... The word "Auburn" used in french comes from the english "Auburn" which comes from the french "Alborne" which comes from the latin "alburnuhas"... This is a good thing, AFAIK.
paercebal