Skip to content

Commit 1957cf7

Browse files
Update translations
1 parent 201950b commit 1957cf7

32 files changed

Lines changed: 18312 additions & 18000 deletions

c-api/allocation.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Welington Carlos <wcarlos3@gmail.com>, 2021
87
# Felipefpl, 2021
98
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2025
109
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
@@ -14,7 +13,7 @@ msgid ""
1413
msgstr ""
1514
"Project-Id-Version: Python 3.14\n"
1615
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
16+
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
1817
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1918
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2019
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -202,8 +201,8 @@ msgstr ""
202201
"objeto."
203202

204203
#: ../../c-api/allocation.rst:156
205-
msgid ":c:func:`PyModule_Create`"
206-
msgstr ":c:func:`PyModule_Create`"
204+
msgid ":ref:`moduleobjects`"
205+
msgstr ""
207206

208207
#: ../../c-api/allocation.rst:157
209208
msgid "To allocate and create extension modules."

c-api/code.po

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,9 +11,9 @@
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
14-
"Project-Id-Version: Python 3.13\n"
14+
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
16+
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -294,14 +294,10 @@ msgstr "Tipo de uma função de callback de observador de objeto código."
294294
#: ../../c-api/code.rst:184
295295
msgid ""
296296
"If *event* is ``PY_CODE_EVENT_CREATE``, then the callback is invoked after "
297-
"`co` has been fully initialized. Otherwise, the callback is invoked before "
297+
"*co* has been fully initialized. Otherwise, the callback is invoked before "
298298
"the destruction of *co* takes place, so the prior state of *co* can be "
299299
"inspected."
300300
msgstr ""
301-
"Se *evento* é ``PY_CODE_EVENT_CREATE``, então a função de retorno é invocada "
302-
"após `co`ter sido completamente inicializado. Senão, a função de retorno é "
303-
"invocada antes que a destruição de `co` ocorra, para que o estado anterior "
304-
"de *co* possa ser inspecionado."
305301

306302
#: ../../c-api/code.rst:189
307303
msgid ""

c-api/function.po

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
16+
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -258,22 +258,14 @@ msgstr ""
258258
#: ../../c-api/function.rst:171
259259
msgid ""
260260
"If *event* is ``PyFunction_EVENT_CREATE``, then the callback is invoked "
261-
"after `func` has been fully initialized. Otherwise, the callback is invoked "
261+
"after *func* has been fully initialized. Otherwise, the callback is invoked "
262262
"before the modification to *func* takes place, so the prior state of *func* "
263263
"can be inspected. The runtime is permitted to optimize away the creation of "
264264
"function objects when possible. In such cases no event will be emitted. "
265265
"Although this creates the possibility of an observable difference of runtime "
266266
"behavior depending on optimization decisions, it does not change the "
267267
"semantics of the Python code being executed."
268268
msgstr ""
269-
"Se *event* for ``PyFunction_EVENT_CREATE``, a função de retorno será "
270-
"invocada após *func* ter sido completamente inicializada. Caso contrário, a "
271-
"função de retorno será invocada antes de modificar *func*, então o estado "
272-
"anterior de *func* poderá ser inspecionado. O ambiente de execução pode "
273-
"otimizar a criação de objetos função, quando possível, ao ignorá-las. Nesses "
274-
"casos, nenhum evento será emitido. Apesar de decisões de otimização criarem "
275-
"diferenças de comportamento em tempo de execução, elas não mudam a semântica "
276-
"do código Python sendo executado."
277269

278270
#: ../../c-api/function.rst:180
279271
msgid ""

c-api/intro.po

Lines changed: 85 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
# felipe caridade fernandes <caridade500@gmail.com>, 2021
1111
# Marco Rougeth <marco@rougeth.com>, 2023
1212
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
13-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1413
# Adorilson Bezerra <adorilson@gmail.com>, 2025
14+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.14\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
21+
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
23-
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
23+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
2626
"MIME-Version: 1.0\n"
@@ -281,28 +281,17 @@ msgstr ""
281281
#: ../../c-api/intro.rst:129
282282
msgid ""
283283
"static struct PyModuleDef spam_module = {\n"
284-
" PyModuleDef_HEAD_INIT,\n"
284+
" .m_base = PyModuleDef_HEAD_INIT,\n"
285285
" .m_name = \"spam\",\n"
286286
" ...\n"
287287
"};\n"
288288
"\n"
289289
"PyMODINIT_FUNC\n"
290290
"PyInit_spam(void)\n"
291291
"{\n"
292-
" return PyModule_Create(&spam_module);\n"
292+
" return PyModuleDef_Init(&spam_module);\n"
293293
"}"
294294
msgstr ""
295-
"static struct PyModuleDef spam_module = {\n"
296-
" PyModuleDef_HEAD_INIT,\n"
297-
" .m_name = \"spam\",\n"
298-
" ...\n"
299-
"};\n"
300-
"\n"
301-
"PyMODINIT_FUNC\n"
302-
"PyInit_spam(void)\n"
303-
"{\n"
304-
" return PyModule_Create(&spam_module);\n"
305-
"}"
306295

