[PATCH] [zh_CN.po] fix a typo in simplified Chinese translation file

Started by Junwang Zhaoover 2 years ago4 messages
#1Junwang Zhao
zhjwpku@gmail.com
1 attachment(s)

add the missing leading `l` for log_statement_sample_rate

--
Regards
Junwang Zhao

Attachments:

0001-zh_CN.po-fix-a-typo-in-simplified-Chinese-translatio.patchapplication/octet-stream; name=0001-zh_CN.po-fix-a-typo-in-simplified-Chinese-translatio.patchDownload
From bd79430c3b184cdb1f1c0c7ed180e3e21faed641 Mon Sep 17 00:00:00 2001
From: Zhao Junwang <zhjwpku@gmail.com>
Date: Tue, 1 Aug 2023 16:04:16 +0800
Subject: [PATCH] [zh_CN.po] fix a typo in simplified Chinese translation file

add the missing leading `l` for log_statement_sample_rate

Signed-off-by: Zhao Junwang <zhjwpku@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 574684d775..ea09bf2383 100644
--- a/src/backend/po/zh_CN.po
+++ b/src/backend/po/zh_CN.po
@@ -25312,7 +25312,7 @@ msgstr "设置最小执行时间,执行时间大于等于这个值的语句都
 
 #: utils/misc/guc.c:2708
 msgid "Zero prints all queries, subject to log_statement_sample_rate. -1 turns this feature off."
-msgstr "如果值设置为0,那么打印出所有查询,以og_statement_sample_rate为准. 如果设置为-1,那么将把这个功能特性关闭."
+msgstr "如果值设置为0,那么打印出所有查询,以log_statement_sample_rate为准. 如果设置为-1,那么将把这个功能特性关闭."
 
 #: utils/misc/guc.c:2719
 msgid "Sets the minimum execution time above which autovacuum actions will be logged."
-- 
2.41.0

#2jian he
jian.universality@gmail.com
In reply to: Junwang Zhao (#1)
Re: [PATCH] [zh_CN.po] fix a typo in simplified Chinese translation file

add the missing leading `l` for log_statement_sample_rate

--
Regards
Junwang Zhao

-msgstr "如果值设置为0,那么打印出所有查询,以og_statement_sample_rate为准. 如果设置为-1,那么将把这个功能特性关闭."
+msgstr "如果值设置为-msgstr "如果值设置为0,那么打印出所有查询,以og_statement_sample_rate为准.
如果设置为-1,那么将把这个功能特性关闭."

I think it's pretty obviously. anyway. I created an commitfest entry.
https://commitfest.postgresql.org/44/4470/

#3Peter Eisentraut
peter@eisentraut.org
In reply to: Junwang Zhao (#1)
Re: [PATCH] [zh_CN.po] fix a typo in simplified Chinese translation file

On 01.08.23 10:09, Junwang Zhao wrote:

add the missing leading `l` for log_statement_sample_rate

I have committed this fix to the translations repository.

#4David Rowley
dgrowleyml@gmail.com
In reply to: jian he (#2)
Re: [PATCH] [zh_CN.po] fix a typo in simplified Chinese translation file

On Wed, 2 Aug 2023 at 15:45, jian he <jian.universality@gmail.com> wrote:

I think it's pretty obviously. anyway. I created an commitfest entry.
https://commitfest.postgresql.org/44/4470/

I saw that there were two CF entries for this patch. I marked one as
committed and the other as withdrawn.

For the future, I believe the discussion for translations goes on in
the pgsql-translators mailing list [1]https://www.postgresql.org/list/pgsql-translators/. Ordinarily, there'd be no CF
entry for translation updates.

David

[1]: https://www.postgresql.org/list/pgsql-translators/