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

Sync with CPython 3.10#272

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 9 commits into3.10fromcron/sync/3.10
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes fromall 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
48 changes: 30 additions & 18 deletionsbugs.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date:2021-10-26 16:47+0000\n"
"PO-Revision-Date:2021-09-05 00:55+0800\n"
"POT-Creation-Date:2022-04-17 00:15+0000\n"
"PO-Revision-Date:2022-04-21 17:54+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All@@ -23,7 +23,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit2.4.3\n"
"X-Generator: Poedit3.0.1\n"

#: ../../bugs.rst:5
msgid "Dealing with Bugs"
Expand DownExpand Up@@ -93,7 +93,7 @@ msgid ""
"Overview of the process involved in reporting an improvement on the tracker."
msgstr "在追蹤系統上回報改進建議的過程簡介。"

#: ../../bugs.rst:35
#: ../../bugs.rst:36
msgid ""
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
"with-documentation>`_"
Expand All@@ -107,11 +107,23 @@ msgid ""
"Python documentation."
msgstr "給有意成為 Python 說明文件貢獻者的綜合指南。"

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

#: ../../bugs.rst:39
msgid ""
"A list of GitHub pages for documentation translation and their primary "
"contacts."
msgstr ""

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

#: ../../bugs.rst:43
#: ../../bugs.rst:47
msgid ""
"Bug reports for Python itself should be submitted via the Python Bug Tracker "
"(https://bugs.python.org/). The bug tracker offers a web form which allows "
Expand All@@ -121,7 +133,7 @@ msgstr ""
"python.org/) 提交。這個錯誤追蹤系統提供了一個網頁表單,可以輸入並提交相關資訊"
"給開發者。"

#: ../../bugs.rst:47
#: ../../bugs.rst:51
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@@ -137,7 +149,7 @@ msgstr ""
"迎您提供資訊!)。要確認是否重複回報,請使用頁面頂端的搜尋框來搜尋錯誤資料"
"庫。"

#: ../../bugs.rst:54
#: ../../bugs.rst:58
msgid ""
"If the problem you're reporting is not already in the bug tracker, go back "
"to the Python Bug Tracker and log in. If you don't already have a tracker "
Expand All@@ -149,15 +161,15 @@ msgstr ""
"統。如果您還沒有系統的帳號,請點選「註冊 (Register)」,如果您有 OpenID,也可"
"以在側邊欄中點選其中一個 OpenID 的提供者圖示。您無法以匿名方式提交錯誤報告。"

#: ../../bugs.rst:59
#: ../../bugs.rst:63
msgid ""
"Being now logged in, you can submit a bug. Select the \"Create New\" link "
"in the sidebar to open the bug reporting form."
msgstr ""
"如果已經登入,那您就可以提交一個錯誤。請點選側邊欄中的「新建 (Create New)」連"
"結,開啟錯誤回報表單。"

#: ../../bugs.rst:62
#: ../../bugs.rst:66
msgid ""
"The submission form has a number of fields. For the \"Title\" field, enter "
"a *very* short description of the problem; less than ten words is good. In "
Expand All@@ -169,7 +181,7 @@ msgstr ""
"型 (Type)」欄位,選擇您的問題類型;也要選擇與錯誤相關的「Component(組件)」"
"和「Versions(版本)」。"

#: ../../bugs.rst:67
#: ../../bugs.rst:71
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@@ -180,7 +192,7 @@ msgstr ""
"情況。請確定說明中包含了涉及到的任何擴充模組,以及您當時所使用的硬體和軟體平"
"台(視情況而定,可以附上版本資訊)。"

#: ../../bugs.rst:72
#: ../../bugs.rst:76
msgid ""
"Each bug report will be assigned to a developer who will determine what "
"needs to be done to correct the problem. You will receive an update each "
Expand All@@ -189,42 +201,42 @@ msgstr ""
"每一份錯誤報告會被分派給一位開發者,並由他決定要做出什麼變更來修正這個問題。"
"每當該錯誤有修正動作時,您會收到更新回報。"

#: ../../bugs.rst:81
#: ../../bugs.rst:85
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:80
#: ../../bugs.rst:84
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:84
#: ../../bugs.rst:88
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:84
#: ../../bugs.rst:88
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:90
#: ../../bugs.rst:94
msgid "Getting started contributing to Python yourself"
msgstr "開始讓自己貢獻 Python"

#: ../../bugs.rst:92
#: ../../bugs.rst:96
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
4 changes: 2 additions & 2 deletionslibrary/codecs.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-03 00:14+0000\n"
"POT-Creation-Date: 2022-04-20 00:15+0000\n"
"PO-Revision-Date: 2018-05-23 14:40+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -2538,7 +2538,7 @@ msgstr ""
#: ../../library/codecs.rst:1425
msgid ""
"If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the "
"third-party `idna module <https://pypi.org/project/idna/>_`."
"third-party `idna module <https://pypi.org/project/idna/>`_."
msgstr ""

#: ../../library/codecs.rst:1428
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp