1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
9
9
# Shengjing Zhu <zsj950618@gmail.com>, 2024
10
10
# Jiuh.star <jiuh.star@gmail.com>, 2024
11
11
# ppcfish <ppcfish@gmail.com>, 2024
12
- # Freesand Leo <yuqinju@163.com>, 2024
13
12
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14
13
# helloworldSB <warningfor163@foxmail.com>, 2024
15
14
# Yi Cao <1783250036@qq.com>, 2024
16
15
# Nyuan Zhang, 2024
16
+ # Freesand Leo <yuqinju@163.com>, 2025
17
17
#
18
18
#, fuzzy
19
19
msgid ""
20
20
msgstr ""
21
21
"Project-Id-Version : Python 3.13\n "
22
22
"Report-Msgid-Bugs-To : \n "
23
- "POT-Creation-Date : 2024-09-27 14:17 +0000\n "
23
+ "POT-Creation-Date : 2025-02-21 14:16 +0000\n "
24
24
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
25
- "Last-Translator : Nyuan Zhang, 2024 \n "
25
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2025 \n "
26
26
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
27
27
"MIME-Version : 1.0\n "
28
28
"Content-Type : text/plain; charset=UTF-8\n "
@@ -550,8 +550,8 @@ msgid ""
550
550
":c:expr:`PyObject *` arguments. The arguments are provided as a variable "
551
551
"number of parameters followed by *NULL*."
552
552
msgstr ""
553
- "调用一个 Python 可调用对象 *callable*,附带可变数量的 :c:expr:`PyObject *` 参数。 这些参数是以 *NULL* "
554
- "之后可变数量的形参的形式提供的 。"
553
+ "调用一个 Python 可调用对象 *callable*,附带可变数量的 :c:expr:`PyObject *` 参数。 "
554
+ "这些参数以可变数量的形参的形式提供并以 *NULL* 结尾 。"
555
555
556
556
#: ../../c-api/call.rst:313
557
557
msgid ""
@@ -566,8 +566,8 @@ msgid ""
566
566
"number of :c:expr:`PyObject *` arguments. The arguments are provided as a "
567
567
"variable number of parameters followed by *NULL*."
568
568
msgstr ""
569
- "调用 Python 对象 *obj* 中的一个访问 ,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
570
- ":c:expr:`PyObject *` 参数被调用。 这些参数是以 *NULL* 之后可变数量的形参的形式提供的 。"
569
+ "调用 Python 对象 *obj* 中的一个方 ,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
570
+ ":c:expr:`PyObject *` 参数被调用。 这些参数以可变数量的形参的形式提供并以 *NULL* 结尾 。"
571
571
572
572
#: ../../c-api/call.rst:330
573
573
msgid ""
0 commit comments