Skip to content

Commit 97e1682

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent a51eb3f commit 97e1682

4 files changed

Lines changed: 14108 additions & 14070 deletions

File tree

library/ctypes.po

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2026-02-13 14:37+0000\n"
17+
"POT-Creation-Date: 2026-02-15 14:21+0000\n"
1818
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1919
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2026\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -4141,13 +4141,19 @@ msgid ""
41414141
"small integer. The constructor accepts an optional integer initializer; no "
41424142
"overflow checking is done."
41434143
msgstr ""
4144+
"Representa o tipo de dados C :c:expr:`signed char` e interpreta o valor como "
4145+
"um inteiro pequeno. O construtor aceita um inicializador inteiro opcional; "
4146+
"não há verificação de overflow."
41444147

41454148
#: ../../library/ctypes.rst:2482
41464149
msgid ""
41474150
"Represents the C :c:expr:`char` datatype, and interprets the value as a "
41484151
"single character. The constructor accepts an optional string initializer, "
41494152
"the length of the string must be exactly one character."
41504153
msgstr ""
4154+
"Representa o tipo de dados C :c:expr:`char` e interpreta o valor como um "
4155+
"único caractere. O construtor aceita um inicializador de string opcional; o "
4156+
"comprimento da string deve ser exatamente um caractere."
41514157

41524158
#: ../../library/ctypes.rst:2489
41534159
msgid ""
@@ -4156,43 +4162,60 @@ msgid ""
41564162
"binary data, ``POINTER(c_char)`` must be used. The constructor accepts an "
41574163
"integer address, or a bytes object."
41584164
msgstr ""
4165+
"Representa o tipo de dados C :c:expr:`char *` quando aponta para uma string "
4166+
"terminada em zero. Para um ponteiro de caractere geral que também pode "
4167+
"apontar para dados binários, deve-se usar ``POINTER(c_char)``. O construtor "
4168+
"aceita um endereço inteiro ou um objeto bytes."
41594169

41604170
#: ../../library/ctypes.rst:2497
41614171
msgid ""
41624172
"Represents the C :c:expr:`double` datatype. The constructor accepts an "
41634173
"optional float initializer."
41644174
msgstr ""
4175+
"Representa o tipo de dados C :c:expr:`double`. O construtor aceita um "
4176+
"inicializador opcional de tipo float."
41654177

41664178
#: ../../library/ctypes.rst:2503
41674179
msgid ""
41684180
"Represents the C :c:expr:`long double` datatype. The constructor accepts an "
41694181
"optional float initializer. On platforms where ``sizeof(long double) == "
41704182
"sizeof(double)`` it is an alias to :class:`c_double`."
41714183
msgstr ""
4184+
"Representa o tipo de dados C :c:expr:`long double`. O construtor aceita um "
4185+
"inicializador opcional de tipo float. Em plataformas onde ``sizeof(long "
4186+
"double) == sizeof(double)``, é um alias para :class:`c_double`."
41724187

41734188
#: ../../library/ctypes.rst:2509
41744189
msgid ""
41754190
"Represents the C :c:expr:`float` datatype. The constructor accepts an "
41764191
"optional float initializer."
41774192
msgstr ""
4193+
"Representa o tipo de dados C :c:expr:`float`. O construtor aceita um "
4194+
"inicializador opcional de tipo float."
41784195

41794196
#: ../../library/ctypes.rst:2515
41804197
msgid ""
41814198
"Represents the C :c:expr:`double complex` datatype, if available. The "
41824199
"constructor accepts an optional :class:`complex` initializer."
41834200
msgstr ""
4201+
"Representa o tipo de dados C :c:expr:`double complex`, se disponível. O "
4202+
"construtor aceita um inicializador opcional :class:`complex`."
41844203

41854204
#: ../../library/ctypes.rst:2523
41864205
msgid ""
41874206
"Represents the C :c:expr:`float complex` datatype, if available. The "
41884207
"constructor accepts an optional :class:`complex` initializer."
41894208
msgstr ""
4209+
"Representa o tipo de dados C :c:expr:`float complex`, se disponível. O "
4210+
"construtor aceita um inicializador opcional :class:`complex`."
41904211

41914212
#: ../../library/ctypes.rst:2531
41924213
msgid ""
41934214
"Represents the C :c:expr:`long double complex` datatype, if available. The "
41944215
"constructor accepts an optional :class:`complex` initializer."
41954216
msgstr ""
4217+
"Representa o tipo de dados C :c:expr:`long double complex`, se disponível. O "
4218+
"construtor aceita um inicializador opcional :class:`complex`."
41964219

41974220
#: ../../library/ctypes.rst:2539
41984221
msgid ""

potodo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1 directory 61.08% done
2-
└── 3.14/ 61.08% done
1+
1 directory 61.09% done
2+
└── 3.14/ 61.09% done
33
├── glossary.po 93.0% translated 460/493
44
├── c-api/ 54.27% done
55
│ ├── call.po 97.0% translated 97/99
@@ -43,7 +43,7 @@
4343
│ ├── sorting.po 54.0% translated 50/92
4444
│ └── unicode.po 20.0% translated 30/145
4545
├── installing/ 100.00% done
46-
├── library/ 60.30% done
46+
├── library/ 60.33% done
4747
│ ├── __future__.po 91.0% translated 45/49
4848
│ ├── argparse.po 99.0% translated 398/400
4949
│ ├── array.po 97.0% translated 85/87
@@ -80,7 +80,7 @@
8080
│ ├── copy.po 96.0% translated 31/32
8181
│ ├── copyreg.po 91.0% translated 11/12
8282
│ ├── csv.po 95.0% translated 116/122
83-
│ ├── ctypes.po 50.0% translated 317/628
83+
│ ├── ctypes.po 51.0% translated 326/628
8484
│ ├── curses.ascii.po 98.0% translated 68/69
8585
│ ├── curses.panel.po 95.0% translated 22/23
8686
│ ├── curses.po 13.0% translated 68/491
@@ -274,4 +274,4 @@
274274
├── 3.5.po 22.0% translated 128/578
275275
├── 3.6.po 42.0% translated 232/544
276276
├── 3.7.po 43.0% translated 249/568
277-
└── changelog.po 25.0% translated 3487/13850
277+
└── changelog.po 25.0% translated 3487/13853

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "61.08%", "translated": 53589, "entries": 82358, "updated_at": "2026-02-13T23:14:49+00:00Z"}
1+
{"completion": "61.09%", "translated": 53598, "entries": 82361, "updated_at": "2026-02-15T23:11:48+00:00Z"}

0 commit comments

Comments
 (0)