v1-0001-Note-that-translation-error.patch
application/octet-stream
Filename: v1-0001-Note-that-translation-error.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Note that translation error: msgid "parameter \"%s\" specified more than once
| File | + | − |
|---|---|---|
| src/backend/po/zh_CN.po | 1 | 1 |
From fb2fa697311015dbf97ec28b5cb028ff296e0b79 Mon Sep 17 00:00:00 2001 From: ji xu <thanksgreed@gmail.com> Date: Tue, 21 Apr 2026 11:08:08 +0800 Subject: [PATCH v1] Note that translation error: msgid "parameter \"%s\" specified more than once So Change the "table name" to "parameter". Author: ji xu<thanksgreed@gmail.com> --- src/backend/po/zh_CN.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/po/zh_CN.po b/src/backend/po/zh_CN.po index 574684d7757..9cec52250d3 100644 --- a/src/backend/po/zh_CN.po +++ b/src/backend/po/zh_CN.po @@ -529,7 +529,7 @@ msgstr "未识别的参数 \"%s\"" #: access/common/reloptions.c:1180 #, c-format msgid "parameter \"%s\" specified more than once" -msgstr "表名 \"%s\" 被指定多次" +msgstr "参数 \"%s\" 被指定多次" #: access/common/reloptions.c:1196 #, c-format -- 2.43.0