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

Commit37bc466

Browse files
committed
Working on c-api/list.po
1 parent5551021 commit37bc466

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

‎c-api/list.po‎

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
# Translators:
55
# Nkeys Syu <nkeys1324@gmail.com>, 2016
66
# Matt Wang <mattwang44@gmail.com>, 2023
7+
# Yorkxe <karta25768@gmail.com>, 2025
78
msgid ""
89
msgstr ""
910
"Project-Id-Version:Python 3.14\n"
1011
"Report-Msgid-Bugs-To:\n"
1112
"POT-Creation-Date:2024-09-23 07:52+0800\n"
12-
"PO-Revision-Date:2023-08-24 00:55+0800\n"
13-
"Last-Translator:Matt Wang <mattwang44@gmail.com>\n"
13+
"PO-Revision-Date:2025-11-25 22:16+0800\n"
14+
"Last-Translator:Yorkxe <karta25768@gmail.com>\n"
1415
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1516
"tw)\n"
1617
"Language:zh_TW\n"
@@ -97,7 +98,8 @@ msgstr ""
9798
msgid""
9899
"Like :c:func:`PyList_GetItemRef`, but returns a :term:`borrowed reference` "
99100
"instead of a :term:`strong reference`."
100-
msgstr""
101+
msgstr"與 :c:func:`PyList_GetItemRef` 類似,但回傳一個 :term:`borrowed reference` "
102+
"而非一個 :term:`strong reference`。"
101103

102104
#:../../c-api/list.rst:80
103105
msgid"Similar to :c:func:`PyList_GetItem`, but without error checking."
@@ -132,7 +134,9 @@ msgid ""
132134
"Bounds checking is performed as an assertion if Python is built "
133135
"in :ref:`debug mode <debug-build>` or :option:`with assertions <--with-"
134136
"assertions>`."
135-
msgstr""
137+
msgstr"如果 Python 是以 :ref:`debug mode <debug-build>` 或 "
138+
":option:`with assertions <--with-assertions>` 建置,則會進行作為"
139+
"斷言(asserting)的邊界檢查。"
136140

137141
#:../../c-api/list.rst:106
138142
msgid""
@@ -193,26 +197,31 @@ msgid ""
193197
"Extend *list* with the contents of *iterable*. This is the same as "
194198
"``PyList_SetSlice(list, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)`` and "
195199
"analogous to ``list.extend(iterable)`` or ``list += iterable``."
196-
msgstr""
200+
msgstr"將 *iterable* 中的內容擴展至 *list*。這與 ``PyList_SetSlice(list, "
201+
"PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)`` 相同,類似於 "
202+
"``list.extend(iterable)`` 或 ``list += iterable``。"
197203

198204
#:../../c-api/list.rst:148
199205
msgid""
200206
"Raise an exception and return ``-1`` if *list* is not a :class:`list` "
201207
"object. Return 0 on success."
202-
msgstr""
208+
msgstr"引發一個例外並回傳 ``-1`` 如果 *list* 不是一個 :class:`list` 物件。"
209+
"如果成功回傳 0。"
203210

204211
#:../../c-api/list.rst:156
205212
msgid""
206213
"Remove all items from *list*. This is the same as ``PyList_SetSlice(list, "
207214
"0, PY_SSIZE_T_MAX, NULL)`` and analogous to ``list.clear()`` or ``del "
208215
"list[:]``."
209-
msgstr""
216+
msgstr"移除 *list* 中的所有項目。這與 ``PyList_SetSlice(list, 0, PY_SSIZE_T_MAX, "
217+
"NULL)`` 相同,類似於 ``list.clear()`` 或 ``del list[:]``。"
210218

211219
#:../../c-api/list.rst:160
212220
msgid""
213221
"Raise an exception and return ``-1`` if *list* is not a :class:`list` "
214222
"object. Return 0 on success."
215-
msgstr""
223+
msgstr"引發一個例外並回傳 ``-1`` 如果 *list* 不是一個 :class:`list` 物件。"
224+
"如果成功回傳 0。"
216225

217226
#:../../c-api/list.rst:168
218227
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp