public inbox for [email protected]
help / color / mirror / Atom feedBUG #17508: ja.po for pg_ctl has an obvious mistake
4+ messages / 4 participants
[nested] [flat]
* BUG #17508: ja.po for pg_ctl has an obvious mistake
@ 2022-06-02 02:02 PG Bug reporting form <[email protected]>
2022-06-02 13:34 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Daniel Gustafsson <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: PG Bug reporting form @ 2022-06-02 02:02 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
The following bug has been logged on the website:
Bug reference: 17508
Logged by: TAKATSUKA Haruka
Email address: [email protected]
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"
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #17508: ja.po for pg_ctl has an obvious mistake
2022-06-02 02:02 BUG #17508: ja.po for pg_ctl has an obvious mistake PG Bug reporting form <[email protected]>
@ 2022-06-02 13:34 ` Daniel Gustafsson <[email protected]>
2022-08-08 11:34 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Alvaro Herrera <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Gustafsson @ 2022-06-02 13:34 UTC (permalink / raw)
To: [email protected]; +Cc: pgsql-translators
> On 2 Jun 2022, at 04:02, PG Bug reporting form <[email protected]> wrote:
>
> The following bug has been logged on the website:
>
> Bug reference: 17508
> Logged by: TAKATSUKA Haruka
> Email address: [email protected]
> 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/
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #17508: ja.po for pg_ctl has an obvious mistake
2022-06-02 02:02 BUG #17508: ja.po for pg_ctl has an obvious mistake PG Bug reporting form <[email protected]>
2022-06-02 13:34 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Daniel Gustafsson <[email protected]>
@ 2022-08-08 11:34 ` Alvaro Herrera <[email protected]>
2022-08-09 05:15 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Kyotaro Horiguchi <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Alvaro Herrera @ 2022-08-08 11:34 UTC (permalink / raw)
To: Kyotaro Horiguchi <[email protected]>; +Cc: [email protected]; pgsql-translators
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 <[email protected]> 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/
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: BUG #17508: ja.po for pg_ctl has an obvious mistake
2022-06-02 02:02 BUG #17508: ja.po for pg_ctl has an obvious mistake PG Bug reporting form <[email protected]>
2022-06-02 13:34 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Daniel Gustafsson <[email protected]>
2022-08-08 11:34 ` Re: BUG #17508: ja.po for pg_ctl has an obvious mistake Alvaro Herrera <[email protected]>
@ 2022-08-09 05:15 ` Kyotaro Horiguchi <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Kyotaro Horiguchi @ 2022-08-09 05:15 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]; pgsql-translators
At Mon, 8 Aug 2022 13:34:01 +0200, Alvaro Herrera <[email protected]> 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 <[email protected]> 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
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2022-08-09 05:15 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 02:02 BUG #17508: ja.po for pg_ctl has an obvious mistake PG Bug reporting form <[email protected]>
2022-06-02 13:34 ` Daniel Gustafsson <[email protected]>
2022-08-08 11:34 ` Alvaro Herrera <[email protected]>
2022-08-09 05:15 ` Kyotaro Horiguchi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox