|
1 | | -# |
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001 Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +#,fuzzy |
2 | 7 | msgid "" |
3 | 8 | msgstr "" |
4 | | -"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/hu/)\n" |
| 9 | +"Project-Id-Version:Python 3.14\n" |
| 10 | +"Report-Msgid-Bugs-To:\n" |
| 11 | +"POT-Creation-Date:2025-09-15 20:40+0000\n" |
| 12 | +"PO-Revision-Date:2025-08-15 18:59+0000\n" |
| 13 | +"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/" |
| 14 | +"hu/)\n" |
| 15 | +"MIME-Version:1.0\n" |
| 16 | +"Content-Type:text/plain; charset=UTF-8\n" |
| 17 | +"Content-Transfer-Encoding:8bit\n" |
5 | 18 | "Language:hu\n" |
6 | 19 | "Plural-Forms:nplurals=2; plural=(n != 1);\n" |
| 20 | + |
| 21 | +msgid"Dealing with Bugs" |
| 22 | +msgstr"" |
| 23 | + |
| 24 | +msgid"" |
| 25 | +"Python is a mature programming language which has established a reputation " |
| 26 | +"for stability. In order to maintain this reputation, the developers would " |
| 27 | +"like to know of any deficiencies you find in Python." |
| 28 | +msgstr"" |
| 29 | + |
| 30 | +msgid"" |
| 31 | +"It can be sometimes faster to fix bugs yourself and contribute patches to " |
| 32 | +"Python as it streamlines the process and involves less people. Learn how to :" |
| 33 | +"ref:`contribute <contributing-to-python>`." |
| 34 | +msgstr"" |
| 35 | + |
| 36 | +msgid"Documentation bugs" |
| 37 | +msgstr"" |
| 38 | + |
| 39 | +msgid"" |
| 40 | +"If you find a bug in this documentation or would like to propose an " |
| 41 | +"improvement, please submit a bug report on the :ref:`issue tracker <using-" |
| 42 | +"the-tracker>`. If you have a suggestion on how to fix it, include that as " |
| 43 | +"well." |
| 44 | +msgstr"" |
| 45 | + |
| 46 | +msgid"" |
| 47 | +"You can also open a discussion item on our `Documentation Discourse forum " |
| 48 | +"<https://discuss.python.org/c/documentation/26>`_." |
| 49 | +msgstr"" |
| 50 | + |
| 51 | +msgid"" |
| 52 | +"If you find a bug in the theme (HTML / CSS / JavaScript) of the " |
| 53 | +"documentation, please submit a bug report on the `python-doc-theme issue " |
| 54 | +"tracker <https://github.com/python/python-docs-theme>`_." |
| 55 | +msgstr"" |
| 56 | + |
| 57 | +msgid"`Documentation bugs`_" |
| 58 | +msgstr"" |
| 59 | + |
| 60 | +msgid"" |
| 61 | +"A list of documentation bugs that have been submitted to the Python issue " |
| 62 | +"tracker." |
| 63 | +msgstr"" |
| 64 | + |
| 65 | +msgid"`Issue Tracking <https://devguide.python.org/tracker/>`_" |
| 66 | +msgstr"" |
| 67 | + |
| 68 | +msgid"" |
| 69 | +"Overview of the process involved in reporting an improvement on the tracker." |
| 70 | +msgstr"" |
| 71 | + |
| 72 | +msgid"" |
| 73 | +"`Helping with Documentation <https://devguide.python.org/docquality/#helping-" |
| 74 | +"with-documentation>`_" |
| 75 | +msgstr"" |
| 76 | + |
| 77 | +msgid"" |
| 78 | +"Comprehensive guide for individuals that are interested in contributing to " |
| 79 | +"Python documentation." |
| 80 | +msgstr"" |
| 81 | + |
| 82 | +msgid"" |
| 83 | +"`Documentation Translations <https://devguide.python.org/documentation/" |
| 84 | +"translating/>`_" |
| 85 | +msgstr"" |
| 86 | + |
| 87 | +msgid"" |
| 88 | +"A list of GitHub pages for documentation translation and their primary " |
| 89 | +"contacts." |
| 90 | +msgstr"" |
| 91 | + |
| 92 | +msgid"Using the Python issue tracker" |
| 93 | +msgstr"" |
| 94 | + |
| 95 | +msgid"" |
| 96 | +"Issue reports for Python itself should be submitted via the GitHub issues " |
| 97 | +"tracker (https://github.com/python/cpython/issues). The GitHub issues " |
| 98 | +"tracker offers a web form which allows pertinent information to be entered " |
| 99 | +"and submitted to the developers." |
| 100 | +msgstr"" |
| 101 | + |
| 102 | +msgid"" |
| 103 | +"The first step in filing a report is to determine whether the problem has " |
| 104 | +"already been reported. The advantage in doing so, aside from saving the " |
| 105 | +"developers' time, is that you learn what has been done to fix it; it may be " |
| 106 | +"that the problem has already been fixed for the next release, or additional " |
| 107 | +"information is needed (in which case you are welcome to provide it if you " |
| 108 | +"can!). To do this, search the tracker using the search box at the top of the " |
| 109 | +"page." |
| 110 | +msgstr"" |
| 111 | + |
| 112 | +msgid"" |
| 113 | +"If the problem you're reporting is not already in the list, log in to " |
| 114 | +"GitHub. If you don't already have a GitHub account, create a new account " |
| 115 | +"using the\"Sign up\" link. It is not possible to submit a bug report " |
| 116 | +"anonymously." |
| 117 | +msgstr"" |
| 118 | + |
| 119 | +msgid"" |
| 120 | +"Being now logged in, you can submit an issue. Click on the\"New issue\" " |
| 121 | +"button in the top bar to report a new issue." |
| 122 | +msgstr"" |
| 123 | + |
| 124 | +msgid"The submission form has two fields,\"Title\" and\"Comment\"." |
| 125 | +msgstr"" |
| 126 | + |
| 127 | +msgid"" |
| 128 | +"For the\"Title\" field, enter a *very* short description of the problem; " |
| 129 | +"fewer than ten words is good." |
| 130 | +msgstr"" |
| 131 | + |
| 132 | +msgid"" |
| 133 | +"In the\"Comment\" field, describe the problem in detail, including what you " |
| 134 | +"expected to happen and what did happen. Be sure to include whether any " |
| 135 | +"extension modules were involved, and what hardware and software platform you " |
| 136 | +"were using (including version information as appropriate)." |
| 137 | +msgstr"" |
| 138 | + |
| 139 | +msgid"" |
| 140 | +"Each issue report will be reviewed by a developer who will determine what " |
| 141 | +"needs to be done to correct the problem. You will receive an update each " |
| 142 | +"time an action is taken on the issue." |
| 143 | +msgstr"" |
| 144 | + |
| 145 | +msgid"" |
| 146 | +"`How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/" |
| 147 | +"~sgtatham/bugs.html>`_" |
| 148 | +msgstr"" |
| 149 | + |
| 150 | +msgid"" |
| 151 | +"Article which goes into some detail about how to create a useful bug report. " |
| 152 | +"This describes what kind of information is useful and why it is useful." |
| 153 | +msgstr"" |
| 154 | + |
| 155 | +msgid"" |
| 156 | +"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-" |
| 157 | +"writing.html>`_" |
| 158 | +msgstr"" |
| 159 | + |
| 160 | +msgid"" |
| 161 | +"Information about writing a good bug report. Some of this is specific to " |
| 162 | +"the Mozilla project, but describes general good practices." |
| 163 | +msgstr"" |
| 164 | + |
| 165 | +msgid"Getting started contributing to Python yourself" |
| 166 | +msgstr"" |
| 167 | + |
| 168 | +msgid"" |
| 169 | +"Beyond just reporting bugs that you find, you are also welcome to submit " |
| 170 | +"patches to fix them. You can find more information on how to get started " |
| 171 | +"patching Python in the `Python Developer's Guide`_. If you have questions, " |
| 172 | +"the `core-mentorship mailing list`_ is a friendly place to get answers to " |
| 173 | +"any and all questions pertaining to the process of fixing issues in Python." |
| 174 | +msgstr"" |