Multi-language glossary of PostgreSQL terms.

Started by Dmitriy Igrishinalmost 15 years ago6 messages
#1Dmitriy Igrishin
dmitigr@gmail.com

Hey all,

Oleg Bartunov and I intend to begin the project of translation
of PostgreSQL documentation on Russian.
First of all, we want to create glossary to be used by translators.
However we consider that it would be nice to generalize this idea
and create a multi-language glossary of PostgreSQL terms on
wiki.postgresql.org. Oleg has already parsed documentation
and we have steady phrases which can be used as a start point.

Comments ?

--
// Dmitriy.

#2Pavel Golub
pavel@microolap.com
In reply to: Dmitriy Igrishin (#1)
Re: Multi-language glossary of PostgreSQL terms.

Hello, Dmitriy.

Great idea!

You wrote:

DI> Hey all,

DI> Oleg Bartunov and I intend to begin the project of translation
DI> of PostgreSQL documentation on Russian.
DI> First of all, we want to create glossary to be used by translators.
DI> However we consider that it would be nice to generalize this idea
DI> and create a multi-language glossary of PostgreSQL terms on
DI> wiki.postgresql.org. Oleg has already parsed documentation
DI> and we have steady phrases which can be used as a start point.

DI> Comments ?

--
With best wishes,
Pavel mailto:pavel@gf.microolap.com

In reply to: Dmitriy Igrishin (#1)
Re: Multi-language glossary of PostgreSQL terms.

Em 13-03-2011 15:44, Dmitriy Igrishin escreveu:

First of all, we want to create glossary to be used by translators.
However we consider that it would be nice to generalize this idea
and create a multi-language glossary of PostgreSQL terms on
wiki.postgresql.org <http://wiki.postgresql.org&gt;.

Nice. We already have a glossary [1]http://www.timbira.com/pg/vp.txt for brazilian portuguese. It is used to
PostgreSQL related translations (including gettext messages and documentation).

I'm not sure if multi-language glossary is a way to go. There are
terms/expressions that have more than one translation depending on context.
But in some languages, they have just one translation. So the brazilian
portuguese glossary would be different from russian and japanese glossary.

[1]: http://www.timbira.com/pg/vp.txt

--
Euler Taveira de Oliveira
http://www.timbira.com/

#4Dmitriy Igrishin
dmitigr@gmail.com
In reply to: Euler Taveira de Oliveira (#3)
Re: Multi-language glossary of PostgreSQL terms.

Hey Pavel, Euler

Thanks for you answers!

2011/3/14 Euler Taveira de Oliveira <euler@timbira.com>

Em 13-03-2011 15:44, Dmitriy Igrishin escreveu:

First of all, we want to create glossary to be used by translators.
However we consider that it would be nice to generalize this idea
and create a multi-language glossary of PostgreSQL terms on
wiki.postgresql.org <http://wiki.postgresql.org&gt;.

Nice. We already have a glossary [1] for brazilian portuguese. It is used

to PostgreSQL related translations (including gettext messages and
documentation).

I'm not sure if multi-language glossary is a way to go. There are
terms/expressions that have more than one translation depending on context.
But in some languages, they have just one translation. So the brazilian
portuguese glossary would be different from russian and japanese glossary.

There is nothing impossible. :-)
I'm sure it's possible to maintain multi-language glossary of
common phrases which are treated unequivocally.
Furthermore, nothing prevents to create specialized (or extended)
glossary for some language (e.g. for mentioned cases when
one term's translation depends on context). So, we can create
and maintain the hierarchy of glossaries with a common root
and its specializations !

[1] http://www.timbira.com/pg/vp.txt

--
Euler Taveira de Oliveira
http://www.timbira.com/

--
// Dmitriy.

#5Dmitriy Igrishin
dmitigr@gmail.com
In reply to: Dmitriy Igrishin (#1)
Fwd: Multi-language glossary of PostgreSQL terms.

Hey all,

Oleg Bartunov and I intend to begin the project of translation
of PostgreSQL documentation on Russian.
First of all, we want to create glossary to be used by translators.
However we consider that it would be nice to generalize this idea
and create a multi-language glossary of PostgreSQL terms on
wiki.postgresql.org. Oleg has already parsed documentation
and we have steady phrases which can be used as a start point.

Comments ?

--
// Dmitriy.

#6Nicolas Barbier
nicolas.barbier@gmail.com
In reply to: Dmitriy Igrishin (#5)
Re: Fwd: Multi-language glossary of PostgreSQL terms.

2011/3/15 Dmitriy Igrishin <dmitigr@gmail.com>:

Oleg Bartunov and I intend to begin the project of translation
of PostgreSQL documentation on Russian.

Just to make sure that you are aware of a recently-started effort to
create a German translation, by Susanne and others:

<URL:http://archives.postgresql.org/pgsql-hackers/2011-03/msg00346.php&gt;

I guess it may be a good idea to share some
process/tools/infrastructure to avoid duplicating work.

Nicolas