-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathbugs.po
214 lines (187 loc) · 9.6 KB
/
bugs.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# provefar <provefars@gmail.com>, 2020
# Shengjing Zhu <zsj950618@gmail.com>, 2020
# ww song <sww4718168@gmail.com>, 2020
# ppcfish <ppcfish@gmail.com>, 2020
# Freesand Leo <yuqinju@163.com>, 2022
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-28 17:09+0000\n"
"PO-Revision-Date: 2020-05-30 11:46+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../bugs.rst:5
msgid "Dealing with Bugs"
msgstr "处理错误"
#: ../../bugs.rst:7
msgid ""
"Python is a mature programming language which has established a reputation "
"for stability. In order to maintain this reputation, the developers would "
"like to know of any deficiencies you find in Python."
msgstr "Python 是一门成熟的编程语言,以稳定著称。为维持其美誉,开发者希望获悉所有您在 Python 中发现的缺陷。"
#: ../../bugs.rst:11
msgid ""
"It can be sometimes faster to fix bugs yourself and contribute patches to "
"Python as it streamlines the process and involves less people. Learn how to "
":ref:`contribute <contributing-to-python>`."
msgstr ""
"有时候自己修复漏洞并将补丁提交给 Python 能更快地解决问题,因为它简化了处理过程并且减少了参与的人力。 请参阅如何 :ref:`提交补丁 "
"<contributing-to-python>`。"
#: ../../bugs.rst:16
msgid "Documentation bugs"
msgstr "文档错误"
#: ../../bugs.rst:18
msgid ""
"If you find a bug in this documentation or would like to propose an "
"improvement, please submit a bug report on the :ref:`tracker <using-the-"
"tracker>`. If you have a suggestion on how to fix it, include that as well."
msgstr ""
"如果你在这篇文档中找到了一个错误或是想指出一个可改进的地方,请在 :ref:`tracker <using-the-tracker>` "
"上提交一个错误报告。 如果你有关于改进该问题的建议,请与报告一并提交。"
#: ../../bugs.rst:22
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, "
"though it may take a while to be processed."
msgstr ""
"如果您时间有限,还可以通过电子邮件将文档的错误报告发送至 docs@python.org(代码运行错误请发送至 python-"
"list@python.org)。“docs@”是一个由志愿者运作的邮件列表;您的请求会得到关注,但可能需要一些时间才会被处理。"
#: ../../bugs.rst:30
msgid "`Documentation bugs`_"
msgstr "`文档错误`_"
#: ../../bugs.rst:30
msgid ""
"A list of documentation bugs that have been submitted to the Python issue "
"tracker."
msgstr "已提交给 Python 问题追踪系统的文档错误列表。"
#: ../../bugs.rst:33
msgid "`Issue Tracking <https://devguide.python.org/tracker/>`_"
msgstr "`问题跟踪 <https://devguide.python.org/tracker/>`_"
#: ../../bugs.rst:33
msgid ""
"Overview of the process involved in reporting an improvement on the tracker."
msgstr "在追踪系统上参与问题改进的过程概述。"
#: ../../bugs.rst:35
msgid ""
"`Helping with Documentation "
"<https://devguide.python.org/docquality/#helping-with-documentation>`_"
msgstr ""
"`改进文档 <https://devguide.python.org/docquality/#helping-with-documentation>`_"
#: ../../bugs.rst:36
msgid ""
"Comprehensive guide for individuals that are interested in contributing to "
"Python documentation."
msgstr "给有兴趣为 Python 文档做出贡献的人。"
#: ../../bugs.rst:41
msgid "Using the Python issue tracker"
msgstr "使用 Python 的问题追踪系统"
#: ../../bugs.rst:43
msgid ""
"Issue reports for Python itself should be submitted via the GitHub issues "
"tracker (https://github.com/python/cpython/issues). The GitHub issues "
"tracker offers a web form which allows pertinent information to be entered "
"and submitted to the developers."
msgstr ""
"针对 Python 本身的问题报告应当通过 GitHub 问题追踪系统 "
"(https://github.com/python/cpython/issues) 来提交。 GitHub "
"问题追踪系统提供了一个网页表单用来输入并提交相关信息给开发者。"
#: ../../bugs.rst:48
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 "
"developers' time, is that you learn what has been done to fix it; it may be "
"that the problem has already been fixed for the next release, or additional "
"information is needed (in which case you are welcome to provide it if you "
"can!). To do this, search the tracker using the search box at the top of the"
" page."
msgstr ""
"第一步是确定问题是否已经被报告了。 "
"这样做的好处除了可以节省开发者的时间,还可以让你了解该问题是如何解决的;有可能该问题已在下一发布版中被修复,或者还需要额外的信息(在此情况下非常欢迎你来提供信息!)。"
" 要确定这一点,请使用页面顶部的搜索框来搜索问题追踪系统。"
#: ../../bugs.rst:55
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 "
"using the \"Sign up\" link. It is not possible to submit a bug report "
"anonymously."
msgstr ""
"如果你要报告的问题未出现在列表中,请登录 GitHub 报告。 如果你还没有 GitHub 账号,请使用 \"Sign up\" 链接新建一个账号。 "
"错误报告是不可能自动被提交的。"
#: ../../bugs.rst:60
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:63
msgid "The submission form has two fields, \"Title\" and \"Comment\"."
msgstr "提交表单有两个字段,\"Title\" 和 \"Comment\"。"
#: ../../bugs.rst:65
msgid ""
"For the \"Title\" field, enter a *very* short description of the problem; "
"less than ten words is good."
msgstr "对于 \"Title\" 字段,请输入一段 *非常* 简短的问题描述;最好是少于十个单词。"
#: ../../bugs.rst:68
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 "
"extension modules were involved, and what hardware and software platform you"
" were using (including version information as appropriate)."
msgstr ""
"在“说明(Comment)”栏,请详细描述问题,包括您预期的情况和实际的情况。请确保包含任何涉及的拓展模块,以及您当时所使用的硬件和软件平台(如果可能,请附上版本信息)。"
#: ../../bugs.rst:73
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 "
"time an action is taken on the issue."
msgstr "每个问题报告将由一位开发者进行审查并决定要以何种方式来修正该问题。 每当对该问题有新的处理措施时你都会收到更新的消息。"
#: ../../bugs.rst:82
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:81
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:85
msgid ""
"`Bug Report Writing Guidelines <https://developer.mozilla.org/en-"
"US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
msgstr ""
"`错误报告编写指南 <https://developer.mozilla.org/en-"
"US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
#: ../../bugs.rst:85
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:91
msgid "Getting started contributing to Python yourself"
msgstr "开始为 Python 贡献您的知识"
#: ../../bugs.rst:93
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 "
"patching Python in the `Python Developer's Guide`_. If you have questions, "
"the `core-mentorship mailing list`_ is a friendly place to get answers to "
"any and all questions pertaining to the process of fixing issues in Python."
msgstr ""
"除了仅仅报告您所发现的错误之外,同样欢迎您提交修复它们的补丁。您可以在 `Python 开发者指引`_ 中找到更多为 Python "
"打补丁的信息。如果您有任何问题,`核心导师邮件列表`_ 是一个友好的去处,在那里, 你可以寻求修复 Python 相关问题的答案。"