Skip to content

Sync with CPython 3.11 #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 32 additions & 24 deletions bugs.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-04 00:16+0000\n"
"POT-Creation-Date: 2023-02-07 00:17+0000\n"
"PO-Revision-Date: 2022-08-31 12:34+0800\n"
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -65,6 +65,14 @@ msgstr ""

#: ../../bugs.rst:22
msgid ""
"You can also open a discussion item on our `Documentation Discourse forum "
"<https://discuss.python.org/c/documentation/26>`_."
msgstr ""
"你也可以在我們的\\ `說明文件 Discourse 討論區 <https://discuss.python.org/c/documentation/26>`_\\ "
"中新增一個討論事項。"

#: ../../bugs.rst:25
msgid ""
"If you're short on time, you can also email documentation bug reports to "
"docs@python.org (behavioral bugs can be sent to python-list@python.org). "
"'docs@' is a mailing list run by volunteers; your request will be noticed, "
Expand All @@ -74,58 +82,58 @@ msgstr ""
"(程式碼執行的錯誤可以寄到 python-list@python.org)。「docs@」是一個由志工們"
"所運行的郵寄清單;您的請求會被注意到,但可能需要一些時間才會被處理。"

#: ../../bugs.rst:30
#: ../../bugs.rst:33
msgid "`Documentation bugs`_"
msgstr "`說明文件錯誤`_"

#: ../../bugs.rst:30
#: ../../bugs.rst:33
msgid ""
"A list of documentation bugs that have been submitted to the Python issue "
"tracker."
msgstr "一系列已被提交至 Python 問題追蹤系統的有關說明文件的錯誤。"

#: ../../bugs.rst:33
#: ../../bugs.rst:36
msgid "`Issue Tracking <https://devguide.python.org/tracker/>`_"
msgstr "`問題追蹤系統 <https://devguide.python.org/tracker/>`_"

#: ../../bugs.rst:33
#: ../../bugs.rst:36
msgid ""
"Overview of the process involved in reporting an improvement on the tracker."
msgstr "在追蹤系統上回報改進建議的過程簡介。"

#: ../../bugs.rst:36
#: ../../bugs.rst:39
msgid ""
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
"with-documentation>`_"
msgstr ""
"`貢獻說明文件 <https://devguide.python.org/docquality/#helping-with-"
"documentation>`_"

#: ../../bugs.rst:36
#: ../../bugs.rst:39
msgid ""
"Comprehensive guide for individuals that are interested in contributing to "
"Python documentation."
msgstr "給有意成為 Python 說明文件貢獻者的綜合指南。"

#: ../../bugs.rst:38
#: ../../bugs.rst:41
msgid ""
"`Documentation Translations <https://devguide.python.org/documenting/"
"#translating>`_"
msgstr "`說明文件翻譯 <https://devguide.python.org/documenting/#translating>`_"

#: ../../bugs.rst:39
#: ../../bugs.rst:42
msgid ""
"A list of GitHub pages for documentation translation and their primary "
"contacts."
msgstr ""
"一份 GitHub 網頁的清單,裡面有各個說明文件翻譯團隊的連結,以及他們的主要聯絡"
"人。"

#: ../../bugs.rst:45
#: ../../bugs.rst:48
msgid "Using the Python issue tracker"
msgstr "使用 Python 問題追蹤系統"

#: ../../bugs.rst:47
#: ../../bugs.rst:50
msgid ""
"Issue reports for Python itself should be submitted via the GitHub issues "
"tracker (https://github.com/python/cpython/issues). The GitHub issues "
Expand All @@ -136,7 +144,7 @@ msgstr ""
"python/cpython/issues) 提交。這個 GitHub 問題追蹤系統提供了一個網頁表單,可以"
"輸入並提交相關資訊給開發者。"

#: ../../bugs.rst:52
#: ../../bugs.rst:55
msgid ""
"The first step in filing a report is to determine whether the problem has "
"already been reported. The advantage in doing so, aside from saving the "
Expand All @@ -151,7 +159,7 @@ msgstr ""
"本中修正了這個問題,也有可能需要更詳細的資訊(在這種情況下,如果可以,非常歡"
"迎您提供資訊!)。要確認是否重複回報,請使用頁面頂端的搜尋框來搜尋追蹤系統。"

#: ../../bugs.rst:59
#: ../../bugs.rst:62
msgid ""
"If the problem you're reporting is not already in the list, log in to "
"GitHub. If you don't already have a GitHub account, create a new account "
Expand All @@ -161,26 +169,26 @@ msgstr ""
"如果您想回報的問題還沒有在問題列表出現過,請登入 GitHub。如果您還沒有 GitHub "
"帳戶,請點選「Sign up」連結來建立一個新的帳戶。您無法以匿名方式提交錯誤報告。"

#: ../../bugs.rst:64
#: ../../bugs.rst:67
msgid ""
"Being now logged in, you can submit an issue. Click on the \"New issue\" "
"button in the top bar to report a new issue."
msgstr ""
"如果已經登入,那您就可以提交問題了。請點選列表頂端區域的「New issue」按鈕,來"
"回報一個新的問題。"

#: ../../bugs.rst:67
#: ../../bugs.rst:70
msgid "The submission form has two fields, \"Title\" and \"Comment\"."
msgstr "提交的表單中有兩個欄位,「Title」及「Comment」。"

#: ../../bugs.rst:69
#: ../../bugs.rst:72
msgid ""
"For the \"Title\" field, enter a *very* short description of the problem; "
"less than ten words is good."
msgstr ""
"在「Title」欄位,輸入對該問題\\ *非常*\\ 簡短的描述;最好少於十個單字。"

#: ../../bugs.rst:72
#: ../../bugs.rst:75
msgid ""
"In the \"Comment\" field, describe the problem in detail, including what you "
"expected to happen and what did happen. Be sure to include whether any "
Expand All @@ -191,7 +199,7 @@ msgstr ""
"確定說明中包含了涉及到的任何擴充模組,以及您當時所使用的硬體和軟體平台(視情"
"況而定,可以附上版本資訊)。"

#: ../../bugs.rst:77
#: ../../bugs.rst:80
msgid ""
"Each issue report will be reviewed by a developer who will determine what "
"needs to be done to correct the problem. You will receive an update each "
Expand All @@ -200,42 +208,42 @@ msgstr ""
"每一份問題報告都會被一位開發人員查核,並由他決定要做出什麼變更來修正這個問"
"題。每當該問題有修正動作時,您會收到更新回報。"

#: ../../bugs.rst:86
#: ../../bugs.rst:89
msgid ""
"`How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/"
"~sgtatham/bugs.html>`_"
msgstr ""
"`如何有效地回報錯誤 <https://www.chiark.greenend.org.uk/~sgtatham/bugs."
"html>`_"

#: ../../bugs.rst:85
#: ../../bugs.rst:88
msgid ""
"Article which goes into some detail about how to create a useful bug report. "
"This describes what kind of information is useful and why it is useful."
msgstr ""
"這篇文章詳細說明如何建立一份有用的錯誤報告。它描述了什麼樣的資訊是有用的,以"
"及這些資訊為什麼有用。"

#: ../../bugs.rst:89
#: ../../bugs.rst:92
msgid ""
"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-"
"writing.html>`_"
msgstr ""
"`錯誤撰寫指南 <https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html>`_"

#: ../../bugs.rst:89
#: ../../bugs.rst:92
msgid ""
"Information about writing a good bug report. Some of this is specific to "
"the Mozilla project, but describes general good practices."
msgstr ""
"撰寫一份優良錯誤報告的相關資訊。部分的文章內容是針對 Mozilla 專案,但它也描述"
"了通用的好習慣。"

#: ../../bugs.rst:95
#: ../../bugs.rst:98
msgid "Getting started contributing to Python yourself"
msgstr "開始讓自己貢獻 Python"

#: ../../bugs.rst:97
#: ../../bugs.rst:100
msgid ""
"Beyond just reporting bugs that you find, you are also welcome to submit "
"patches to fix them. You can find more information on how to get started "
Expand Down
12 changes: 6 additions & 6 deletions c-api/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2018-05-23 14:05+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -235,7 +235,7 @@ msgstr ""

#: ../../c-api/exceptions.rst:200 ../../c-api/exceptions.rst:208
#: ../../c-api/exceptions.rst:217 ../../c-api/exceptions.rst:225
#: ../../c-api/exceptions.rst:234 ../../c-api/exceptions.rst:243
#: ../../c-api/exceptions.rst:233 ../../c-api/exceptions.rst:243
msgid ":ref:`Availability <availability>`: Windows."
msgstr ":ref:`適用 <availability>`:Windows。"

Expand Down Expand Up @@ -763,8 +763,8 @@ msgstr ""

#: ../../c-api/exceptions.rst:735
msgid ""
"Get the *start* attribute of the given exception object and place it into *"
"\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"Get the *start* attribute of the given exception object and place it into "
"*\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
"on failure."
msgstr ""

Expand All @@ -776,8 +776,8 @@ msgstr ""

#: ../../c-api/exceptions.rst:750
msgid ""
"Get the *end* attribute of the given exception object and place it into *"
"\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"Get the *end* attribute of the given exception object and place it into "
"*\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
"failure."
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions includes/wasm-notavail.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2022-10-16 07:40+0800\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.1.1\n"

#: ../../includes/wasm-notavail.rst:-1
#: ../../includes/wasm-notavail.rst:3
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions library/_thread.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -140,7 +140,7 @@ msgid ""
"after which the value may be recycled by the OS)."
msgstr ""

#: ../../library/_thread.rst:122
#: ../../library/_thread.rst:121
msgid ""
":ref:`Availability <availability>`: Windows, FreeBSD, Linux, macOS, OpenBSD, "
"NetBSD, AIX."
Expand All @@ -165,7 +165,7 @@ msgid ""
"information)."
msgstr ""

#: ../../library/_thread.rst:-1
#: ../../library/_thread.rst:143
msgid ":ref:`Availability <availability>`: Windows, pthreads."
msgstr ":ref:`適用 <availability>`:Windows, pthreads。"

Expand Down
4 changes: 2 additions & 2 deletions library/asynchat.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2022-10-16 04:51+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -56,7 +56,7 @@ msgid ""
"connection requests."
msgstr ""

#: ../../includes/wasm-notavail.rst:-1
#: ../../includes/wasm-notavail.rst:3
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
msgstr ""

Expand Down
8 changes: 4 additions & 4 deletions library/asyncio-eventloop.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-11 00:15+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2022-02-20 12:36+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -849,8 +849,8 @@ msgid ""
"information about arguments to this method."
msgstr ""

#: ../../library/asyncio-eventloop.rst:630
#: ../../library/asyncio-eventloop.rst:770
#: ../../library/asyncio-eventloop.rst:629
#: ../../library/asyncio-eventloop.rst:769
#: ../../library/asyncio-eventloop.rst:1195
msgid ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`適用 <availability>`:Unix。"
Expand Down Expand Up @@ -2022,7 +2022,7 @@ msgstr ":ref:`適用 <availability>`:Unix、Windows。"
msgid "An event loop for Windows that uses \"I/O Completion Ports\" (IOCP)."
msgstr ""

#: ../../library/asyncio-eventloop.rst:1676
#: ../../library/asyncio-eventloop.rst:1675
msgid ":ref:`Availability <availability>`: Windows."
msgstr ":ref:`適用 <availability>`:Windows。"

Expand Down
14 changes: 7 additions & 7 deletions library/asyncio-stream.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-04 00:16+0000\n"
"POT-Creation-Date: 2023-02-13 00:17+0000\n"
"PO-Revision-Date: 2022-10-31 16:28+0800\n"
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -169,6 +169,10 @@ msgstr "與 :func:`open_connection` 相似,但是是操作 Unix sockets。"
msgid "See also the documentation of :meth:`loop.create_unix_connection`."
msgstr "另請參閱 :meth:`loop.create_unix_connection` 文件。"

#: ../../library/asyncio-stream.rst:151 ../../library/asyncio-stream.rst:181
msgid ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`適用 <availability>`:Unix。"

#: ../../library/asyncio-stream.rst:153
msgid ""
"Added the *ssl_handshake_timeout* parameter. The *path* parameter can now be "
Expand All @@ -189,10 +193,6 @@ msgstr "與 :func:`start_server` 相似,但會是操作 Unix sockets。"
msgid "See also the documentation of :meth:`loop.create_unix_server`."
msgstr "另請參閱 :meth:`loop.create_unix_server` 文件。"

#: ../../library/asyncio-stream.rst:182
msgid ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`適用 <availability>`:Unix。"

#: ../../library/asyncio-stream.rst:183
msgid ""
"Added the *ssl_handshake_timeout* and *start_serving* parameters. The *path* "
Expand Down Expand Up @@ -440,8 +440,8 @@ msgid ""
"is closed, ensuring that all data has been flushed before e.g. exiting the "
"program."
msgstr ""
"應當在 :meth:`close` 之後才被呼叫,這會持續等待直到底層的連線被關閉,"
"以確保在這之前(例如在程式退出前)所有資料都已經被清空"
"應當在 :meth:`close` 之後才被呼叫,這會持續等待直到底層的連線被關閉,以確保在"
"這之前(例如在程式退出前)所有資料都已經被清空"

#: ../../library/asyncio-stream.rst:375
msgid "Examples"
Expand Down
4 changes: 2 additions & 2 deletions library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-26 00:17+0000\n"
"POT-Creation-Date: 2023-02-09 00:17+0000\n"
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -1078,7 +1078,7 @@ msgstr ""
#: ../../library/asyncio-task.rst:1099
msgid ""
"The *file* argument is an I/O stream to which the output is written; by "
"default output is written to :data:`sys.stderr`."
"default output is written to :data:`sys.stdout`."
msgstr ""

#: ../../library/asyncio-task.rst:1104
Expand Down
Loading