11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
8+ # Freesand Leo <yuqinju@163.com>, 2025
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version :Python 3.10\n "
1314"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2024-05-24 15:56 +0000\n "
15+ "POT-Creation-Date :2025-02-21 16:13 +0000\n "
1516"PO-Revision-Date :2022-11-05 17:21+0000\n "
16- "Last-Translator :Rafael Fontenelle <rffontenelle@gmail .com>,2024 \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 "
@@ -538,8 +539,8 @@ msgid ""
538539":c:expr:`PyObject *` arguments. The arguments are provided as a variable "
539540"number of parameters followed by *NULL*."
540541msgstr ""
541- "调用一个 Python 可调用对象 *callable*,附带可变数量的 :c:expr:`PyObject *` 参数。这些参数是以 *NULL* "
542- "之后可变数量的形参的形式提供的 。"
542+ "调用一个 Python 可调用对象 *callable*,附带可变数量的 :c:expr:`PyObject *` 参数。 "
543+ "这些参数以可变数量的形参的形式提供并以 *NULL* 结尾 。"
543544
544545#: ../../c-api/call.rst:315
545546msgid ""
@@ -555,7 +556,7 @@ msgid ""
555556"variable number of parameters followed by *NULL*."
556557msgstr ""
557558"调用 Python 对象 *obj* 中的一个访问,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
558- ":c:expr:`PyObject *` 参数被调用。这些参数是以 *NULL*之后可变数量的形参的形式提供的 。"
559+ ":c:expr:`PyObject *` 参数被调用。这些参数以可变数量的形参的形式提供并以 *NULL*结尾 。"
559560
560561#: ../../c-api/call.rst:332
561562msgid ""