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#
1111# Zxilly Chou <[email protected] >, 20201212# helloworldSB <[email protected] >, 20211313# Jiuh.star <[email protected] >, 202114- # Freesand Leo <[email protected] >, 20221514# Rafael Fontenelle <[email protected] >, 202415+ # Freesand Leo <[email protected] >, 20251616#
1717#, fuzzy
1818msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.9\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2024-05-31 16:34 +0000\n "
22+ "POT-Creation-Date : 2025-02-21 17:04 +0000\n "
2323"PO-Revision-Date : 2020-05-31 09:28+0000\n "
24- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024 \n "
24+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2025 \n "
2525"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2626"MIME-Version : 1.0\n "
2727"Content-Type : text/plain; charset=UTF-8\n "
@@ -552,8 +552,8 @@ msgid ""
552552":c:type:`PyObject *` arguments. The arguments are provided as a variable "
553553"number of parameters followed by *NULL*."
554554msgstr ""
555- "调用一个可调用的 Python 对象 *callable*,附带可变数量的 :c:type:`PyObject *` 参数。 这些参数是以 *NULL* "
556- " 之后可变数量的形参的形式提供的 。"
555+ "调用一个可调用的 Python 对象 *callable*,附带可变数量的 :c:type:`PyObject *` 参数。 "
556+ "这些参数以可变数量的形参的形式提供并以 *NULL* 结尾 。"
557557
558558#: ../../c-api/call.rst:323
559559msgid ""
@@ -569,7 +569,7 @@ msgid ""
569569"variable number of parameters followed by *NULL*."
570570msgstr ""
571571"调用 Python 对象 *obj* 中的一个方法,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
572- ":c:type:`PyObject *` 参数被调用。 这些参数是以 *NULL* 之后可变数量的形参的形式提供的 。"
572+ ":c:type:`PyObject *` 参数被调用。 这些参数以可变数量的形参的形式提供并以 *NULL* 结尾 。"
573573
574574#: ../../c-api/call.rst:340
575575msgid ""
0 commit comments