Skip to content

Commit 4f11691

Browse files
[po] auto sync
1 parent 48a3770 commit 4f11691

File tree

9 files changed

+1282
-1174
lines changed

9 files changed

+1282
-1174
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.70%", "updated_at": "2025-05-24T14:55:31Z"}
1+
{"translation": "81.71%", "updated_at": "2025-05-25T06:56:23Z"}

c-api/gcsupport.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-23 14:55+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:08+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -305,6 +306,9 @@ msgid ""
305306
"return it. Using this macro, :c:member:`~PyTypeObject.tp_traverse` handlers "
306307
"look like::"
307308
msgstr ""
309+
"如果 :c:expr:`PyObject *` *o* 不为 ``NULL``,则调用 *visit* 回调,附带参数 *o* 和 *arg*。 如果 "
310+
"*visit* 返回一个非零值,则将返回该值。 使用此宏之后,:c:member:`~PyTypeObject.tp_traverse` "
311+
"处理器看起来是这样的::"
308312

309313
#: ../../c-api/gcsupport.rst:190
310314
msgid ""

c-api/init.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-05-23 14:55+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:08+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1749,13 +1750,13 @@ msgstr "在 Python 3.5 到 3.12 中,此函数是私有的并且命名为 ``_Py
17491750
msgid ""
17501751
"Swap the current thread state with the thread state given by the argument "
17511752
"*tstate*, which may be ``NULL``."
1752-
msgstr ""
1753+
msgstr "交换当前线程状态与由可能为 ``NULL`` 的参数 *tstate* 所给出的线程状态。"
17531754

17541755
#: ../../c-api/init.rst:1195
17551756
msgid ""
17561757
"The :term:`GIL` does not need to be held, but will be held upon returning if"
17571758
" *tstate* is non-``NULL``."
1758-
msgstr ""
1759+
msgstr ":term:`GIL` 不需要被持有,但当 *tstate* 不为 ``NULL`` 时都会被持有直到返回。"
17591760

17601761
#: ../../c-api/init.rst:1198
17611762
msgid ""

0 commit comments

Comments
 (0)