# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2025, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # python-doc bot, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-09-22 21:56+0000\n" "PO-Revision-Date: 2025-09-22 17:56+0000\n" "Last-Translator: python-doc bot, 2025\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" "teams/5390/pt_BR/)\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" #: ../../using/editors.rst:7 msgid "Editors and IDEs" msgstr "Editores e IDEs" #: ../../using/editors.rst:9 msgid "" "There are a number of IDEs that support Python programming language. Many " "editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` " "checks." msgstr "" "Há um grande número de IDEs com suporte à linguagem de programação Python. " "Vários editores e IDEs provêm destaques coloridos de sintaxe, ferramentas de " "depuração, e checagem do código conforme a :pep:`8`." #: ../../using/editors.rst:12 msgid "" "Please go to `Python Editors `_ " "and `Integrated Development Environments `_ for a comprehensive list." msgstr "" "Por favor, vá para `Python Editors `_ and `Integrated Development Environments `_ para obter uma lista " "completa."