66msgstr ""
77"Project-Id-Version : Python 3.13\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2025-03-03 00:15 +0000\n "
9+ "POT-Creation-Date : 2025-04-26 00:14 +0000\n "
1010"PO-Revision-Date : 2022-10-16 03:21+0800\n "
1111"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1212"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -532,7 +532,7 @@ msgstr "``L`` (:class:`int`) [long long]"
532532msgid "Convert a Python integer to a C :c:expr:`long long`."
533533msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`long long`。"
534534
535- #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
535+ #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
536536msgid "``K`` (:class:`int`) [unsigned long long]"
537537msgstr "``K`` (:class:`int`) [unsigned long long]"
538538
@@ -544,7 +544,7 @@ msgstr ""
544544"將一個 Python 整數轉換成 C 的 :c:expr:`unsigned long long`,轉換過程無溢位檢"
545545"查。"
546546
547- #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
547+ #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
548548msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
549549msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
550550
@@ -566,7 +566,7 @@ msgstr ""
566566msgid "Allow :class:`bytearray` objects."
567567msgstr "允許 :class:`bytearray` 物件。"
568568
569- #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
569+ #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
570570msgid "``C`` (:class:`str` of length 1) [int]"
571571msgstr "``C`` (長度為 1 的 :class:`str`) [int]"
572572
@@ -576,15 +576,15 @@ msgid ""
576576"1, to a C :c:expr:`int`."
577577msgstr ""
578578
579- #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
579+ #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
580580msgid "``f`` (:class:`float`) [float]"
581581msgstr "``f`` (:class:`float`) [float]"
582582
583583#: ../../c-api/arg.rst:295
584584msgid "Convert a Python floating-point number to a C :c:expr:`float`."
585585msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr:`float`。"
586586
587- #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
587+ #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
588588msgid "``d`` (:class:`float`) [double]"
589589msgstr "``d`` (:class:`float`) [double]"
590590
@@ -604,7 +604,7 @@ msgstr "將一個 Python 複數轉換成 C 的 :c:type:`Py_complex` 結構。"
604604msgid "Other objects"
605605msgstr "其他物件"
606606
607- #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
607+ #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
608608msgid "``O`` (object) [PyObject \\ *]"
609609msgstr "``O`` (object) [PyObject \\ *]"
610610
@@ -687,7 +687,7 @@ msgid ""
687687"how Python tests values for truth."
688688msgstr ""
689689
690- #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
690+ #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
691691msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
692692msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
693693
@@ -1110,51 +1110,51 @@ msgstr "將一個 C 的 :c:expr:`unsigned long` 轉換成 Python 整數物件。
11101110msgid "Convert a C :c:expr:`long long` to a Python integer object."
11111111msgstr "將一個 C 的 :c:expr:`long long` 轉換成 Python 整數物件。"
11121112
1113- #: ../../c-api/arg.rst:643
1113+ #: ../../c-api/arg.rst:645
11141114msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
11151115msgstr "將一個 C 的 :c:expr:`unsigned long long` 轉換成 Python 整數物件。"
11161116
1117- #: ../../c-api/arg.rst:646
1117+ #: ../../c-api/arg.rst:648
11181118msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
11191119msgstr "將一個 C 的 :c:type:`Py_ssize_t` 轉換成 Python 整數。"
11201120
1121- #: ../../c-api/arg.rst:648
1121+ #: ../../c-api/arg.rst:650
11221122msgid "``c`` (:class:`bytes` of length 1) [char]"
11231123msgstr "``c`` (長度為 1 的 :class:`bytes`) [char]"
11241124
1125- #: ../../c-api/arg.rst:649
1125+ #: ../../c-api/arg.rst:651
11261126msgid ""
11271127"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
11281128"object of length 1."
11291129msgstr ""
11301130"將一個 C 中代表一個位元組的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
11311131"`bytes`。"
11321132
1133- #: ../../c-api/arg.rst:653
1133+ #: ../../c-api/arg.rst:655
11341134msgid ""
11351135"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
11361136"object of length 1."
11371137msgstr ""
11381138"將一個 C 中代表一個字元的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
11391139"`str`。"
11401140
1141- #: ../../c-api/arg.rst:657
1141+ #: ../../c-api/arg.rst:659
11421142msgid "Convert a C :c:expr:`double` to a Python floating-point number."
11431143msgstr "將一個 C 的 :c:expr:`double` 轉換成 Python 浮點數。"
11441144
1145- #: ../../c-api/arg.rst:660
1145+ #: ../../c-api/arg.rst:662
11461146msgid "Convert a C :c:expr:`float` to a Python floating-point number."
11471147msgstr "將一個 C 的 :c:expr:`float` 轉換成 Python 浮點數。"
11481148
1149- #: ../../c-api/arg.rst:662
1149+ #: ../../c-api/arg.rst:664
11501150msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
11511151msgstr "``D`` (:class:`complex`) [Py_complex \\ *]"
11521152
1153- #: ../../c-api/arg.rst:663
1153+ #: ../../c-api/arg.rst:665
11541154msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
11551155msgstr "將一個 C 的 :c:type:`Py_complex` 結構轉換成 Python 複數。"
11561156
1157- #: ../../c-api/arg.rst:666
1157+ #: ../../c-api/arg.rst:668
11581158msgid ""
11591159"Pass a Python object untouched but create a new :term:`strong reference` to "
11601160"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1164,71 +1164,71 @@ msgid ""
11641164"no exception has been raised yet, :exc:`SystemError` is set."
11651165msgstr ""
11661166
1167- #: ../../c-api/arg.rst:675
1167+ #: ../../c-api/arg.rst:677
11681168msgid "``S`` (object) [PyObject \\ *]"
11691169msgstr "``S`` (object) [PyObject \\ *]"
11701170
1171- #: ../../c-api/arg.rst:676
1171+ #: ../../c-api/arg.rst:678
11721172msgid "Same as ``O``."
11731173msgstr "和 ``O`` 相同。"
11741174
1175- #: ../../c-api/arg.rst:678
1175+ #: ../../c-api/arg.rst:680
11761176msgid "``N`` (object) [PyObject \\ *]"
11771177msgstr "``N`` (object) [PyObject \\ *]"
11781178
1179- #: ../../c-api/arg.rst:679
1179+ #: ../../c-api/arg.rst:681
11801180msgid ""
11811181"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
11821182"Useful when the object is created by a call to an object constructor in the "
11831183"argument list."
11841184msgstr ""
11851185
1186- #: ../../c-api/arg.rst:683
1186+ #: ../../c-api/arg.rst:685
11871187msgid "``O&`` (object) [*converter*, *anything*]"
11881188msgstr "``O&`` (object) [*converter*, *anything*]"
11891189
1190- #: ../../c-api/arg.rst:684
1190+ #: ../../c-api/arg.rst:686
11911191msgid ""
11921192"Convert *anything* to a Python object through a *converter* function. The "
11931193"function is called with *anything* (which should be compatible with :c:expr:"
11941194"`void*`) as its argument and should return a \" new\" Python object, or "
11951195"``NULL`` if an error occurred."
11961196msgstr ""
11971197
1198- #: ../../c-api/arg.rst:690
1198+ #: ../../c-api/arg.rst:692
11991199msgid ""
12001200"Convert a sequence of C values to a Python tuple with the same number of "
12011201"items."
12021202msgstr ""
12031203
1204- #: ../../c-api/arg.rst:692
1204+ #: ../../c-api/arg.rst:694
12051205msgid "``[items]`` (:class:`list`) [*matching-items*]"
12061206msgstr "``[items]`` (:class:`list`) [*matching-items*]"
12071207
1208- #: ../../c-api/arg.rst:693
1208+ #: ../../c-api/arg.rst:695
12091209msgid ""
12101210"Convert a sequence of C values to a Python list with the same number of "
12111211"items."
12121212msgstr ""
12131213
1214- #: ../../c-api/arg.rst:695
1214+ #: ../../c-api/arg.rst:697
12151215msgid "``{items}`` (:class:`dict`) [*matching-items*]"
12161216msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
12171217
1218- #: ../../c-api/arg.rst:696
1218+ #: ../../c-api/arg.rst:698
12191219msgid ""
12201220"Convert a sequence of C values to a Python dictionary. Each pair of "
12211221"consecutive C values adds one item to the dictionary, serving as key and "
12221222"value, respectively."
12231223msgstr ""
12241224
1225- #: ../../c-api/arg.rst:700
1225+ #: ../../c-api/arg.rst:702
12261226msgid ""
12271227"If there is an error in the format string, the :exc:`SystemError` exception "
12281228"is set and ``NULL`` returned."
12291229msgstr ""
12301230
1231- #: ../../c-api/arg.rst:705
1231+ #: ../../c-api/arg.rst:707
12321232msgid ""
12331233"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
12341234"rather than a variable number of arguments."
0 commit comments