Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d466c86

Browse files
[po] auto sync
1 parent 22ae0b4 commit d466c86

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "82.93%", "updated_at": "2025-02-21T17:17:35Z"}
1+
{"translation": "82.93%", "updated_at": "2025-02-27T03:19:52Z"}

c-api/call.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
#
@@ -11,17 +11,17 @@
1111
# Zxilly Chou <[email protected]>, 2020
1212
# helloworldSB <[email protected]>, 2021
1313
# Jiuh.star <[email protected]>, 2021
14-
# Freesand Leo <[email protected]>, 2022
1514
# Rafael Fontenelle <[email protected]>, 2024
15+
# Freesand Leo <[email protected]>, 2025
1616
#
1717
#, fuzzy
1818
msgid ""
1919
msgstr ""
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*."
554554
msgstr ""
555-
"调用一个可调用的 Python 对象 *callable*,附带可变数量的 :c:type:`PyObject *` 参数。 这些参数是以 *NULL*"
556-
" 之后可变数量的形参的形式提供的。"
555+
"调用一个可调用的 Python 对象 *callable*,附带可变数量的 :c:type:`PyObject *` 参数。 "
556+
"这些参数以可变数量的形参的形式提供并以 *NULL* 结尾。"
557557

558558
#: ../../c-api/call.rst:323
559559
msgid ""
@@ -569,7 +569,7 @@ msgid ""
569569
"variable number of parameters followed by *NULL*."
570570
msgstr ""
571571
"调用 Python 对象 *obj* 中的一个方法,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
572-
":c:type:`PyObject *` 参数被调用。 这些参数是以 *NULL* 之后可变数量的形参的形式提供的。"
572+
":c:type:`PyObject *` 参数被调用。 这些参数以可变数量的形参的形式提供并以 *NULL* 结尾。"
573573

574574
#: ../../c-api/call.rst:340
575575
msgid ""

0 commit comments

Comments
 (0)