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

Commite658e49

Browse files
sync with cpython 2511fce2
1 parentd1ca477 commite658e49

27 files changed

+1436
-1425
lines changed

‎c-api/cell.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version:Python 3.14\n"
1212
"Report-Msgid-Bugs-To:\n"
13-
"POT-Creation-Date:2024-07-10 00:04+0000\n"
13+
"POT-Creation-Date:2025-11-05 00:16+0000\n"
1414
"PO-Revision-Date:2022-10-16 15:33+0800\n"
1515
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1616
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -27,10 +27,11 @@ msgid "Cell Objects"
2727
msgstr"Cell 物件"
2828

2929
#:../../c-api/cell.rst:8
30+
#,fuzzy
3031
msgid""
3132
"\"Cell\" objects are used to implement variables referenced by multiple "
3233
"scopes. For each such variable, a cell object is created to store the value; "
33-
"the local variables of each stack frame that references the valuecontains a "
34+
"the local variables of each stack frame that references the valuecontain a "
3435
"reference to the cells from outer scopes which also use that variable. When "
3536
"the value is accessed, the value contained in the cell is used instead of "
3637
"the cell object itself. This de-referencing of the cell object requires "

‎c-api/datetime.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version:Python 3.14\n"
1212
"Report-Msgid-Bugs-To:\n"
13-
"POT-Creation-Date:2023-08-22 00:03+0000\n"
13+
"POT-Creation-Date:2025-11-05 00:16+0000\n"
1414
"PO-Revision-Date:2025-10-14 20:39+0800\n"
1515
"Last-Translator:Yorkxe <karta25768@gmail.com>\n"
1616
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -85,8 +85,9 @@ msgstr ""
8585
"class:`datetime.datetime.time` 是同一物件"
8686

8787
#:../../c-api/datetime.rst:49
88+
#,fuzzy
8889
msgid""
89-
"This instance of :c:type:`PyTypeObject` represents Python type for the "
90+
"This instance of :c:type:`PyTypeObject` representsthePython type for the "
9091
"difference between two datetime values; it is the same object as :class:"
9192
"`datetime.timedelta` in the Python layer."
9293
msgstr""

‎c-api/descriptor.po‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 3.14\n"
1111
"Report-Msgid-Bugs-To:\n"
12-
"POT-Creation-Date:2021-10-26 16:47+0000\n"
12+
"POT-Creation-Date:2025-11-05 00:16+0000\n"
1313
"PO-Revision-Date:2021-12-09 20:56+0800\n"
1414
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
1515
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -38,10 +38,11 @@ msgid "The type object for the built-in descriptor types."
3838
msgstr"內建 descriptor 型別的型別物件。"
3939

4040
#:../../c-api/descriptor.rst:35
41+
#,fuzzy
4142
msgid""
42-
"Return non-zero if the descriptorobjects *descr* describes a data "
43-
"attribute,or ``0`` if it describes a method. *descr* must be a descriptor "
44-
"object;there is no error checking."
43+
"Return non-zero if the descriptorobject *descr* describes a data attribute, "
44+
"or ``0`` if it describes a method. *descr* must be a descriptor object; "
45+
"there is no error checking."
4546
msgstr""
4647
"如果 descriptor 物件 *descr* 描述的是一個資料屬性則回傳非零值,或者如果它描述"
4748
"的是一個方法則返回 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp