Skip to content

Commit 0ab8ac9

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent c12a948 commit 0ab8ac9

3 files changed

Lines changed: 23 additions & 7 deletions

File tree

library/ctypes.po

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4608,19 +4608,26 @@ msgid ""
46084608
"An optional string naming the struct/union layout. It can currently be set "
46094609
"to:"
46104610
msgstr ""
4611+
"Uma string opcional que nomeia o layout da estrutura/união. Atualmente, ele "
4612+
"pode ser definido como:"
46114613

46124614
#: ../../library/ctypes.rst:2846
46134615
msgid ""
46144616
"``\"ms\"``: the layout used by the Microsoft compiler (MSVC). On GCC and "
46154617
"Clang, this layout can be selected with ``__attribute__((ms_struct))``."
46164618
msgstr ""
4619+
"``\"ms\"``: o layout usado pelo compilador Microsoft (MSVC). No GCC e no "
4620+
"Clang, este layout pode ser selecionado com ``__attribute__((ms_struct))``."
46174621

46184622
#: ../../library/ctypes.rst:2849
46194623
msgid ""
46204624
"``\"gcc-sysv\"``: the layout used by GCC with the System V or “SysV-like” "
46214625
"data model, as used on Linux and macOS. With this layout, :attr:`~Structure."
46224626
"_pack_` must be unset or zero."
46234627
msgstr ""
4628+
"``\"gcc-sysv\"``: o layout usado pelo GCC com o modelo de dados System V ou "
4629+
"“SysV-like”, como usado no Linux e no macOS. Com este layout, :attr:"
4630+
"`~Structure._pack_` não deve estar definido ou deve ser igual a zero."
46244631

46254632
#: ../../library/ctypes.rst:2853
46264633
msgid ""
@@ -4629,26 +4636,35 @@ msgid ""
46294636
"example, when a new platform gains official support, or when a difference "
46304637
"between similar platforms is found). Currently the default will be:"
46314638
msgstr ""
4639+
"Se não for definido explicitamente, ``ctypes`` usará um valor predefinido "
4640+
"que corresponde às convenções da plataforma. Este valor predefinido pode "
4641+
"mudar em futuras versões do Python (por exemplo, quando uma nova plataforma "
4642+
"ganha suporte oficial ou quando é identificada uma diferença entre "
4643+
"plataformas semelhantes). Atualmente, o valor predefinido será:"
46324644

46334645
#: ../../library/ctypes.rst:2859
46344646
msgid "On Windows: ``\"ms\"``"
4635-
msgstr ""
4647+
msgstr "No Windows: ``\"ms\"``"
46364648

46374649
#: ../../library/ctypes.rst:2860
46384650
msgid ""
46394651
"When :attr:`~Structure._pack_` is specified: ``\"ms\"``. (This is "
46404652
"deprecated; see :attr:`~Structure._pack_` documentation.)"
46414653
msgstr ""
4654+
"Quando :attr:`~Structure._pack_` está especificado: ``\"ms\"``. (Isto está "
4655+
"descontinuado; veja a documentação de :attr:`~Structure._pack_`.)"
46424656

46434657
#: ../../library/ctypes.rst:2862
46444658
msgid "Otherwise: ``\"gcc-sysv\"``"
4645-
msgstr ""
4659+
msgstr "Caso contrário: ``\"gcc-sysv\"``"
46464660

46474661
#: ../../library/ctypes.rst:2864
46484662
msgid ""
46494663
":attr:`!_layout_` must already be defined when :attr:`~Structure._fields_` "
46504664
"is assigned, otherwise it will have no effect."
46514665
msgstr ""
4666+
":attr:`!_layout_` já deve estar definido quando :attr:`~Structure._fields_` "
4667+
"é atribuído, caso contrário, não terá efeito."
46524668

46534669
#: ../../library/ctypes.rst:2871
46544670
msgid ""

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1 directory 62.35% done
2-
└── 3.14/ 62.35% done
1+
1 directory 62.36% done
2+
└── 3.14/ 62.36% done
33
├── glossary.po 95.0% translated 456/477
44
├── sphinx.po 99.0% translated 106/107
55
├── c-api/ 54.74% done
@@ -45,7 +45,7 @@
4545
│ ├── sorting.po 54.0% translated 50/92
4646
│ └── unicode.po 20.0% translated 30/145
4747
├── installing/ 100.00% done
48-
├── library/ 62.78% done
48+
├── library/ 62.79% done
4949
│ ├── argparse.po 99.0% translated 399/400
5050
│ ├── array.po 97.0% translated 85/87
5151
│ ├── ast.po 99.0% translated 333/336
@@ -69,7 +69,7 @@
6969
│ ├── concurrent.interpreters.po 58.0% translated 51/87
7070
│ ├── contextlib.po 31.0% translated 55/172
7171
│ ├── contextvars.po 89.0% translated 57/64
72-
│ ├── ctypes.po 46.0% translated 289/628
72+
│ ├── ctypes.po 47.0% translated 297/628
7373
│ ├── curses.po 14.0% translated 69/491
7474
│ ├── dataclasses.po 44.0% translated 71/158
7575
│ ├── datetime.po 99.0% translated 651/655

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "62.35%", "translated": 54159, "entries": 82233, "updated_at": "2026-01-29T23:12:23+00:00Z"}
1+
{"completion": "62.36%", "translated": 54167, "entries": 82233, "updated_at": "2026-01-30T23:12:09+00:00Z"}

0 commit comments

Comments
 (0)