Skip to content

Commit ab7a062

Browse files
sync with cpython c7a94e77
1 parent 47ef927 commit ab7a062

24 files changed

+1088
-1050
lines changed

c-api/code.po

Lines changed: 3 additions & 4 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: 2024-02-22 00:03+0000\n"
10+
"POT-Creation-Date: 2024-09-18 00:04+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -121,9 +121,8 @@ msgstr ""
121121

122122
#: ../../c-api/code.rst:93
123123
msgid ""
124-
"For efficiently iterating over the line numbers in a code object, use `the "
125-
"API described in PEP 626 <https://peps.python.org/pep-0626/#out-of-process-"
126-
"debuggers-and-profilers>`_."
124+
"For efficiently iterating over the line numbers in a code object, use :pep:"
125+
"`the API described in PEP 626 <0626#out-of-process-debuggers-and-profilers>`."
127126
msgstr ""
128127

129128
#: ../../c-api/code.rst:98

c-api/refcounting.po

Lines changed: 14 additions & 5 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: 2024-09-01 22:24+0800\n"
11+
"POT-Creation-Date: 2024-09-18 00:04+0000\n"
1212
"PO-Revision-Date: 2023-08-06 14:19+0800\n"
1313
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -106,11 +106,11 @@ msgstr ""
106106
"該物件不能為 ``NULL``;如果你不確定它不是 ``NULL``,請使用 :c:func:"
107107
"`Py_XINCREF`。"
108108

109-
#: ../../c-api/refcounting.rst:61 ../../c-api/refcounting.rst:127
109+
#: ../../c-api/refcounting.rst:61
110+
#, fuzzy
110111
msgid ""
111-
"Do not expect this function to actually modify *o* in any way. For at least "
112-
"`some objects <https://peps.python.org/pep-0683/>`_, this function has no "
113-
"effect."
112+
"Do not expect this function to actually modify *o* in any way. For at least :"
113+
"pep:`some objects <0683>`, this function has no effect."
114114
msgstr ""
115115
"不要期望此函式會以任何方式實際修改 *o*,至少對於\\ `某些物件 <https://peps."
116116
"python.org/pep-0683/>`_\\ 來說,此函式沒有任何效果。"
@@ -216,6 +216,15 @@ msgstr ""
216216
"該物件不能為 ``NULL``;如果你不確定它不是 ``NULL``,請改用 :c:func:"
217217
"`Py_XDECREF`。"
218218

219+
#: ../../c-api/refcounting.rst:127
220+
#, fuzzy
221+
msgid ""
222+
"Do not expect this function to actually modify *o* in any way. For at least :"
223+
"pep:`some objects <683>`, this function has no effect."
224+
msgstr ""
225+
"不要期望此函式會以任何方式實際修改 *o*,至少對於\\ `某些物件 <https://peps."
226+
"python.org/pep-0683/>`_\\ 來說,此函式沒有任何效果。"
227+
219228
#: ../../c-api/refcounting.rst:133
220229
msgid ""
221230
"The deallocation function can cause arbitrary Python code to be invoked (e."

faq/design.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-09-03 11:11+0800\n"
12+
"POT-Creation-Date: 2024-09-18 00:04+0000\n"
1313
"PO-Revision-Date: 2023-08-31 11:34+0800\n"
1414
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -647,10 +647,11 @@ msgid "Can Python be compiled to machine code, C or some other language?"
647647
msgstr "Python 可以被編譯成機器語言、C 語言或其他種語言嗎?"
648648

649649
#: ../../faq/design.rst:330
650+
#, fuzzy
650651
msgid ""
651652
"`Cython <https://cython.org/>`_ compiles a modified version of Python with "
652-
"optional annotations into C extensions. `Nuitka <https://www.nuitka.net/>`_ "
653-
"is an up-and-coming compiler of Python into C++ code, aiming to support the "
653+
"optional annotations into C extensions. `Nuitka <https://nuitka.net/>`_ is "
654+
"an up-and-coming compiler of Python into C++ code, aiming to support the "
654655
"full Python language."
655656
msgstr ""
656657
"`Cython <https://cython.org/>`_ 可以編譯一個調整過有選擇性註解的 Python 版"
@@ -678,12 +679,13 @@ msgstr ""
678679
"函式。"
679680

680681
#: ../../faq/design.rst:347
682+
#, fuzzy
681683
msgid ""
682684
"Other implementations (such as `Jython <https://www.jython.org>`_ or `PyPy "
683-
"<https://www.pypy.org>`_), however, can rely on a different mechanism such "
684-
"as a full-blown garbage collector. This difference can cause some subtle "
685-
"porting problems if your Python code depends on the behavior of the "
686-
"reference counting implementation."
685+
"<https://pypy.org>`_), however, can rely on a different mechanism such as a "
686+
"full-blown garbage collector. This difference can cause some subtle porting "
687+
"problems if your Python code depends on the behavior of the reference "
688+
"counting implementation."
687689
msgstr ""
688690
"然而,在其他實作(像是 `Jython <https://www.jython.org>`_ 或 `PyPy <https://"
689691
"www.pypy.org>`_)中,會使用像是成熟的垃圾收集器等不同機制。如果你的 Python 程"

faq/general.po

Lines changed: 4 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: 2024-09-03 11:11+0800\n"
13+
"POT-Creation-Date: 2024-09-18 00:04+0000\n"
1414
"PO-Revision-Date: 2023-06-23 16:56+0800\n"
1515
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -611,12 +611,13 @@ msgstr ""
611611
"且會保證介面在一系列的錯誤修正發布版本中維持不變。"
612612

613613
#: ../../faq/general.rst:311
614+
#, fuzzy
614615
msgid ""
615616
"The latest stable releases can always be found on the `Python download page "
616617
"<https://www.python.org/downloads/>`_. There are two production-ready "
617618
"versions of Python: 2.x and 3.x. The recommended version is 3.x, which is "
618-
"supported by most widely used libraries. Although 2.x is still widely used, "
619-
"`it is not maintained anymore <https://peps.python.org/pep-0373/>`_."
619+
"supported by most widely used libraries. Although 2.x is still widely "
620+
"used, :pep:`it is not maintained anymore <0373>`."
620621
msgstr ""
621622
"最新的穩定發布版本隨時都可以在 `Python 下載頁面 <https://www.python.org/"
622623
"downloads/>`_\\ 上找到。Python 有兩個生產就緒 (production-ready) 的版本:2.x "

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy