Skip to content

Commit 7ef3a80

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com>
1 parent 81c14d7 commit 7ef3a80

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

library/ctypes.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3870,6 +3870,8 @@ msgid ""
38703870
"Set the current value of the ctypes-private copy of the system :data:`errno` "
38713871
"variable in the calling thread to *value* and return the previous value."
38723872
msgstr ""
3873+
"Define o valor atual da cópia privada do ctypes da variável do sistema :data:"
3874+
"`errno` na thread de chamada para *value* e devolve o valor anterior."
38733875

38743876
#: ../../library/ctypes.rst:2257
38753877
msgid ""
@@ -3885,6 +3887,8 @@ msgid ""
38853887
"LastError` variable in the calling thread to *value* and return the previous "
38863888
"value."
38873889
msgstr ""
3890+
"Define o valor atual da cópia privada do ctypes da variável do sistema :data:"
3891+
"`!LastError` na thread de chamada para *value* e devolve o valor anterior."
38883892

38893893
#: ../../library/ctypes.rst:2268
38903894
msgid ""
@@ -3899,6 +3903,8 @@ msgid ""
38993903
"Returns the size in bytes of a ctypes type or instance memory buffer. Does "
39003904
"the same as the C ``sizeof`` operator."
39013905
msgstr ""
3906+
"Retornar o tamanho em bytes de um tipo ctypes ou buffer de memória de "
3907+
"instância. Faz o mesmo que o operador C ``sizeof``."
39023908

39033909
#: ../../library/ctypes.rst:2279
39043910
msgid ""
@@ -4080,10 +4086,13 @@ msgid ""
40804086
"corresponding ctypes data type. If a pointer type was not yet created, the "
40814087
"attribute is missing."
40824088
msgstr ""
4089+
"O tipo de ponteiro que foi criado chamando :func:`POINTER` para o tipo de "
4090+
"dados ctypes correspondente. Se um tipo de ponteiro ainda não foi criado, o "
4091+
"atributo está ausente."
40834092

40844093
#: ../../library/ctypes.rst:2408
40854094
msgid "Common instance variables of ctypes data types:"
4086-
msgstr ""
4095+
msgstr "Variáveis de instância comuns dos tipos de dados ctypes:"
40874096

40884097
#: ../../library/ctypes.rst:2412
40894098
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
│ ├── sorting.po 54.0% translated 50/92
4848
│ └── unicode.po 20.0% translated 30/145
4949
├── installing/ 100.00% done
50-
├── library/ 60.27% done
50+
├── library/ 60.28% done
5151
│ ├── __future__.po 91.0% translated 45/49
5252
│ ├── argparse.po 99.0% translated 398/400
5353
│ ├── array.po 97.0% translated 85/87
@@ -84,7 +84,7 @@
8484
│ ├── copy.po 96.0% translated 31/32
8585
│ ├── copyreg.po 91.0% translated 11/12
8686
│ ├── csv.po 95.0% translated 116/122
87-
│ ├── ctypes.po 53.0% translated 333/628
87+
│ ├── ctypes.po 53.0% translated 338/628
8888
│ ├── curses.ascii.po 98.0% translated 68/69
8989
│ ├── curses.panel.po 95.0% translated 22/23
9090
│ ├── curses.po 13.0% translated 68/491

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "61.03%", "translated": 53571, "entries": 82367, "updated_at": "2026-02-17T23:13:13+00:00Z"}
1+
{"completion": "61.03%", "translated": 53576, "entries": 82367, "updated_at": "2026-02-18T23:13:45+00:00Z"}

0 commit comments

Comments
 (0)