Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c4bd92

Browse files
sync with cpython ca11aec9
1 parentc30bc8d commit1c4bd92

File tree

12 files changed

+2181
-2078
lines changed

12 files changed

+2181
-2078
lines changed

‎c-api/function.po‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version:Python 3.12\n"
1212
"Report-Msgid-Bugs-To:\n"
13-
"POT-Creation-Date:2023-07-17 17:39+0800\n"
13+
"POT-Creation-Date:2023-12-07 00:03+0000\n"
1414
"PO-Revision-Date:2022-11-12 15:45+0800\n"
1515
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1616
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -62,22 +62,24 @@ msgstr ""
6262
"夠存取的全域變數的字典。"
6363

6464
#:../../c-api/function.rst:37
65+
#,fuzzy
6566
msgid""
6667
"The function's docstring and name are retrieved from the code object. "
6768
"*__module__* is retrieved from *globals*. The argument defaults, annotations "
6869
"and closure are set to ``NULL``. *__qualname__* is set to the same value as "
69-
"the code object's``co_qualname`` field."
70+
"the code object's:attr:`~codeobject.co_qualname` field."
7071
msgstr""
7172
"函式的文件字串 (docstring) 和名稱是從程式碼物件所取得,*__module__* 是自 "
7273
"*globals* 所取得。引數預設值、標註 (annotation) 和閉包 (closure) 被設為 "
7374
"``NULL``,*__qualname__* 被設為和程式碼物件 ``co_qualname`` 欄位相同的值。"
7475

7576
#:../../c-api/function.rst:45
77+
#,fuzzy
7678
msgid""
7779
"As :c:func:`PyFunction_New`, but also allows setting the function object's "
7880
"``__qualname__`` attribute. *qualname* should be a unicode object or "
7981
"``NULL``; if ``NULL``, the ``__qualname__`` attribute is set to the same "
80-
"value as the code object's``co_qualname`` field."
82+
"value as the code object's:attr:`~codeobject.co_qualname` field."
8183
msgstr""
8284
"和 :c:func:`PyFunction_New` 相似,但也允許函式物件 ``__qualname__`` 屬性的設"
8385
"定,*qualname* 應為一個 unicode 物件或是 ``NULL``;如為 ``NULL``,"

‎c-api/import.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 3.12\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2023-07-29 00:03+0000\n"
11+
"POT-Creation-Date:2023-12-07 00:03+0000\n"
1212
"PO-Revision-Date:2018-05-23 14:06+0000\n"
1313
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -154,7 +154,8 @@ msgstr ""
154154
#:../../c-api/import.rst:140
155155
msgid""
156156
"The module's :attr:`__file__` attribute will be set to the code object's :"
157-
"attr:`!co_filename`. If applicable, :attr:`__cached__` will also be set."
157+
"attr:`~codeobject.co_filename`. If applicable, :attr:`__cached__` will also "
158+
"be set."
158159
msgstr""
159160

160161
#:../../c-api/import.rst:144

‎c-api/typeobj.po‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.12\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2023-08-29 12:27+0000\n"
10+
"POT-Creation-Date:2023-12-07 00:03+0000\n"
1111
"PO-Revision-Date:2018-05-23 14:33+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -417,12 +417,13 @@ msgstr ":c:member:`~PyTypeObject.tp_dict`"
417417
#:../../c-api/typeobj.rst:0../../c-api/typeobj.rst:113
418418
#:../../c-api/typeobj.rst:132../../c-api/typeobj.rst:134
419419
#:../../c-api/typeobj.rst:136../../c-api/typeobj.rst:140
420-
#:../../c-api/typeobj.rst:341../../c-api/typeobj.rst:356
421-
#:../../c-api/typeobj.rst:368../../c-api/typeobj.rst:370
422-
#:../../c-api/typeobj.rst:381../../c-api/typeobj.rst:392
423-
#:../../c-api/typeobj.rst:404../../c-api/typeobj.rst:406
424-
#:../../c-api/typeobj.rst:412../../c-api/typeobj.rst:414
425-
#:../../c-api/typeobj.rst:416../../c-api/typeobj.rst:431
420+
#:../../c-api/typeobj.rst:341../../c-api/typeobj.rst:346
421+
#:../../c-api/typeobj.rst:356../../c-api/typeobj.rst:368
422+
#:../../c-api/typeobj.rst:370../../c-api/typeobj.rst:381
423+
#:../../c-api/typeobj.rst:392../../c-api/typeobj.rst:404
424+
#:../../c-api/typeobj.rst:406../../c-api/typeobj.rst:412
425+
#:../../c-api/typeobj.rst:414../../c-api/typeobj.rst:416
426+
#:../../c-api/typeobj.rst:429../../c-api/typeobj.rst:431
426427
#:../../c-api/typeobj.rst:435../../c-api/typeobj.rst:440
427428
#:../../c-api/typeobj.rst:446
428429
msgid":c:type:`PyObject` *"
@@ -533,8 +534,7 @@ msgid "[:c:member:`~PyTypeObject.tp_subclasses`]"
533534
msgstr"[:c:member:`~PyTypeObject.tp_subclasses`]"
534535

535536
#:../../c-api/typeobj.rst:0../../c-api/typeobj.rst:138
536-
#:../../c-api/typeobj.rst:279../../c-api/typeobj.rst:346
537-
#:../../c-api/typeobj.rst:348../../c-api/typeobj.rst:429
537+
#:../../c-api/typeobj.rst:279../../c-api/typeobj.rst:348
538538
msgid"void *"
539539
msgstr"void *"
540540

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp