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

Skip to content

Commit 6bc59c7

Browse files
[po] auto sync
1 parent 4f40e0d commit 6bc59c7

36 files changed

+1272
-588
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.11%", "updated_at": "2025-02-28T15:46:10Z"}
1+
{"translation": "81.27%", "updated_at": "2025-02-28T18:49:26Z"}

c-api/call.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2024
87
# Freesand Leo <[email protected]>, 2025
8+
# Rafael Fontenelle <[email protected]>, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-02-21 14:51+0000\n"
15+
"POT-Creation-Date: 2025-02-28 14:56+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -576,7 +576,7 @@ msgid ""
576576
"number of :c:expr:`PyObject *` arguments. The arguments are provided as a "
577577
"variable number of parameters followed by *NULL*."
578578
msgstr ""
579-
"调用 Python 对象 *obj* 中的一个访问,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
579+
"调用 Python 对象 *obj* 中的一个方,其中方法名称由 *name* 中的 Python 字符串对象给出。 它将附带可变数量的 "
580580
":c:expr:`PyObject *` 参数被调用。 这些参数以可变数量的形参的形式提供并以 *NULL* 结尾。"
581581

582582
#: ../../c-api/call.rst:343

c-api/function.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-21 14:51+0000\n"
14+
"POT-Creation-Date: 2025-02-28 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -180,27 +180,27 @@ msgstr ""
180180

181181
#: ../../c-api/function.rst:148
182182
msgid "Enumeration of possible function watcher events:"
183-
msgstr ""
183+
msgstr "由可能的函数监视事件组成的枚举:"
184184

185185
#: ../../c-api/function.rst:150
186186
msgid "``PyFunction_EVENT_CREATE``"
187-
msgstr ""
187+
msgstr "``PyFunction_EVENT_CREATE``"
188188

189189
#: ../../c-api/function.rst:151
190190
msgid "``PyFunction_EVENT_DESTROY``"
191-
msgstr ""
191+
msgstr "``PyFunction_EVENT_DESTROY``"
192192

193193
#: ../../c-api/function.rst:152
194194
msgid "``PyFunction_EVENT_MODIFY_CODE``"
195-
msgstr ""
195+
msgstr "``PyFunction_EVENT_MODIFY_CODE``"
196196

197197
#: ../../c-api/function.rst:153
198198
msgid "``PyFunction_EVENT_MODIFY_DEFAULTS``"
199-
msgstr ""
199+
msgstr "``PyFunction_EVENT_MODIFY_DEFAULTS``"
200200

201201
#: ../../c-api/function.rst:154
202202
msgid "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
203-
msgstr ""
203+
msgstr "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
204204

205205
#: ../../c-api/function.rst:161
206206
msgid "Type of a function watcher callback function."

c-api/slice.po

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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:
7-
# Rafael Fontenelle <[email protected]>, 2024
7+
# Rafael Fontenelle <[email protected]>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-09-20 14:57+0000\n"
14+
"POT-Creation-Date: 2025-02-28 14:56+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -188,13 +188,21 @@ msgstr "Ellipsis 对象"
188188

189189
#: ../../c-api/slice.rst:123
190190
msgid ""
191+
"The type of Python :const:`Ellipsis` object. Same "
192+
"as :class:`types.EllipsisType` in the Python layer."
193+
msgstr ""
194+
"Python :const:`Ellipsis` 对象的类型。 与 Python 层的 :class:`types.EllipsisType` "
195+
"为同一对象。"
196+
197+
#: ../../c-api/slice.rst:129
198+
msgid ""
191199
"The Python ``Ellipsis`` object. This object has no methods. Like "
192200
":c:data:`Py_None`, it is an `immortal <https://peps.python.org/pep-0683/>`_."
193201
" singleton object."
194202
msgstr ""
195203
"Python ``Ellipsis`` 对象。 此没有没有任何方法。 像 :c:data:`Py_None` 一样,它是一个 "
196204
"`永久性对象immortal <https://peps.python.org/pep-0683/>`_。 并且属于单例对象。"
197205

198-
#: ../../c-api/slice.rst:127
206+
#: ../../c-api/slice.rst:133
199207
msgid ":c:data:`Py_Ellipsis` is immortal."
200208
msgstr ":c:data:`Py_Ellipsis` 是永久性对象。"

0 commit comments

Comments
 (0)