11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2021 , Python Software Foundation
2+ # Copyright (C) 2001-2022 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.10\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2021-08-19 13:46 +0000\n "
19+ "POT-Creation-Date : 2022-06-16 06:28 +0000\n "
2020"PO-Revision-Date : 2021-06-28 00:47+0000\n "
2121"
Last-Translator :
Freesand Leo <[email protected] >, 2021\n "
2222"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -90,7 +90,7 @@ msgid ""
9090"Overview of the process involved in reporting an improvement on the tracker."
9191msgstr "在追踪系统上参与问题改进的过程概述。"
9292
93- #: ../../bugs.rst:35
93+ #: ../../bugs.rst:36
9494msgid ""
9595"`Helping with Documentation "
9696"<https://devguide.python.org/docquality/#helping-with-documentation>`_"
@@ -103,11 +103,23 @@ msgid ""
103103"Python documentation."
104104msgstr "给有兴趣为 Python 文档做出贡献的人。"
105105
106- #: ../../bugs.rst:41
106+ #: ../../bugs.rst:38
107+ msgid ""
108+ "`Documentation Translations "
109+ "<https://devguide.python.org/documenting/#translating>`_"
110+ msgstr ""
111+
112+ #: ../../bugs.rst:39
113+ msgid ""
114+ "A list of GitHub pages for documentation translation and their primary "
115+ "contacts."
116+ msgstr ""
117+
118+ #: ../../bugs.rst:45
107119msgid "Using the Python issue tracker"
108120msgstr "使用 Python 的问题追踪系统"
109121
110- #: ../../bugs.rst:43
122+ #: ../../bugs.rst:47
111123msgid ""
112124"Bug reports for Python itself should be submitted via the Python Bug Tracker"
113125" (https://bugs.python.org/). The bug tracker offers a web form which allows"
@@ -116,7 +128,7 @@ msgstr ""
116128"对于 Python 本身的错误报告应当通过 Python 错误追踪系统 (https://bugs.python.org/) 进行提交。 "
117129"该错误追踪系统提供了一个网页表单用来输入并提交相关信息给开发者。"
118130
119- #: ../../bugs.rst:47
131+ #: ../../bugs.rst:51
120132msgid ""
121133"The first step in filing a report is to determine whether the problem has "
122134"already been reported. The advantage in doing so, aside from saving the "
@@ -128,7 +140,7 @@ msgid ""
128140msgstr ""
129141"第一步是确认是否有重复的报告。这样做除了可以节省开发者的时间,也能让您从中了解到我们做出了怎样的努力;我们有可能已经在下个版本中修复了这个问题,也有可能需要更详细的信息(在这种情况下,非常欢迎您提供!)。要查找重复的报告,请使用顶部的搜索栏进行搜索。"
130142
131- #: ../../bugs.rst:54
143+ #: ../../bugs.rst:58
132144msgid ""
133145"If the problem you're reporting is not already in the bug tracker, go back "
134146"to the Python Bug Tracker and log in. If you don't already have a tracker "
@@ -139,13 +151,13 @@ msgstr ""
139151"如果您没有搜索到您想报告的问题,请返回并登录 Python "
140152"错误追踪系统。如果您没有账号,请点击“注册(Register)”链接,或者在侧边栏中选择任何一个 OpenID 登录方式。您不能匿名提交一份错误报告。"
141153
142- #: ../../bugs.rst:59
154+ #: ../../bugs.rst:63
143155msgid ""
144156"Being now logged in, you can submit a bug. Select the \" Create New\" link "
145157"in the sidebar to open the bug reporting form."
146158msgstr "如果已经登录, 那您就可以提交错误报告了。请点击侧边栏中的“新建(Create New)”链接,打开报告表单。"
147159
148- #: ../../bugs.rst:62
160+ #: ../../bugs.rst:66
149161msgid ""
150162"The submission form has a number of fields. For the \" Title\" field, enter "
151163"a *very* short description of the problem; less than ten words is good. In "
@@ -155,7 +167,7 @@ msgstr ""
155167"表单中有几个空栏(译者注:请用英语填写)。请在 “标题(Title)”栏填入对问题 *非常* 简短的描述;一个好的描述应当少于十个单词。在 "
156168"“类型(Type)”栏,选择您的问题的类型;同样地,选择 bug 相对应的“组件(Component)”和“版本(Versions)”。"
157169
158- #: ../../bugs.rst:67
170+ #: ../../bugs.rst:71
159171msgid ""
160172"In the \" Comment\" field, describe the problem in detail, including what you"
161173" expected to happen and what did happen. Be sure to include whether any "
@@ -164,44 +176,44 @@ msgid ""
164176msgstr ""
165177"在“说明(Comment)”栏,请详细描述问题,包括您预期的情况和实际的情况。请确保包含任何涉及的拓展模块,以及您当时所使用的硬件和软件平台(如果可能,请附上版本信息)。"
166178
167- #: ../../bugs.rst:72
179+ #: ../../bugs.rst:76
168180msgid ""
169181"Each bug report will be assigned to a developer who will determine what "
170182"needs to be done to correct the problem. You will receive an update each "
171183"time action is taken on the bug."
172184msgstr "每一份错误报告将被分派给一名开发者,并由这名开发者决定如何修正这个问题。每当有相关的进展时,您都会收到通知。"
173185
174- #: ../../bugs.rst:81
186+ #: ../../bugs.rst:85
175187msgid ""
176188"`How to Report Bugs Effectively "
177189"<https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_"
178190msgstr "`如何有效地报告错误 <https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_"
179191
180- #: ../../bugs.rst:80
192+ #: ../../bugs.rst:84
181193msgid ""
182194"Article which goes into some detail about how to create a useful bug report."
183195" This describes what kind of information is useful and why it is useful."
184196msgstr "该文章详细介绍了如何创建一份有用的错误报告。它描述了什么样的信息是有用的,以及为什么是有用的。"
185197
186- #: ../../bugs.rst:84
198+ #: ../../bugs.rst:88
187199msgid ""
188200"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-"
189201"writing.html>`_"
190202msgstr ""
191203"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-"
192204"writing.html>`_"
193205
194- #: ../../bugs.rst:84
206+ #: ../../bugs.rst:88
195207msgid ""
196208"Information about writing a good bug report. Some of this is specific to "
197209"the Mozilla project, but describes general good practices."
198210msgstr "关于写一份好的错误报告。部分仅针对 Mozilla 项目,不过其描述了通用的恰当做法。"
199211
200- #: ../../bugs.rst:90
212+ #: ../../bugs.rst:94
201213msgid "Getting started contributing to Python yourself"
202214msgstr "开始为 Python 贡献您的知识"
203215
204- #: ../../bugs.rst:92
216+ #: ../../bugs.rst:96
205217msgid ""
206218"Beyond just reporting bugs that you find, you are also welcome to submit "
207219"patches to fix them. You can find more information on how to get started "
0 commit comments