@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.11\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2023-03-10 14:15 +0000\n "
18+ "POT-Creation-Date : 2023-03-17 14:14 +0000\n "
1919"PO-Revision-Date : 2021-06-28 00:49+0000\n "
2020"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
2121"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -171,37 +171,23 @@ msgstr ""
171171msgid ""
172172"The header files are typically installed with Python. On Unix, these are "
173173"located in the directories :file:`{prefix}/include/pythonversion/` and :file:"
174- "`{exec_prefix}/include/pythonversion/`, where :envvar :`prefix` and :envvar: "
175- "`exec_prefix` are defined by the corresponding parameters to Python's : "
176- "program:`configure` script and *version* is ``'%d.%d' % sys ."
177- "version_info[:2]``. On Windows, the headers are installed in :file :"
178- "`{prefix}/include`, where :envvar:` prefix` is the installation directory "
174+ "`{exec_prefix}/include/pythonversion/`, where :option :`prefix <--prefix>` "
175+ "and :option: `exec_prefix <--exec-prefix> ` are defined by the corresponding "
176+ "parameters to Python's : program:`configure` script and *version* is ``'%d."
177+ "%d' % sys. version_info[:2]``. On Windows, the headers are installed in :"
178+ "file: `{prefix}/include`, where `` prefix` ` is the installation directory "
179179"specified to the installer."
180180msgstr ""
181- "Os arquivos de cabeçalho são normalmente instalados com Python. No Unix, "
182- "eles estão localizados nos diretórios :file:`{prefix}/include/pythonversion/"
183- "` e :file:`{exec_prefix}/include/pythonversion/`, onde :envvar:`prefix` e :"
184- "envvar:`exec_prefix` são definidos pelos parâmetros correspondentes ao "
185- "script :program:`configure` e *version* do Python é ``'%d.%d' % sys."
186- "version_info[:2]``. No Windows, os cabeçalhos são instalados em :file:"
187- "`{prefix}/include`, onde :envvar:`prefix` é o diretório de instalação "
188- "especificado para o instalador."
189181
190182#: ../../c-api/intro.rst:88
191183msgid ""
192184"To include the headers, place both directories (if different) on your "
193185"compiler's search path for includes. Do *not* place the parent directories "
194186"on the search path and then use ``#include <pythonX.Y/Python.h>``; this will "
195187"break on multi-platform builds since the platform independent headers under :"
196- "envvar:`prefix` include the platform specific headers from :envvar:"
197- "`exec_prefix`."
198- msgstr ""
199- "Para incluir os cabeçalhos, coloque os dois diretórios (se diferentes) no "
200- "caminho de pesquisa do compilador para as inclusões. *Não* coloque os "
201- "diretórios pais no caminho de busca e então use ``#include <pythonX.Y/Python."
202- "h>``; isto irá quebrar em compilações multiplataforma, uma vez que os "
203- "cabeçalhos independentes da plataforma em :envvar:`prefix` incluem os "
204- "cabeçalhos específicos da plataforma de :envvar:`exec_prefix`."
188+ "option:`prefix <--prefix>` include the platform specific headers from :"
189+ "option:`exec_prefix <--exec-prefix>`."
190+ msgstr ""
205191
206192#: ../../c-api/intro.rst:95
207193msgid ""
0 commit comments