Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfeeef6

Browse files
Update translations
1 parent d1aadee commit cfeeef6

File tree

7 files changed

+204
-28
lines changed

7 files changed

+204
-28
lines changed

library/ctypes.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ msgid ""
239239
"functions can be accessed by indexing the dll object with the ordinal "
240240
"number::"
241241
msgstr ""
242+
"No Windows, algumas dlls exportam funções não por nome, mas por ordinal. "
243+
"Essas funções podem ser acessadas indexando o objeto dll com o número "
244+
"ordinal::"
242245

243246
#: ../../library/ctypes.rst:136
244247
msgid ""
@@ -737,7 +740,7 @@ msgstr ""
737740

738741
#: ../../library/ctypes.rst:379
739742
msgid "Calling variadic functions"
740-
msgstr ""
743+
msgstr "Chamando funções variadas"
741744

742745
#: ../../library/ctypes.rst:381
743746
msgid ""
@@ -990,7 +993,7 @@ msgstr ""
990993

991994
#: ../../library/ctypes.rst:565
992995
msgid "Passing pointers (or: passing parameters by reference)"
993-
msgstr ""
996+
msgstr "Passando ponteiros (ou: passando parâmetros por referência)"
994997

995998
#: ../../library/ctypes.rst:567
996999
msgid ""
@@ -1026,7 +1029,7 @@ msgstr ""
10261029

10271030
#: ../../library/ctypes.rst:593
10281031
msgid "Structures and unions"
1029-
msgstr ""
1032+
msgstr "Estruturas e uniões"
10301033

10311034
#: ../../library/ctypes.rst:595
10321035
msgid ""

library/email.compat32-message.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:53+0000\n"
14+
"POT-Creation-Date: 2025-02-14 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -516,7 +516,7 @@ msgstr ""
516516

517517
#: ../../library/email.compat32-message.rst:411
518518
msgid "Content-Disposition: attachment; filename=\"bud.gif\""
519-
msgstr ""
519+
msgstr "Content-Disposition: attachment; filename=\"bud.gif\""
520520

521521
#: ../../library/email.compat32-message.rst:413
522522
msgid "An example with non-ASCII characters::"

library/email.message.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:53+0000\n"
14+
"POT-Creation-Date: 2025-02-14 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -374,7 +374,7 @@ msgstr ""
374374

375375
#: ../../library/email.message.rst:293
376376
msgid "Content-Disposition: attachment; filename=\"bud.gif\""
377-
msgstr ""
377+
msgstr "Content-Disposition: attachment; filename=\"bud.gif\""
378378

379379
#: ../../library/email.message.rst:295
380380
msgid "An example of the extended interface with non-ASCII characters::"

0 commit comments

Comments
 (0)