Skip to content

Commit eb70956

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

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

library/ctypes.po

Lines changed: 13 additions & 11 deletions
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-21 14:20+0000\n"
17+
"POT-Creation-Date: 2026-03-07 14:18+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/"
@@ -68,8 +68,8 @@ msgid ""
6868
"Windows, or macOS, they contain doctest directives in comments."
6969
msgstr ""
7070
"Nota: Os exemplos de código neste tutorial usam :mod:`doctest` para garantir "
71-
"que eles realmente funcionem. Como algumas amostras de código se comportam "
72-
"de maneira diferente no Linux, Windows ou macOS, elas contêm diretrizes de "
71+
"que realmente funcionem. Como algumas amostras de código se comportam de "
72+
"maneira diferente no Linux, Windows ou macOS, elas contêm diretrizes de "
7373
"doctest nos comentários."
7474

7575
#: ../../library/ctypes.rst:29
@@ -80,20 +80,22 @@ msgid ""
8080
"you would expect :class:`c_int` --- they are actually the same type."
8181
msgstr ""
8282
"Nota: Alguns exemplos de código fazem referência ao tipo ctypes :class:"
83-
"`c_int`. Em plataformas onde ``sizeof(long) == sizeof(int)`` é um apelido "
83+
"`c_int`. Em plataformas em que ``sizeof(long) == sizeof(int)`` é um apelido "
8484
"para :class:`c_long`. Então, você não deve ficar confuso se :class:`c_long` "
8585
"for impresso se você esperaria :class:`c_int` --- eles são, na verdade, o "
8686
"mesmo tipo."
8787

8888
#: ../../library/ctypes.rst:37
8989
msgid "Loading dynamic link libraries"
90-
msgstr "Carregando bibliotecas de links dinâmicos"
90+
msgstr "Carregando bibliotecas de ligação dinâmica"
9191

9292
#: ../../library/ctypes.rst:39
9393
msgid ""
9494
":mod:`!ctypes` exports the *cdll*, and on Windows *windll* and *oledll* "
9595
"objects, for loading dynamic link libraries."
9696
msgstr ""
97+
":mod:`!ctypes` exporta os objetos *cdll* e, no Windows, *windll* e *oledll*, "
98+
"para carregar bibliotecas de ligação dinâmica."
9799

98100
#: ../../library/ctypes.rst:42
99101
msgid ""
@@ -162,9 +164,9 @@ msgid ""
162164
"import and use the ``msvcrt`` module."
163165
msgstr ""
164166
"Acessar a biblioteca padrão C por meio de ``cdll.msvcrt`` usará uma versão "
165-
"desatualizada da biblioteca que pode ser incompatível com a que está sendo "
166-
"usada pelo Python. Onde possível, use a funcionalidade nativa do Python ou "
167-
"então importe e use o módulo ``msvcrt``."
167+
"desatualizada da biblioteca, que pode ser incompatível com a usada pelo "
168+
"Python. Onde possível, use a funcionalidade nativa do Python; caso "
169+
"contrário, importe e use o módulo ``msvcrt``."
168170

169171
#: ../../library/ctypes.rst:75
170172
msgid ""
@@ -175,9 +177,9 @@ msgid ""
175177
"CDLL by calling the constructor::"
176178
msgstr ""
177179
"No Linux, é necessário especificar o nome do arquivo *incluindo* a extensão "
178-
"para carregar uma biblioteca, então o acesso de atributo não pode ser usado "
179-
"para carregar bibliotecas. O método :meth:`~LibraryLoader.LoadLibrary` dos "
180-
"carregadores de dll deve ser usado, ou você deve carregar a biblioteca "
180+
"para carregar uma biblioteca; portanto, o acesso de atributo não pode ser "
181+
"usado para carregar bibliotecas. O método :meth:`~LibraryLoader.LoadLibrary` "
182+
"dos carregadores de dll deve ser usado, ou você deve carregar a biblioteca "
181183
"criando uma instância de CDLL chamando o construtor::"
182184

183185
#: ../../library/ctypes.rst:81

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
│ ├── sorting.po 54.0% translated 50/92
5555
│ └── unicode.po 20.0% translated 30/145
5656
├── installing/ 100.00% done
57-
├── library/ 59.92% done
57+
├── library/ 59.93% done
5858
│ ├── __future__.po 91.0% translated 45/49
5959
│ ├── argparse.po 99.0% translated 396/400
6060
│ ├── array.po 97.0% translated 85/87
@@ -91,7 +91,7 @@
9191
│ ├── copy.po 96.0% translated 31/32
9292
│ ├── copyreg.po 91.0% translated 11/12
9393
│ ├── csv.po 95.0% translated 116/122
94-
│ ├── ctypes.po 55.0% translated 348/628
94+
│ ├── ctypes.po 55.0% translated 349/628
9595
│ ├── curses.ascii.po 98.0% translated 68/69
9696
│ ├── curses.panel.po 95.0% translated 22/23
9797
│ ├── curses.po 15.0% translated 77/491

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "60.84%", "translated": 53549, "entries": 82504, "updated_at": "2026-03-07T23:09:58+00:00Z"}
1+
{"completion": "60.84%", "translated": 53550, "entries": 82504, "updated_at": "2026-03-08T23:10:35+00:00Z"}

0 commit comments

Comments
 (0)