|
| 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 | +# Translators: |
| 7 | +# Dmitriy Q, 2021 |
| 8 | +# Kristina Mironova, 2021 |
| 9 | +# myoldloverock, 2023 |
| 10 | +# Daniil Kolesnikov, 2024 |
| 11 | +# |
| 12 | +#, fuzzy |
| 13 | +msgid "" |
| 14 | +msgstr "" |
| 15 | +"Project-Id-Version: Python 3.14\n" |
| 16 | +"Report-Msgid-Bugs-To: \n" |
| 17 | +"POT-Creation-Date: 2025-05-16 14:19+0000\n" |
| 18 | +"PO-Revision-Date: 2021-06-28 00:47+0000\n" |
| 19 | +"Last-Translator: Daniil Kolesnikov, 2024\n" |
| 20 | +"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n" |
| 21 | +"MIME-Version: 1.0\n" |
| 22 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 23 | +"Content-Transfer-Encoding: 8bit\n" |
| 24 | +"Language: ru\n" |
| 25 | +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" |
| 26 | + |
| 27 | +#: ../../bugs.rst:5 |
| 28 | +msgid "Dealing with Bugs" |
| 29 | +msgstr "Исправление ошибок" |
| 30 | + |
| 31 | +#: ../../bugs.rst:7 |
| 32 | +msgid "" |
| 33 | +"Python is a mature programming language which has established a reputation " |
| 34 | +"for stability. In order to maintain this reputation, the developers would " |
| 35 | +"like to know of any deficiencies you find in Python." |
| 36 | +msgstr "" |
| 37 | +"Python - это продуманный язык программирования, завоевавший репутацию " |
| 38 | +"благодаря своей стабильности. Для поддержания такой репутации разработчики " |
| 39 | +"хотели бы знать о любых найденных вами в Python недочётах." |
| 40 | + |
| 41 | +#: ../../bugs.rst:11 |
| 42 | +msgid "" |
| 43 | +"It can be sometimes faster to fix bugs yourself and contribute patches to " |
| 44 | +"Python as it streamlines the process and involves less people. Learn how to " |
| 45 | +":ref:`contribute <contributing-to-python>`." |
| 46 | +msgstr "" |
| 47 | +"Иногда бывает быстрее самостоятельно исправить ошибки и внести патчи в " |
| 48 | +"Python, так как это упрощает процесс и вовлекает меньше людей. Узнайте, как " |
| 49 | +":ref:`внести свой вклад<contributing-to-python>`." |
| 50 | + |
| 51 | +#: ../../bugs.rst:16 |
| 52 | +msgid "Documentation bugs" |
| 53 | +msgstr "Ошибки в документации" |
| 54 | + |
| 55 | +#: ../../bugs.rst:18 |
| 56 | +msgid "" |
| 57 | +"If you find a bug in this documentation or would like to propose an " |
| 58 | +"improvement, please submit a bug report on the :ref:`issue tracker <using-" |
| 59 | +"the-tracker>`. If you have a suggestion on how to fix it, include that as " |
| 60 | +"well." |
| 61 | +msgstr "" |
| 62 | + |
| 63 | +#: ../../bugs.rst:22 |
| 64 | +msgid "" |
| 65 | +"You can also open a discussion item on our `Documentation Discourse forum " |
| 66 | +"<https://discuss.python.org/c/documentation/26>`_." |
| 67 | +msgstr "" |
| 68 | +"Вы также можете открыть обсуждение на нашем `форуме Documentation Discourse " |
| 69 | +"<https://discuss.python.org/c/documentation/26>`_." |
| 70 | + |
| 71 | +#: ../../bugs.rst:25 |
| 72 | +msgid "" |
| 73 | +"If you find a bug in the theme (HTML / CSS / JavaScript) of the " |
| 74 | +"documentation, please submit a bug report on the `python-doc-theme issue " |
| 75 | +"tracker <https://github.com/python/python-docs-theme>`_." |
| 76 | +msgstr "" |
| 77 | + |
| 78 | +#: ../../bugs.rst:31 |
| 79 | +msgid "`Documentation bugs`_" |
| 80 | +msgstr "`Ошибки в документации`_" |
| 81 | + |
| 82 | +#: ../../bugs.rst:32 |
| 83 | +msgid "" |
| 84 | +"A list of documentation bugs that have been submitted to the Python issue " |
| 85 | +"tracker." |
| 86 | +msgstr "" |
| 87 | +"Список ошибок в документации, которые были отправлены в Python issue " |
| 88 | +"tracker." |
| 89 | + |
| 90 | +#: ../../bugs.rst:34 |
| 91 | +msgid "`Issue Tracking <https://devguide.python.org/tracker/>`_" |
| 92 | +msgstr "`Отслеживание ошибок <https://devguide.python.org/tracker/>`_" |
| 93 | + |
| 94 | +#: ../../bugs.rst:35 |
| 95 | +msgid "" |
| 96 | +"Overview of the process involved in reporting an improvement on the tracker." |
| 97 | +msgstr "Обзор процесса, связанного с сообщением об улучшении на трекере." |
| 98 | + |
| 99 | +#: ../../bugs.rst:37 |
| 100 | +msgid "" |
| 101 | +"`Helping with Documentation " |
| 102 | +"<https://devguide.python.org/docquality/#helping-with-documentation>`_" |
| 103 | +msgstr "" |
| 104 | +"`Помощь с документацией <https://devguide.python.org/docquality/#helping-" |
| 105 | +"with-documentation>`_" |
| 106 | + |
| 107 | +#: ../../bugs.rst:38 |
| 108 | +msgid "" |
| 109 | +"Comprehensive guide for individuals that are interested in contributing to " |
| 110 | +"Python documentation." |
| 111 | +msgstr "" |
| 112 | +"Полное руководство для тех, кто заинтересован в том, чтобы внести свой вклад" |
| 113 | +" в документацию Python." |
| 114 | + |
| 115 | +#: ../../bugs.rst:40 |
| 116 | +msgid "" |
| 117 | +"`Documentation Translations " |
| 118 | +"<https://devguide.python.org/documentation/translating/>`_" |
| 119 | +msgstr "" |
| 120 | +"`Переводы документации " |
| 121 | +"<https://devguide.python.org/documentation/translating/>`_" |
| 122 | + |
| 123 | +#: ../../bugs.rst:41 |
| 124 | +msgid "" |
| 125 | +"A list of GitHub pages for documentation translation and their primary " |
| 126 | +"contacts." |
| 127 | +msgstr "" |
| 128 | +"Список страниц GitHub для перевода документации и их основные контакты." |
| 129 | + |
| 130 | +#: ../../bugs.rst:47 |
| 131 | +msgid "Using the Python issue tracker" |
| 132 | +msgstr "Использование трекера проблем Python" |
| 133 | + |
| 134 | +#: ../../bugs.rst:49 |
| 135 | +msgid "" |
| 136 | +"Issue reports for Python itself should be submitted via the GitHub issues " |
| 137 | +"tracker (https://github.com/python/cpython/issues). The GitHub issues " |
| 138 | +"tracker offers a web form which allows pertinent information to be entered " |
| 139 | +"and submitted to the developers." |
| 140 | +msgstr "" |
| 141 | +"Отчеты об ошибках для самого Python должны быть отправлены через трекер " |
| 142 | +"проблем GitHub (https://github.com/python/cpython/issues). Трекер проблем " |
| 143 | +"GitHub предлагает веб-форму, которая позволяет вводить соответствующую " |
| 144 | +"информацию и отправлять ее разработчикам." |
| 145 | + |
| 146 | +#: ../../bugs.rst:54 |
| 147 | +msgid "" |
| 148 | +"The first step in filing a report is to determine whether the problem has " |
| 149 | +"already been reported. The advantage in doing so, aside from saving the " |
| 150 | +"developers' time, is that you learn what has been done to fix it; it may be " |
| 151 | +"that the problem has already been fixed for the next release, or additional " |
| 152 | +"information is needed (in which case you are welcome to provide it if you " |
| 153 | +"can!). To do this, search the tracker using the search box at the top of the" |
| 154 | +" page." |
| 155 | +msgstr "" |
| 156 | +"Первый шаг при подаче отчета - определить, было ли уже сообщено об этой " |
| 157 | +"проблеме. Этот шаг не только помогает сэкономить время разработчикам, но и " |
| 158 | +"позволяет понять, какие усилия были приложены для устранения проблемы; " |
| 159 | +"возможно, проблема уже была исправлена для следующего релиза, или требуется " |
| 160 | +"дополнительная информация (в этом случае, если у вас есть возможность, " |
| 161 | +"пожалуйста, предоставьте её!). Для этого воспользуйтесь поиском в трекере, " |
| 162 | +"используя поле поиска в верхней части страницы." |
| 163 | + |
| 164 | +#: ../../bugs.rst:61 |
| 165 | +msgid "" |
| 166 | +"If the problem you're reporting is not already in the list, log in to " |
| 167 | +"GitHub. If you don't already have a GitHub account, create a new account " |
| 168 | +"using the \"Sign up\" link. It is not possible to submit a bug report " |
| 169 | +"anonymously." |
| 170 | +msgstr "" |
| 171 | +"Если проблема, о которой вы сообщаете, еще не указана в списке, войдите в " |
| 172 | +"GitHub. Если у вас еще нет учетной записи GitHub, создайте новую учетную " |
| 173 | +"запись, перейдя по ссылке \"Sign up\". Невозможно отправить отчет об ошибке " |
| 174 | +"анонимно." |
| 175 | + |
| 176 | +#: ../../bugs.rst:66 |
| 177 | +msgid "" |
| 178 | +"Being now logged in, you can submit an issue. Click on the \"New issue\" " |
| 179 | +"button in the top bar to report a new issue." |
| 180 | +msgstr "" |
| 181 | +"Теперь, будучи авторизованным, вы можете отправить сообщение о проблеме. " |
| 182 | +"Нажмите на кнопку \"New issue\" в верхней панели, чтобы сообщить о новой " |
| 183 | +"проблеме." |
| 184 | + |
| 185 | +#: ../../bugs.rst:69 |
| 186 | +msgid "The submission form has two fields, \"Title\" and \"Comment\"." |
| 187 | +msgstr "Форма отправки имеет два поля: \"Title\" и \"Comment\"." |
| 188 | + |
| 189 | +#: ../../bugs.rst:71 |
| 190 | +msgid "" |
| 191 | +"For the \"Title\" field, enter a *very* short description of the problem; " |
| 192 | +"fewer than ten words is good." |
| 193 | +msgstr "" |
| 194 | +"В поле \"Title\" введите *очень* краткое описание проблемы; меньше десяти " |
| 195 | +"слов - это хорошо." |
| 196 | + |
| 197 | +#: ../../bugs.rst:74 |
| 198 | +msgid "" |
| 199 | +"In the \"Comment\" field, describe the problem in detail, including what you" |
| 200 | +" expected to happen and what did happen. Be sure to include whether any " |
| 201 | +"extension modules were involved, and what hardware and software platform you" |
| 202 | +" were using (including version information as appropriate)." |
| 203 | +msgstr "" |
| 204 | +"В поле \"Comment\" подробно опишите проблему, включая то, что вы ожидали, и " |
| 205 | +"что произошло на самом деле. Обязательно укажите, были ли задействованы " |
| 206 | +"какие-либо модули расширений, а также информацию о используемом аппаратном и" |
| 207 | +" программном обеспечении (включая соответствующую версию)." |
| 208 | + |
| 209 | +#: ../../bugs.rst:79 |
| 210 | +msgid "" |
| 211 | +"Each issue report will be reviewed by a developer who will determine what " |
| 212 | +"needs to be done to correct the problem. You will receive an update each " |
| 213 | +"time an action is taken on the issue." |
| 214 | +msgstr "" |
| 215 | +"Каждый отчет о проблеме будет рассмотрен разработчиком, который определит, " |
| 216 | +"что нужно сделать для устранения проблемы. Вы будете получать обновления " |
| 217 | +"каждый раз, когда будет предпринято какое-либо действие для решения " |
| 218 | +"проблемы." |
| 219 | + |
| 220 | +#: ../../bugs.rst:86 |
| 221 | +msgid "" |
| 222 | +"`How to Report Bugs Effectively " |
| 223 | +"<https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_" |
| 224 | +msgstr "" |
| 225 | +"`Как эффективно сообщать об ошибках " |
| 226 | +"<https://www.chiark.greenend.org.uk/~sgtatham/bugs-ru.html>`_" |
| 227 | + |
| 228 | +#: ../../bugs.rst:87 |
| 229 | +msgid "" |
| 230 | +"Article which goes into some detail about how to create a useful bug report." |
| 231 | +" This describes what kind of information is useful and why it is useful." |
| 232 | +msgstr "" |
| 233 | +"Статья, которая подробно описывает, как создать полезный отчет об ошибке. В " |
| 234 | +"ней описывается, какая информация является полезной и почему." |
| 235 | + |
| 236 | +#: ../../bugs.rst:90 |
| 237 | +msgid "" |
| 238 | +"`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-" |
| 239 | +"writing.html>`_" |
| 240 | +msgstr "" |
| 241 | +"`Руководство по написанию отчетов об ошибках " |
| 242 | +"<https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html>`_" |
| 243 | + |
| 244 | +#: ../../bugs.rst:91 |
| 245 | +msgid "" |
| 246 | +"Information about writing a good bug report. Some of this is specific to " |
| 247 | +"the Mozilla project, but describes general good practices." |
| 248 | +msgstr "" |
| 249 | +"Информация о том, как написать хороший отчет об ошибке. Некоторые " |
| 250 | +"рекомендации относятся к проекту Mozilla, но описывают общую передовую " |
| 251 | +"практику." |
| 252 | + |
| 253 | +#: ../../bugs.rst:97 |
| 254 | +msgid "Getting started contributing to Python yourself" |
| 255 | +msgstr "Начните самостоятельно вносить вклад в развитие Python" |
| 256 | + |
| 257 | +#: ../../bugs.rst:99 |
| 258 | +msgid "" |
| 259 | +"Beyond just reporting bugs that you find, you are also welcome to submit " |
| 260 | +"patches to fix them. You can find more information on how to get started " |
| 261 | +"patching Python in the `Python Developer's Guide`_. If you have questions, " |
| 262 | +"the `core-mentorship mailing list`_ is a friendly place to get answers to " |
| 263 | +"any and all questions pertaining to the process of fixing issues in Python." |
| 264 | +msgstr "" |
| 265 | +"Помимо отправки сообщений об обнаруженных вами ошибках, вы также можете " |
| 266 | +"предложить исправления для них. Более подробную информацию о том, как начать" |
| 267 | +" исправлять ошибки в Python, вы можете найти в `Руководстве разработчика " |
| 268 | +"Python`_. Если у вас возникнут вопросы, `список рассылки core-mentorship`_ -" |
| 269 | +" дружелюбное место, где можно получить ответы на любые вопросы, касающиеся " |
| 270 | +"процесса исправления ошибок в Python." |
0 commit comments