11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2025 , Python Software Foundation
2+ # Copyright (C) 2001-2026 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
77# python-doc bot, 2025
88# Marcos Moraes, 2025
9+ # Adorilson Bezerra <adorilson@gmail.com>, 2026
910#
1011#, fuzzy
1112msgid ""
1213msgstr ""
1314"Project-Id-Version : Python 3.10\n "
1415"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-13 17:25 +0000\n "
16+ "POT-Creation-Date : 2026-01-27 17:46 +0000\n "
1617"PO-Revision-Date : 2025-09-22 15:57+0000\n "
17- "Last-Translator : Marcos Moraes, 2025 \n "
18+ "Last-Translator : Adorilson Bezerra <adorilson@gmail.com>, 2026 \n "
1819"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1920"teams/5390/pt_BR/)\n "
2021"Language : pt_BR\n "
@@ -802,11 +803,10 @@ msgid ""
802803"guaranteed by the library to work in the general case. Unions and "
803804"structures with bit-fields should always be passed to functions by pointer."
804805msgstr ""
805- "O :mod:`ctypes` não suporta passar uniões ou estruturas com campos de bits "
806- "(bit-fields) para funções por valor. Embora isso possa funcionar em x86 de "
807- "32 bits, não é garantido pela biblioteca que funcione no caso geral. Uniões "
808- "e estruturas com campos de bits devem sempre ser passadas para funções por "
809- "ponteiro."
806+ "O :mod:`ctypes` não permite passar uniões ou estruturas com campos de bits "
807+ "para funções por valor. Embora isso possa funcionar em x86 de 32 bits, a "
808+ "biblioteca não garante que funcione em geral. Uniões e estruturas com campos "
809+ "de bits devem sempre ser passadas para funções por ponteiro."
810810
811811#: ../../library/ctypes.rst:639
812812msgid "Structure/union alignment and byte order"
@@ -829,7 +829,7 @@ msgid ""
829829"`BigEndianUnion`, and :class:`LittleEndianUnion` base classes. These "
830830"classes cannot contain pointer fields."
831831msgstr ""
832- ":mod:`ctypes` usa a ordem de bytes nativa para Estruturas e Uniões . Para "
832+ ":mod:`ctypes` usa a ordem de bytes nativa para estruturas e uniões . Para "
833833"construir estruturas com ordem de bytes não nativa, você pode usar classes "
834834"base :class:`BigEndianStructure`, :class:`LittleEndianStructure`, :class:"
835835"`BigEndianUnion` e :class:`LittleEndianUnion`. Essas classes não podem "
@@ -2788,11 +2788,11 @@ msgstr ""
27882788
27892789#: ../../library/ctypes.rst:2403
27902790msgid "Structured data types"
2791- msgstr ""
2791+ msgstr "Tipos de dados estruturados "
27922792
27932793#: ../../library/ctypes.rst:2408
27942794msgid "Abstract base class for unions in native byte order."
2795- msgstr ""
2795+ msgstr "Classe base abstrata para uniões em ordem de bytes nativa. "
27962796
27972797#: ../../library/ctypes.rst:2413
27982798msgid "Abstract base class for structures in *big endian* byte order."
0 commit comments