Skip to content

Commit f4f2fe4

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

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

library/ctypes.po

Lines changed: 13 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-07 14:20+0000\n"
17+
"POT-Creation-Date: 2026-02-09 14:46+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/"
@@ -3577,12 +3577,16 @@ msgid ""
35773577
"Copies a COM pointer from *src* to *dst* and returns the Windows specific :c:"
35783578
"type:`!HRESULT` value."
35793579
msgstr ""
3580+
"Copia um ponteiro COM de *src* para *dst* e devolve o valor :c:type:`!"
3581+
"HRESULT` específico para Windows."
35803582

35813583
#: ../../library/ctypes.rst:2036
35823584
msgid ""
35833585
"If *src* is not ``NULL``, its ``AddRef`` method is called, incrementing the "
35843586
"reference count."
35853587
msgstr ""
3588+
"Se *src* não for ``NULL``, o seu método ``AddRef`` é chamado, incrementando "
3589+
"a contagem de referências."
35863590

35873591
#: ../../library/ctypes.rst:2039
35883592
msgid ""
@@ -3591,6 +3595,10 @@ msgid ""
35913595
"for decrementing the reference count by calling its ``Release`` method when "
35923596
"necessary."
35933597
msgstr ""
3598+
"Em contraste, a contagem de referências de *dst* não será decrementada antes "
3599+
"de atribuir o novo valor. A menos que *dst* seja ``NULL``, o chamador é "
3600+
"responsável por decrementar a contagem de referências, chamando o método "
3601+
"``Release`` de *dst* quando necessário."
35943602

35953603
#: ../../library/ctypes.rst:2051
35963604
msgid ""
@@ -3599,6 +3607,10 @@ msgid ""
35993607
"must be a pointer type, and *obj* must be an object that can be interpreted "
36003608
"as a pointer."
36013609
msgstr ""
3610+
"Esta função é semelhante ao operador cast em C. Retorna uma nova instância "
3611+
"de *type* que aponta para o mesmo bloco de memória que *obj*. *type* deve "
3612+
"ser um tipo de ponteiro e *obj* deve ser um objeto que pode ser interpretado "
3613+
"como um ponteiro."
36023614

36033615
#: ../../library/ctypes.rst:2060
36043616
msgid ""

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1 directory 61.19% done
2-
└── 3.14/ 61.19% done
1+
1 directory 61.20% done
2+
└── 3.14/ 61.20% done
33
├── glossary.po 93.0% translated 457/489
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.53% done
46+
├── library/ 60.54% 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 49.0% translated 308/628
83+
│ ├── ctypes.po 49.0% translated 312/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

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "61.19%", "translated": 53648, "entries": 82319, "updated_at": "2026-02-09T23:18:39+00:00Z"}
1+
{"completion": "61.2%", "translated": 53652, "entries": 82319, "updated_at": "2026-02-10T23:19:33+00:00Z"}

0 commit comments

Comments
 (0)