Skip to content

Commit a451e38

Browse files
sync with cpython 26a93189
1 parent 67b4025 commit a451e38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1342
-1108
lines changed

c-api/exceptions.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-09-27 00:14+0000\n"
11+
"POT-Creation-Date: 2024-10-11 00:13+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:05+0000\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -267,8 +267,8 @@ msgstr ""
267267
#: ../../c-api/exceptions.rst:234 ../../c-api/exceptions.rst:242
268268
#: ../../c-api/exceptions.rst:253 ../../c-api/exceptions.rst:263
269269
#: ../../c-api/exceptions.rst:271 ../../c-api/exceptions.rst:281
270-
msgid ":ref:`Availability <availability>`: Windows."
271-
msgstr ":ref:`適用 <availability>`:Windows。"
270+
msgid "Availability"
271+
msgstr ""
272272

273273
#: ../../c-api/exceptions.rst:239
274274
msgid ""
@@ -1962,3 +1962,6 @@ msgstr "PyExc_UnicodeWarning(C 變數)"
19621962
#: ../../c-api/exceptions.rst:1194
19631963
msgid "PyExc_UserWarning (C var)"
19641964
msgstr "PyExc_UserWarning(C 變數)"
1965+
1966+
#~ msgid ":ref:`Availability <availability>`: Windows."
1967+
#~ msgstr ":ref:`適用 <availability>`:Windows。"

c-api/init.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-10-09 00:13+0000\n"
11+
"POT-Creation-Date: 2024-10-11 00:13+0000\n"
1212
"PO-Revision-Date: 2023-04-24 20:49+0800\n"
1313
"Last-Translator: Adrian Liaw <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -423,8 +423,8 @@ msgid "See :pep:`529` for more details."
423423
msgstr "更多詳情請見 :pep:`529`。"
424424

425425
#: ../../c-api/init.rst:238 ../../c-api/init.rst:256
426-
msgid ":ref:`Availability <availability>`: Windows."
427-
msgstr ":ref:`適用 <availability>`:Windows。"
426+
msgid "Availability"
427+
msgstr ""
428428

429429
#: ../../c-api/init.rst:244
430430
msgid ""
@@ -3072,6 +3072,9 @@ msgstr "Py_Initialize(C 函式)"
30723072
msgid "close (in module os)"
30733073
msgstr "close(os 模組中)"
30743074

3075+
#~ msgid ":ref:`Availability <availability>`: Windows."
3076+
#~ msgstr ":ref:`適用 <availability>`:Windows。"
3077+
30753078
#~ msgid ":c:func:`Py_SetStandardStreamEncoding`"
30763079
#~ msgstr ":c:func:`Py_SetStandardStreamEncoding`"
30773080

library/_thread.po

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-10-07 13:43+0000\n"
10+
"POT-Creation-Date: 2024-10-11 00:13+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -172,14 +172,9 @@ msgstr ""
172172
"的值可用於在整個系統中唯一標識此特定執行緒(直到執行緒終止後,該值可能被操作"
173173
"系統重新使用)。"
174174

175-
#: ../../library/_thread.rst:123
176-
#, fuzzy
177-
msgid ""
178-
":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
179-
"NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD."
175+
#: ../../library/_thread.rst:123 ../../library/_thread.rst:148
176+
msgid "Availability"
180177
msgstr ""
181-
":ref:`適用 <availability>`:Windows、FreeBSD、Linux、macOS、OpenBSD、NetBSD、"
182-
"AIX、DragonFlyBSD。"
183178

184179
#: ../../library/_thread.rst:127
185180
msgid "Added support for GNU/kFreeBSD."
@@ -213,10 +208,6 @@ msgstr ""
213208
"分配。應參考平台文檔以獲取更多訊息(4 KiB 頁面是比較普遍的;在缺乏更具體訊息"
214209
"的情況下,建議使用 4096 的倍數作為堆疊大小)。"
215210

216-
#: ../../library/_thread.rst:148
217-
msgid ":ref:`Availability <availability>`: Windows, pthreads."
218-
msgstr ":ref:`適用 <availability>`:Windows、pthreads。"
219-
220211
#: ../../library/_thread.rst:150
221212
msgid "Unix platforms with POSIX threads support."
222213
msgstr "Unix 平台上支援 POSIX 執行緒。"
@@ -381,6 +372,17 @@ msgstr "module(模組)"
381372
msgid "signal"
382373
msgstr "signal(訊號)"
383374

375+
#, fuzzy
376+
#~ msgid ""
377+
#~ ":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, "
378+
#~ "OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD."
379+
#~ msgstr ""
380+
#~ ":ref:`適用 <availability>`:Windows、FreeBSD、Linux、macOS、OpenBSD、"
381+
#~ "NetBSD、AIX、DragonFlyBSD。"
382+
383+
#~ msgid ":ref:`Availability <availability>`: Windows, pthreads."
384+
#~ msgstr ":ref:`適用 <availability>`:Windows、pthreads。"
385+
384386
#~ msgid ""
385387
#~ "Threads interact strangely with interrupts: the :exc:`KeyboardInterrupt` "
386388
#~ "exception will be received by an arbitrary thread. (When the :mod:"

0 commit comments

Comments
 (0)