BUG #17508: ja.po for pg_ctl has an obvious mistake

Started by PG Bug reporting formalmost 4 years ago4 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 17508
Logged by: TAKATSUKA Haruka
Email address: harukat@sraoss.co.jp
PostgreSQL version: 14.3
Operating system: ANY
Description:

"ja.po" for pg_ctl has an obvious error.
"停止" in the following entry must be "開始" or "起動".

src/bin/pg_ctl/po/ja.po:
#: pg_ctl.c:996
#, c-format
msgid "%s: server did not start in time\n"
msgstr "%s: サーバは時間内に停止しませんでした\n"

#2Daniel Gustafsson
daniel@yesql.se
In reply to: PG Bug reporting form (#1)
Re: BUG #17508: ja.po for pg_ctl has an obvious mistake

On 2 Jun 2022, at 04:02, PG Bug reporting form <noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 17508
Logged by: TAKATSUKA Haruka
Email address: harukat@sraoss.co.jp
PostgreSQL version: 14.3
Operating system: ANY
Description:

"ja.po" for pg_ctl has an obvious error.
"停止" in the following entry must be "開始" or "起動".

src/bin/pg_ctl/po/ja.po:
#: pg_ctl.c:996
#, c-format
msgid "%s: server did not start in time\n"
msgstr "%s: サーバは時間内に停止しませんでした\n"

Moving this to -translators to give exposure to the translation team.

--
Daniel Gustafsson https://vmware.com/

#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Daniel Gustafsson (#2)
Re: BUG #17508: ja.po for pg_ctl has an obvious mistake

Hello Horiguchi-san,

I happened to notice that this mistake has not been corrected:

On 2 Jun 2022, at 04:02, PG Bug reporting form <noreply@postgresql.org> wrote:

"ja.po" for pg_ctl has an obvious error.
"停止" in the following entry must be "開始" or "起動".

src/bin/pg_ctl/po/ja.po:
#: pg_ctl.c:996
#, c-format
msgid "%s: server did not start in time\n"
msgstr "%s: サーバは時間内に停止しませんでした\n"

Thanks

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/

#4Kyotaro Horiguchi
horikyota.ntt@gmail.com
In reply to: Alvaro Herrera (#3)
Re: BUG #17508: ja.po for pg_ctl has an obvious mistake

At Mon, 8 Aug 2022 13:34:01 +0200, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote in

Hello Horiguchi-san,

I happened to notice that this mistake has not been corrected:

On 2 Jun 2022, at 04:02, PG Bug reporting form <noreply@postgresql.org> wrote:

"ja.po" for pg_ctl has an obvious error.
"停止" in the following entry must be "開始" or "起動".

src/bin/pg_ctl/po/ja.po:
#: pg_ctl.c:996
#, c-format
msgid "%s: server did not start in time\n"
msgstr "%s: サーバは時間内に停止しませんでした\n"

Ugh! I remember I saw it. Pushed the fix for 10-15 along with other
updates/fixes.

regareds

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center