307296
#: ../../c-api/intro.rst:144
308297
msgid "Return the absolute value of ``x``."
@@ -1375,6 +1364,86 @@ msgstr ""
13751364
"Consulte :file:`Misc/SpecialBuilds.txt` na distribuição do código-fonte "
13761365
"Python para informações mais detalhadas."
13771366

1367+
#: ../../c-api/intro.rst:852
1368+
msgid "Recommended third party tools"
1369+
msgstr "Ferramentas de terceiros recomendadas"
1370+
1371+
#: ../../c-api/intro.rst:854
1372+
msgid ""
1373+
"The following third party tools offer both simpler and more sophisticated "
1374+
"approaches to creating C, C++ and Rust extensions for Python:"
1375+
msgstr ""
1376+
1377+
#: ../../c-api/intro.rst:857
1378+
msgid "`Cython <https://cython.org/>`_"
1379+
msgstr ""
1380+
1381+
#: ../../c-api/intro.rst:858
1382+
msgid "`cffi <https://cffi.readthedocs.io>`_"
1383+
msgstr ""
1384+
1385+
#: ../../c-api/intro.rst:859
1386+
msgid "`HPy <https://hpyproject.org/>`_"
1387+
msgstr ""
1388+
1389+
#: ../../c-api/intro.rst:860
1390+
msgid "`nanobind <https://github.com/wjakob/nanobind>`_ (C++)"
1391+
msgstr ""
1392+
1393+
#: ../../c-api/intro.rst:861
1394+
msgid "`Numba <https://numba.pydata.org/>`_"
1395+
msgstr ""
1396+
1397+
#: ../../c-api/intro.rst:862
1398+
msgid "`pybind11 <https://pybind11.readthedocs.io/>`_ (C++)"
1399+
msgstr ""
1400+
1401+
#: ../../c-api/intro.rst:863
1402+
msgid "`PyO3 <https://pyo3.rs/>`_ (Rust)"
1403+
msgstr ""
1404+
1405+
#: ../../c-api/intro.rst:864
1406+
msgid "`SWIG <https://www.swig.org>`_"
1407+
msgstr ""
1408+
1409+
#: ../../c-api/intro.rst:866
1410+
msgid ""
1411+
"Using tools such as these can help avoid writing code that is tightly bound "
1412+
"to a particular version of CPython, avoid reference counting errors, and "
1413+
"focus more on your own code than on using the CPython API. In general, new "
1414+
"versions of Python can be supported by updating the tool, and your code will "
1415+
"often use newer and more efficient APIs automatically. Some tools also "
1416+
"support compiling for other implementations of Python from a single set of "
1417+
"sources."
1418+
msgstr ""
1419+
1420+
#: ../../c-api/intro.rst:873
1421+
msgid ""
1422+
"These projects are not supported by the same people who maintain Python, and "
1423+
"issues need to be raised with the projects directly. Remember to check that "
1424+
"the project is still maintained and supported, as the list above may become "
1425+
"outdated."
1426+
msgstr ""
1427+
1428+
#: ../../c-api/intro.rst:880
1429+
msgid ""
1430+
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
1431+
"org/guides/packaging-binary-extensions/>`_"
1432+
msgstr ""
1433+
"`Guia do Usuário de Empacotamento do Python: Extensões Binárias <https://"
1434+
"packaging.python.org/guides/packaging-binary-extensions/>`_"
1435+
1436+
#: ../../c-api/intro.rst:881
1437+
msgid ""
1438+
"The Python Packaging User Guide not only covers several available tools that "
1439+
"simplify the creation of binary extensions, but also discusses the various "
1440+
"reasons why creating an extension module may be desirable in the first place."
1441+
msgstr ""
1442+
"O Guia do Usuário de Empacotamento do Python não abrange apenas várias "
1443+
"ferramentas disponíveis que simplificam a criação de extensões binárias, mas "
1444+
"também discute os vários motivos pelos quais a criação de um módulo de "
1445+
"extensão pode ser desejável em primeiro lugar."
1446+
13781447
#: ../../c-api/intro.rst:298
13791448
msgid "object"
13801449
msgstr "objeto"

c-api/typeobj.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.14\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
21+
"POT-Creation-Date: 2025-05-30 14:22+0000\n"
2222
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
2323
"Last-Translator: Italo Penaforte <italo.penaforte@gmail.com>, 2025\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2288,8 +2288,9 @@ msgstr ""
22882288

22892289
#: ../../c-api/typeobj.rst:1241
22902290
msgid ""
2291-
"This bit indicates that instances of the class have a `~object.__dict__` "
2292-
"attribute, and that the space for the dictionary is managed by the VM."
2291+
"This bit indicates that instances of the class have a :attr:`~object."
2292+
"__dict__` attribute, and that the space for the dictionary is managed by the "
2293+
"VM."
22932294
msgstr ""
22942295

22952296
#: ../../c-api/typeobj.rst:1244

0 commit comments

Comments
 (0)