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

Skip to content

Commit 548fb8e

Browse files
[po] auto sync
1 parent b48ee48 commit 548fb8e

27 files changed

Lines changed: 5265 additions & 5498 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.70%", "updated_at": "2023-12-08T02:08:47Z"}
1+
{"translation": "92.28%", "updated_at": "2023-12-08T14:55:58Z"}

c-api/frame.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
19+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
2020
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
2121
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -91,8 +91,8 @@ msgid ""
9191
msgstr "参考返回一个 :term:`strong reference`,或者如果 *frame* 没有外部帧则返回 ``NULL``。"
9292

9393
#: ../../c-api/frame.rst:53
94-
msgid "Get the *frame*'s ``f_builtins`` attribute."
95-
msgstr "获取 *frame* 的 ``f_builtins`` 属性。"
94+
msgid "Get the *frame*'s :attr:`~frame.f_builtins` attribute."
95+
msgstr ""
9696

9797
#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
9898
msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
@@ -123,12 +123,12 @@ msgid "Return a :term:`strong reference`, or ``NULL``."
123123
msgstr "返回一个 :term:`strong reference`,或者 ``NULL``。"
124124

125125
#: ../../c-api/frame.rst:84
126-
msgid "Get the *frame*'s ``f_globals`` attribute."
127-
msgstr "获取 *frame* 的 ``f_globals`` 属性。"
126+
msgid "Get the *frame*'s :attr:`~frame.f_globals` attribute."
127+
msgstr ""
128128

129129
#: ../../c-api/frame.rst:93
130-
msgid "Get the *frame*'s ``f_lasti`` attribute."
131-
msgstr "获取 *frame* 的 ``f_lasti`` 属性。"
130+
msgid "Get the *frame*'s :attr:`~frame.f_lasti` attribute."
131+
msgstr ""
132132

133133
#: ../../c-api/frame.rst:95
134134
msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
@@ -162,8 +162,8 @@ msgid ""
162162
msgstr "和 :c:func:`PyFrame_GetVar` 相似,但该变量名是一个使用 UTF-8 编码的 C 字符串。"
163163

164164
#: ../../c-api/frame.rst:123
165-
msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)."
166-
msgstr "获取 *frame* 的 ``f_locals`` 属性 (:class:`dict`)。"
165+
msgid "Get the *frame*'s :attr:`~frame.f_locals` attribute (:class:`dict`)."
166+
msgstr ""
167167

168168
#: ../../c-api/frame.rst:132
169169
msgid "Return the line number that *frame* is currently executing."

c-api/function.po

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-07-21 14:13+0000\n"
18+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
2020
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -67,22 +67,16 @@ msgid ""
6767
"The function's docstring and name are retrieved from the code object. "
6868
"*__module__* is retrieved from *globals*. The argument defaults, annotations"
6969
" and closure are set to ``NULL``. *__qualname__* is set to the same value as"
70-
" the code object's ``co_qualname`` field."
70+
" the code object's :attr:`~codeobject.co_qualname` field."
7171
msgstr ""
72-
"函数的文档字符串和名称是从代码对象中提取的。 *__module__* 是从 *globals* 中提取的。 参数 defaults, "
73-
"annotations 和 closure 被设为 ``NULL``。 *__qualname__* 被设为与代码对象的 ``co_qualname``"
74-
" 字段相同的值。"
7572

7673
#: ../../c-api/function.rst:45
7774
msgid ""
7875
"As :c:func:`PyFunction_New`, but also allows setting the function object's "
7976
"``__qualname__`` attribute. *qualname* should be a unicode object or "
8077
"``NULL``; if ``NULL``, the ``__qualname__`` attribute is set to the same "
81-
"value as the code object's ``co_qualname`` field."
78+
"value as the code object's :attr:`~codeobject.co_qualname` field."
8279
msgstr ""
83-
"类似 :c:func:`PyFunction_New`,但还允许设置函数对象的 ``__qualname__`` 属性。 *qualname* "
84-
"应当是一个 unicode 对象或 ``NULL``;如果是 ``NULL``,则 ``__qualname__`` 属性会被设为与代码对象的 "
85-
"``co_qualname`` 字段相同的值。"
8680

8781
#: ../../c-api/function.rst:55
8882
msgid "Return the code object associated with the function object *op*."

c-api/import.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
17+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -191,10 +191,9 @@ msgstr ""
191191
#: ../../c-api/import.rst:140
192192
msgid ""
193193
"The module's :attr:`__file__` attribute will be set to the code object's "
194-
":attr:`!co_filename`. If applicable, :attr:`__cached__` will also be set."
194+
":attr:`~codeobject.co_filename`. If applicable, :attr:`__cached__` will "
195+
"also be set."
195196
msgstr ""
196-
"模块的 :attr:`__file__` 属性将被设为代码对象的 :attr:`!co_filename`。 如果适用,还将设置 "
197-
":attr:`__cached__`。"
198197

199198
#: ../../c-api/import.rst:144
200199
msgid ""

c-api/structures.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
16+
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
1919
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -813,11 +813,9 @@ msgstr ":py:class:`object` (D)"
813813
#: ../../c-api/structures.rst:593
814814
msgid ""
815815
"(*): Zero-terminated, UTF8-encoded C string. With :c:macro:`!Py_T_STRING` "
816-
"the C representation is a pointer; with :c:macro:`!Py_T_STRING_INLINE` the "
816+
"the C representation is a pointer; with :c:macro:`!Py_T_STRING_INPLACE` the "
817817
"string is stored directly in the structure."
818818
msgstr ""
819-
"(*): 以零结束的 UTF8 编码的 C 字符串。 使用:c:macro:`!Py_T_STRING` 时的 C 表示形式是指针;使用 "
820-
":c:macro:`!Py_T_STRING_INLINE` 时字符串将直接存储在结构体中。"
821819

822820
#: ../../c-api/structures.rst:598
823821
msgid "(**): String of length 1. Only ASCII is accepted."

0 commit comments

Comments
 (0)