6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"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 "
10
10
"PO-Revision-Date : 2022-10-16 03:21+0800\n "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -532,7 +532,7 @@ msgstr "``L`` (:class:`int`) [long long]"
532
532
msgid "Convert a Python integer to a C :c:expr:`long long`."
533
533
msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`long long`。"
534
534
535
- #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
535
+ #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
536
536
msgid "``K`` (:class:`int`) [unsigned long long]"
537
537
msgstr "``K`` (:class:`int`) [unsigned long long]"
538
538
@@ -544,7 +544,7 @@ msgstr ""
544
544
"將一個 Python 整數轉換成 C 的 :c:expr:`unsigned long long`,轉換過程無溢位檢"
545
545
"查。"
546
546
547
- #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
547
+ #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
548
548
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
549
549
msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
550
550
@@ -566,7 +566,7 @@ msgstr ""
566
566
msgid "Allow :class:`bytearray` objects."
567
567
msgstr "允許 :class:`bytearray` 物件。"
568
568
569
- #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
569
+ #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
570
570
msgid "``C`` (:class:`str` of length 1) [int]"
571
571
msgstr "``C`` (長度為 1 的 :class:`str`) [int]"
572
572
@@ -576,15 +576,15 @@ msgid ""
576
576
"1, to a C :c:expr:`int`."
577
577
msgstr ""
578
578
579
- #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
579
+ #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
580
580
msgid "``f`` (:class:`float`) [float]"
581
581
msgstr "``f`` (:class:`float`) [float]"
582
582
583
583
#: ../../c-api/arg.rst:295
584
584
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
585
585
msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr:`float`。"
586
586
587
- #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
587
+ #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
588
588
msgid "``d`` (:class:`float`) [double]"
589
589
msgstr "``d`` (:class:`float`) [double]"
590
590
@@ -604,7 +604,7 @@ msgstr "將一個 Python 複數轉換成 C 的 :c:type:`Py_complex` 結構。"
604
604
msgid "Other objects"
605
605
msgstr "其他物件"
606
606
607
- #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
607
+ #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
608
608
msgid "``O`` (object) [PyObject \\ *]"
609
609
msgstr "``O`` (object) [PyObject \\ *]"
610
610
@@ -687,7 +687,7 @@ msgid ""
687
687
"how Python tests values for truth."
688
688
msgstr ""
689
689
690
- #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
690
+ #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
691
691
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
692
692
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
693
693
@@ -1110,51 +1110,51 @@ msgstr "將一個 C 的 :c:expr:`unsigned long` 轉換成 Python 整數物件。
1110
1110
msgid "Convert a C :c:expr:`long long` to a Python integer object."
1111
1111
msgstr "將一個 C 的 :c:expr:`long long` 轉換成 Python 整數物件。"
1112
1112
1113
- #: ../../c-api/arg.rst:643
1113
+ #: ../../c-api/arg.rst:645
1114
1114
msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
1115
1115
msgstr "將一個 C 的 :c:expr:`unsigned long long` 轉換成 Python 整數物件。"
1116
1116
1117
- #: ../../c-api/arg.rst:646
1117
+ #: ../../c-api/arg.rst:648
1118
1118
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
1119
1119
msgstr "將一個 C 的 :c:type:`Py_ssize_t` 轉換成 Python 整數。"
1120
1120
1121
- #: ../../c-api/arg.rst:648
1121
+ #: ../../c-api/arg.rst:650
1122
1122
msgid "``c`` (:class:`bytes` of length 1) [char]"
1123
1123
msgstr "``c`` (長度為 1 的 :class:`bytes`) [char]"
1124
1124
1125
- #: ../../c-api/arg.rst:649
1125
+ #: ../../c-api/arg.rst:651
1126
1126
msgid ""
1127
1127
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
1128
1128
"object of length 1."
1129
1129
msgstr ""
1130
1130
"將一個 C 中代表一個位元組的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
1131
1131
"`bytes`。"
1132
1132
1133
- #: ../../c-api/arg.rst:653
1133
+ #: ../../c-api/arg.rst:655
1134
1134
msgid ""
1135
1135
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
1136
1136
"object of length 1."
1137
1137
msgstr ""
1138
1138
"將一個 C 中代表一個字元的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
1139
1139
"`str`。"
1140
1140
1141
- #: ../../c-api/arg.rst:657
1141
+ #: ../../c-api/arg.rst:659
1142
1142
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
1143
1143
msgstr "將一個 C 的 :c:expr:`double` 轉換成 Python 浮點數。"
1144
1144
1145
- #: ../../c-api/arg.rst:660
1145
+ #: ../../c-api/arg.rst:662
1146
1146
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
1147
1147
msgstr "將一個 C 的 :c:expr:`float` 轉換成 Python 浮點數。"
1148
1148
1149
- #: ../../c-api/arg.rst:662
1149
+ #: ../../c-api/arg.rst:664
1150
1150
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
1151
1151
msgstr "``D`` (:class:`complex`) [Py_complex \\ *]"
1152
1152
1153
- #: ../../c-api/arg.rst:663
1153
+ #: ../../c-api/arg.rst:665
1154
1154
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
1155
1155
msgstr "將一個 C 的 :c:type:`Py_complex` 結構轉換成 Python 複數。"
1156
1156
1157
- #: ../../c-api/arg.rst:666
1157
+ #: ../../c-api/arg.rst:668
1158
1158
msgid ""
1159
1159
"Pass a Python object untouched but create a new :term:`strong reference` to "
1160
1160
"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1164,71 +1164,71 @@ msgid ""
1164
1164
"no exception has been raised yet, :exc:`SystemError` is set."
1165
1165
msgstr ""
1166
1166
1167
- #: ../../c-api/arg.rst:675
1167
+ #: ../../c-api/arg.rst:677
1168
1168
msgid "``S`` (object) [PyObject \\ *]"
1169
1169
msgstr "``S`` (object) [PyObject \\ *]"
1170
1170
1171
- #: ../../c-api/arg.rst:676
1171
+ #: ../../c-api/arg.rst:678
1172
1172
msgid "Same as ``O``."
1173
1173
msgstr "和 ``O`` 相同。"
1174
1174
1175
- #: ../../c-api/arg.rst:678
1175
+ #: ../../c-api/arg.rst:680
1176
1176
msgid "``N`` (object) [PyObject \\ *]"
1177
1177
msgstr "``N`` (object) [PyObject \\ *]"
1178
1178
1179
- #: ../../c-api/arg.rst:679
1179
+ #: ../../c-api/arg.rst:681
1180
1180
msgid ""
1181
1181
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
1182
1182
"Useful when the object is created by a call to an object constructor in the "
1183
1183
"argument list."
1184
1184
msgstr ""
1185
1185
1186
- #: ../../c-api/arg.rst:683
1186
+ #: ../../c-api/arg.rst:685
1187
1187
msgid "``O&`` (object) [*converter*, *anything*]"
1188
1188
msgstr "``O&`` (object) [*converter*, *anything*]"
1189
1189
1190
- #: ../../c-api/arg.rst:684
1190
+ #: ../../c-api/arg.rst:686
1191
1191
msgid ""
1192
1192
"Convert *anything* to a Python object through a *converter* function. The "
1193
1193
"function is called with *anything* (which should be compatible with :c:expr:"
1194
1194
"`void*`) as its argument and should return a \" new\" Python object, or "
1195
1195
"``NULL`` if an error occurred."
1196
1196
msgstr ""
1197
1197
1198
- #: ../../c-api/arg.rst:690
1198
+ #: ../../c-api/arg.rst:692
1199
1199
msgid ""
1200
1200
"Convert a sequence of C values to a Python tuple with the same number of "
1201
1201
"items."
1202
1202
msgstr ""
1203
1203
1204
- #: ../../c-api/arg.rst:692
1204
+ #: ../../c-api/arg.rst:694
1205
1205
msgid "``[items]`` (:class:`list`) [*matching-items*]"
1206
1206
msgstr "``[items]`` (:class:`list`) [*matching-items*]"
1207
1207
1208
- #: ../../c-api/arg.rst:693
1208
+ #: ../../c-api/arg.rst:695
1209
1209
msgid ""
1210
1210
"Convert a sequence of C values to a Python list with the same number of "
1211
1211
"items."
1212
1212
msgstr ""
1213
1213
1214
- #: ../../c-api/arg.rst:695
1214
+ #: ../../c-api/arg.rst:697
1215
1215
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1216
1216
msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
1217
1217
1218
- #: ../../c-api/arg.rst:696
1218
+ #: ../../c-api/arg.rst:698
1219
1219
msgid ""
1220
1220
"Convert a sequence of C values to a Python dictionary. Each pair of "
1221
1221
"consecutive C values adds one item to the dictionary, serving as key and "
1222
1222
"value, respectively."
1223
1223
msgstr ""
1224
1224
1225
- #: ../../c-api/arg.rst:700
1225
+ #: ../../c-api/arg.rst:702
1226
1226
msgid ""
1227
1227
"If there is an error in the format string, the :exc:`SystemError` exception "
1228
1228
"is set and ``NULL`` returned."
1229
1229
msgstr ""
1230
1230
1231
- #: ../../c-api/arg.rst:705
1231
+ #: ../../c-api/arg.rst:707
1232
1232
msgid ""
1233
1233
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
1234
1234
"rather than a variable number of arguments."
0 commit comments