Fix translation error in zh_CN.po for "parameter specified more than once"

ji xu <thanksgreed@gmail.com>

From: ji xu <thanksgreed@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-21T03:32:21Z
Lists: pgsql-hackers

Attachments

Hi Hackers,

I found a translation error in the src/backend/po/zh_CN.po file.

The message "parameter "%s" specified more than once" is currently
translated as "表名 "%s" 被指定多次", which incorrectly says "table name" instead
of "parameter".

This patch corrects the translation to "参数 "%s" 被指定多次".

Regards,
ji xu