bug in polish translation

Started by Realizacja Casa Dineroabout 2 years ago7 messagesbugs
Jump to latest
#1Realizacja Casa Dinero
realizacja@casadinero.pl

Hello,

we would like to report, that in polish translation of "createdb --help"
((PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT numer portu na serwera bazy dnayc

Last word should be "danych"

Thanks,

Paweł Rosiński

FullStack

Casa Dinero Sp. z o.o.

#2Daniel Gustafsson
daniel@yesql.se
In reply to: Realizacja Casa Dinero (#1)
Fwd: bug in polish translation

Forwarding this to the translation list where it has a greater chance of being
seen by the team translating into Polish.

Begin forwarded message:

From: Realizacja Casa Dinero <realizacja@casadinero.pl>
Subject: bug in polish translation
Date: 16 January 2024 at 11:58:38 CET
To: pgsql-bugs@lists.postgresql.org
Message-Id: <d0c187dd739bc6443235c251c44b9a6f@casadinero.pl>

Hello,

we would like to report, that in polish translation of "createdb --help" ((PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT numer portu na serwera bazy dnayc

Last word should be "danych"

Thanks,

Paweł Rosiński

FullStack

Casa Dinero Sp. z o.o.

--
Daniel Gustafsson

#3Realizacja Casa Dinero
realizacja@casadinero.pl
In reply to: Daniel Gustafsson (#2)
Fwd: bug in polish translation

-------- Wiadomość oryginalna --------

TEMAT:
Fwd: bug in polish translation

DATA:
2024-01-16 14:38

OD:
Daniel Gustafsson <daniel@yesql.se>

DO:
pgsql-translators@postgresql.org

KOPIA:
realizacja@casadinero.pl

Forwarding this to the translation list where it has a greater chance of
being
seen by the team translating into Polish.

Begin forwarded message:
From: Realizacja Casa Dinero <realizacja@casadinero.pl>

Subject: bug in polish translation

Date: 16 January 2024 at 11:58:38 CET

To: pgsql-bugs@lists.postgresql.org

Message-Id: <d0c187dd739bc6443235c251c44b9a6f@casadinero.pl>

Hello,

we would like to report, that in polish translation of "createdb
--help" ((PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT numer portu na serwera bazy dnayc

Last word should be "danych"

Thanks,

Paweł Rosiński

FullStack

Casa Dinero Sp. z o.o.

--
Daniel Gustafsson

#4Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Daniel Gustafsson (#2)
Re: Fwd: bug in polish translation

On 2024-Jan-16, Daniel Gustafsson wrote:

Forwarding this to the translation list where it has a greater chance of being
seen by the team translating into Polish.

Thanks.

From: Realizacja Casa Dinero <realizacja@casadinero.pl>

we would like to report, that in polish translation of "createdb
--help" ((PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT numer portu na serwera bazy dnayc

Last word should be "danych"

Hmm, I see this message is translated in several files, and it's not
translated consistently -- but they all consistently contain the same typo:

pg_basebackup.po-msgid " -p, --port=PORT database server port number\n"
pg_basebackup.po:msgstr " -p, --port=PORT numer portu na serwera bazy dnaych\n"
--
pg_dump.po-msgid " -p, --port=PORT database server port number\n"
pg_dump.po:msgstr " -p, --port=PORT numer portu na serwera bazy dnaych\n"
--
pgscripts.po-msgid " -p, --port=PORT database server port\n"
pgscripts.po:msgstr " -p, --port=PORT numer portu na serwera bazy dnaych\n"
--
pgscripts.po-msgid " -p, --port=PORT database server port\n"
pgscripts.po:msgstr " -p, --port=PORT numer portu na serwera bazy dnaych\n"
--
pgscripts.po-msgid " -p, --port=PORT database server port\n"
pgscripts.po:msgstr " -p, --port=PORT portu na serwerze bazy dnaych\n"

(It's a bit weird that the English sentences are also different. Maybe we
should fix that too.)

Anyway, it's hard to get too excited about this, given that it's been
abandoned since 2017.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

#5Bruce Momjian
bruce@momjian.us
In reply to: Realizacja Casa Dinero (#1)
Re: bug in polish translation

On Tue, Jan 16, 2024 at 11:58:38AM +0100, Realizacja Casa Dinero wrote:

Hello,

we would like to report, that in polish translation of "createdb --help" (
(PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT numer portu na serwera bazy dnayc

Last word should be "danych"

Please report this to pgsql-translators@postgresql.org, thanks.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

#6Peter Eisentraut
peter_e@gmx.net
In reply to: Realizacja Casa Dinero (#1)
Re: bug in polish translation

On 16.01.24 11:58, Realizacja Casa Dinero wrote:

Hello,

we would like to report, that in polish translation of "createdb --help"
((PostgreSQL) 16.1 MANJARO LINUX) manual there is a mistake:

-p, --port=PORT              numer portu na serwera bazy dnayc

Last word should be "danych"

Thanks, a fix has been committed and will be in the next update release.

#7Peter Eisentraut
peter_e@gmx.net
In reply to: Alvaro Herrera (#4)
Re: Fwd: bug in polish translation

On 16.01.24 19:27, Alvaro Herrera wrote:

Forwarding this to the translation list where it has a greater chance of being
seen by the team translating into Polish.

Anyway, it's hard to get too excited about this, given that it's been
abandoned since 2017.

I have fixed it in master. For some reason that is not quite clear to
me right now, these files are shipped in PostgreSQL 16 (which is where
the bug report came from) (but not <=PG15), so it's appropriate to fix
it for the next minor release.