# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2024, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # Marco Rougeth , 2021 # Welington Carlos , 2021 # Claudio Rogerio Carvalho Filho , 2021 # And Past , 2021 # Adorilson Bezerra , 2021 # Rafael Fontenelle , 2024 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-29 14:13+0000\n" "PO-Revision-Date: 2021-06-28 00:47+0000\n" "Last-Translator: Rafael Fontenelle , 2024\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" "teams/5390/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" #: ../../tools/templates/customsourcelink.html:3 msgid "This Page" msgstr "Esta página" #: ../../tools/templates/customsourcelink.html:5 msgid "Report a Bug" msgstr "Relatar um erro" #: ../../tools/templates/customsourcelink.html:8 msgid "Show Source" msgstr "Exibir código-fonte" #: ../../tools/templates/dummy.html:6 msgid "CPython implementation detail:" msgstr "Detalhes da implementação do CPython:" #: ../../tools/templates/dummy.html:7 msgid "" "Deprecated since version {deprecated}, will be removed in version {removed}" msgstr "" "Descontinuado desde a versão {deprecated}, será removido na versão {removed}" #: ../../tools/templates/dummy.html:8 msgid "Deprecated since version {deprecated}, removed in version {removed}" msgstr "" "Descontinuado desde a versão {deprecated}, removido na versão {removed}" #: ../../tools/templates/dummy.html:12 msgid "Part of the" msgstr "Parte da" #: ../../tools/templates/dummy.html:13 msgid "Limited API" msgstr "API Limitada" #: ../../tools/templates/dummy.html:14 msgid "Stable ABI" msgstr "ABI Estável" #: ../../tools/templates/dummy.html:15 msgid "(as an opaque struct)" msgstr "(como uma estrutura opaca)" #: ../../tools/templates/dummy.html:16 msgid "(including all members)" msgstr "(incluindo todos os membros)" #: ../../tools/templates/dummy.html:17 msgid "since version %s" msgstr "desde a versão %s" #: ../../tools/templates/dummy.html:18 msgid "(Only some members are part of the stable ABI.)" msgstr "(Somente alguns membros são parte da ABI estável.)" #: ../../tools/templates/dummy.html:19 msgid "This is" msgstr "Esta é uma" #: ../../tools/templates/dummy.html:20 msgid "Unstable API" msgstr "API Instável" #: ../../tools/templates/dummy.html:21 msgid ". It may change without warning in minor releases." msgstr ". Isso pode se alterado sem aviso em lançamentos menores." #: ../../tools/templates/dummy.html:22 msgid "Return value: Always NULL." msgstr "Retorna valor: Sempre NULL." #: ../../tools/templates/dummy.html:23 msgid "Return value: New reference." msgstr "Retorna valor: Nova referência." #: ../../tools/templates/dummy.html:24 msgid "Return value: Borrowed reference." msgstr "Retorna valor: Referência emprestada." #: ../../tools/templates/dummy.html:28 msgid "in development" msgstr "em desenvolvimento" #: ../../tools/templates/dummy.html:29 msgid "pre-release" msgstr "pré-lançamento" #: ../../tools/templates/dummy.html:30 msgid "stable" msgstr "estável" #: ../../tools/templates/dummy.html:31 msgid "security-fixes" msgstr "correções de segurança" #: ../../tools/templates/dummy.html:32 msgid "EOL" msgstr "EOL (fim de vida)" #: ../../tools/templates/indexcontent.html:8 msgid "Welcome! This is the official documentation for Python %(release)s." msgstr "Seja bem-vindo! Esta é a documentação oficial do Python %(release)s," #: ../../tools/templates/indexcontent.html:10 msgid "Documentation sections:" msgstr "Seções da documentação:" #: ../../tools/templates/indexcontent.html:13 msgid "What's new in Python %(version)s?" msgstr "O que há de novo no Python %(version)s?" #: ../../tools/templates/indexcontent.html:14 msgid "" "Or all \"What's new\" documents since Python " "2.0" msgstr "" "Ou todos os documentos \"O que há de novo\" " "desde o Python 2.0" #: ../../tools/templates/indexcontent.html:15 msgid "Tutorial" msgstr "Tutorial" #: ../../tools/templates/indexcontent.html:16 msgid "Start here: a tour of Python's syntax and features" msgstr "Comece aqui: um passeio pela sintaxe e pelos recursos do Python" #: ../../tools/templates/indexcontent.html:17 msgid "Library reference" msgstr "Referência da biblioteca" #: ../../tools/templates/indexcontent.html:18 msgid "Standard library and builtins" msgstr "Biblioteca padrão e embutidos" #: ../../tools/templates/indexcontent.html:19 msgid "Language reference" msgstr "Referência da linguagem" #: ../../tools/templates/indexcontent.html:20 msgid "Syntax and language elements" msgstr "Sintaxe e elementos da linguagem" #: ../../tools/templates/indexcontent.html:21 msgid "Python setup and usage" msgstr "Configurações e uso do Python" #: ../../tools/templates/indexcontent.html:22 msgid "How to install, configure, and use Python" msgstr "Como instalar, configurar e usar o Python" #: ../../tools/templates/indexcontent.html:23 msgid "Python HOWTOs" msgstr "Python HOWTOs" #: ../../tools/templates/indexcontent.html:24 msgid "In-depth topic manuals" msgstr "Manuais de tópicos detalhados" #: ../../tools/templates/indexcontent.html:26 msgid "Installing Python modules" msgstr "Instalando módulos Python" #: ../../tools/templates/indexcontent.html:27 msgid "Third-party modules and PyPI.org" msgstr "Módulos de terceiros e PyPI.org" #: ../../tools/templates/indexcontent.html:28 msgid "Distributing Python modules" msgstr "Distribuindo módulos Python" #: ../../tools/templates/indexcontent.html:29 msgid "Publishing modules for use by other people" msgstr "Publicando módulos para uso por outras pessoas" #: ../../tools/templates/indexcontent.html:30 msgid "Extending and embedding" msgstr "Estendendo e incorporando" #: ../../tools/templates/indexcontent.html:31 msgid "For C/C++ programmers" msgstr "Para programadores de C/C++" #: ../../tools/templates/indexcontent.html:32 msgid "Python's C API" msgstr "API C do Python" #: ../../tools/templates/indexcontent.html:33 msgid "C API reference" msgstr "Referência da API C" #: ../../tools/templates/indexcontent.html:34 msgid "FAQs" msgstr "FAQs" #: ../../tools/templates/indexcontent.html:35 msgid "Frequently asked questions (with answers!)" msgstr "Perguntas frequentes (com respostas!)" #: ../../tools/templates/indexcontent.html:39 msgid "Indices, glossary, and search:" msgstr "Índices, glossário e pesquisa:" #: ../../tools/templates/indexcontent.html:42 msgid "Global module index" msgstr "Índice global de módulos" #: ../../tools/templates/indexcontent.html:43 msgid "All modules and libraries" msgstr "Todos os módulos e todas as bibliotecas" #: ../../tools/templates/indexcontent.html:44 msgid "General index" msgstr "Índice geral" #: ../../tools/templates/indexcontent.html:45 msgid "All functions, classes, and terms" msgstr "Todas funções, classes e termos" #: ../../tools/templates/indexcontent.html:46 msgid "Glossary" msgstr "Glossário" #: ../../tools/templates/indexcontent.html:47 msgid "Terms explained" msgstr "Termos explicados" #: ../../tools/templates/indexcontent.html:49 msgid "Search page" msgstr "Página de busca" #: ../../tools/templates/indexcontent.html:50 msgid "Search this documentation" msgstr "Busque nessa documentação" #: ../../tools/templates/indexcontent.html:51 msgid "Complete table of contents" msgstr "Conteúdo completo" #: ../../tools/templates/indexcontent.html:52 msgid "Lists all sections and subsections" msgstr "Lista todas seções e subseções" #: ../../tools/templates/indexcontent.html:56 msgid "Project information:" msgstr "Informações do projeto:" #: ../../tools/templates/indexcontent.html:59 msgid "Reporting issues" msgstr "Relatando problemas" #: ../../tools/templates/indexcontent.html:60 msgid "Contributing to Docs" msgstr "Contribuindo para Docs" #: ../../tools/templates/indexcontent.html:61 msgid "Download the documentation" msgstr "Baixar a documentação" #: ../../tools/templates/indexcontent.html:63 msgid "History and license of Python" msgstr "História e licença do Python" #: ../../tools/templates/indexcontent.html:64 msgid "Copyright" msgstr "Direitos autorais" #: ../../tools/templates/indexcontent.html:65 msgid "About the documentation" msgstr "Sobre a Documentação" #: ../../tools/templates/indexsidebar.html:1 msgid "Download" msgstr "Download" #: ../../tools/templates/indexsidebar.html:2 msgid "Download these documents" msgstr "Baixar esses documentos" #: ../../tools/templates/indexsidebar.html:3 msgid "Docs by version" msgstr "Documentação por versão" #: ../../tools/templates/indexsidebar.html:5 msgid "Stable" msgstr "Estável" #: ../../tools/templates/indexsidebar.html:6 msgid "In development" msgstr "Em desenvolvimento" #: ../../tools/templates/indexsidebar.html:7 msgid "All versions" msgstr "Todas versões" #: ../../tools/templates/indexsidebar.html:10 msgid "Other resources" msgstr "Outros recursos" #: ../../tools/templates/indexsidebar.html:13 msgid "PEP Index" msgstr "Índice das PEPs" #: ../../tools/templates/indexsidebar.html:14 msgid "Beginner's Guide" msgstr "Guia do Iniciante" #: ../../tools/templates/indexsidebar.html:15 msgid "Book List" msgstr "Lista de Livros" #: ../../tools/templates/indexsidebar.html:16 msgid "Audio/Visual Talks" msgstr "Material Audiovisual" #: ../../tools/templates/indexsidebar.html:17 msgid "Python Developer’s Guide" msgstr "Guia do Desenvolvedor do Python" #: ../../tools/templates/layout.html:6 msgid "" "This document is for an old version of Python that is no longer supported.\n" " You should upgrade, and read the" msgstr "" "Esta documentação é de uma versão antiga do Python que não é mais " "atualizada.\n" " Você deveria atualizar e ler a" #: ../../tools/templates/layout.html:8 msgid "Python documentation for the current stable release" msgstr "documentação do Python para versão estável atual" #: ../../tools/templates/layout.html:14 msgid "" "This is a deploy preview created from a pull request.\n" " For authoritative documentation, see" msgstr "" "Este é um deploy prévio criado a partir de um pull request.\n" " Para uma documentação oficial, veja" #: ../../tools/templates/layout.html:16 msgid "the current stable release" msgstr "o lançamento estável atual"