Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b5af5c

Browse files
Update translation
Co-Authored-By: Marcos MoraesCo-Authored-By: Gustavo ReisCo-Authored-By: Adorilson Bezerra <adorilson@gmail.com>Co-Authored-By: python-doc bot
1 parent2626121 commit4b5af5c

File tree

6 files changed

+48
-20
lines changed

6 files changed

+48
-20
lines changed

‎c-api/init_config.po‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Gustavo Reis, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-11-03 17:29+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Gustavo Reis, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -673,11 +674,11 @@ msgstr ""
673674

674675
#:../../c-api/init_config.rst:478
675676
msgid"Read all Python configuration."
676-
msgstr""
677+
msgstr"Leia toda a configuração do Python."
677678

678679
#:../../c-api/init_config.rst:480
679680
msgid"Fields which are already initialized are left unchanged."
680-
msgstr""
681+
msgstr"Campos que já estão inicializados permanecem inalterados."
681682

682683
#:../../c-api/init_config.rst:482../../c-api/init_config.rst:909
683684
msgid""
@@ -697,7 +698,7 @@ msgstr ""
697698

698699
#:../../c-api/init_config.rst:498
699700
msgid"Release configuration memory."
700-
msgstr""
701+
msgstr"Liberar memória de configuração."
701702

702703
#:../../c-api/init_config.rst:500
703704
msgid""

‎library/ctypes.po‎

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Marcos Moraes, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
15+
"POT-Creation-Date:2025-11-03 17:29+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Marcos Moraes, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -554,6 +555,10 @@ msgid ""
554555
"bytes objects have to be wrapped in their corresponding :mod:`ctypes` type, "
555556
"so that they can be converted to the required C data type::"
556557
msgstr""
558+
"Como mencionado anteriormente, todos os tipos do Python, exceto inteiros, "
559+
"strings e objetos bytes, precisam ser encapsulados em seu tipo "
560+
"correspondente de :mod:`ctypes`, para que possam ser convertidos para o tipo "
561+
"de dado C necessário."
557562

558563
#:../../library/ctypes.rst:379
559564
msgid"Calling variadic functions"
@@ -567,6 +572,11 @@ msgid ""
567572
"convention for variadic functions is different than that for regular "
568573
"functions."
569574
msgstr""
575+
"Em muitas plataformas chamar funções variádicas por meio do ctypes é "
576+
"exatamente o mesmo que chamar funções com um número fixo de parâmetros. Em "
577+
"algumas plataformas, em particular no ARM64 para plataformas Apple, a "
578+
"convenção chamada para funções variádicas é diferente daquela usada para "
579+
"funções regulares."
570580

571581
#:../../library/ctypes.rst:386
572582
msgid""
@@ -582,7 +592,7 @@ msgstr ""
582592

583593
#:../../library/ctypes.rst:400
584594
msgid"Calling functions with your own custom data types"
585-
msgstr""
595+
msgstr"Chamando funções com seus próprios tipos de dados personalizados"
586596

587597
#:../../library/ctypes.rst:402
588598
msgid""
@@ -602,6 +612,7 @@ msgstr ""
602612
#:../../library/ctypes.rst:425
603613
msgid"Specifying the required argument types (function prototypes)"
604614
msgstr""
615+
"Especificando os tipos de argumentos necessários (protótipos de função)"
605616

606617
#:../../library/ctypes.rst:427
607618
msgid""
@@ -623,6 +634,9 @@ msgid ""
623634
"prototype for a C function), and tries to convert the arguments to valid "
624635
"types::"
625636
msgstr""
637+
"Especificar um formato protege contra tipos de argumentos incompatíveis "
638+
"(assim como um protótipo para uma função em C), e tenta converter os "
639+
"argumentos para tipos válidos::"
626640

627641
#:../../library/ctypes.rst:453
628642
msgid""

‎library/sysconfig.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.10\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
14+
"POT-Creation-Date:2025-11-01 17:13+0000\n"
1515
"PO-Revision-Date:2025-09-22 15:58+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -92,7 +92,7 @@ msgid ""
9292
"Return the value of a single variable *name*. Equivalent to "
9393
"``get_config_vars().get(name)``."
9494
msgstr""
95-
"Retorna o valor de uma única variável *nome*. Equivalente a "
95+
"Retorna o valor de uma única variável *name*. Equivalente a "
9696
"``get_config_vars().get(name)``."
9797

9898
#:../../library/sysconfig.rst:51

‎library/warnings.po‎

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
9+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
910
#
1011
#,fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version:Python 3.10\n"
1415
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-10-23 17:42+0000\n"
16+
"POT-Creation-Date:2025-11-03 17:29+0000\n"
1617
"PO-Revision-Date:2025-09-22 15:58+0000\n"
17-
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
18+
"Last-Translator:Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1819
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"Language:pt_BR\n"
@@ -792,13 +793,25 @@ msgid ""
792793
"(which also suppresses output to ``sys.stdout``). Each object in the list "
793794
"has attributes with the same names as the arguments to :func:`showwarning`."
794795
msgstr""
796+
"Um gerenciador de contexto que copia e, ao sair, restaura o filtro de avisos "
797+
"e a função :func:`showwarning`. Se o argumento *record* for :const:`False` "
798+
"(o padrão), o gerenciador de contexto retorna :class:`None` na entrada. Se "
799+
"*record* for :const:`True`, será retornada uma lista que é preenchida "
800+
"progressivamente com objetos conforme vistos por uma função :func:"
801+
"`showwarning` personalizada (que também suprime a saída para ``sys."
802+
"stdout``). Cada objeto na lista tem atributos com os mesmos nomes que os "
803+
"argumentos de :func:`showwarning`."
795804

796805
#:../../library/warnings.rst:509
797806
msgid""
798807
"The *module* argument takes a module that will be used instead of the module "
799808
"returned when you import :mod:`warnings` whose filter will be protected. "
800809
"This argument exists primarily for testing the :mod:`warnings` module itself."
801810
msgstr""
811+
"O argumento *module* recebe um módulo que será usado em vez do módulo "
812+
"retornado quando você importar :mod:`warnings` cujo filtro será protegido. "
813+
"Esse argumento serve principalmente para testar o módulo :mod:`warnings` em "
814+
"si."
802815

803816
#:../../library/warnings.rst:516
804817
msgid""

‎potodo.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1 directory 59.42% done
2-
└── 3.10/ 59.42% done
1+
1 directory 59.44% done
2+
└── 3.10/ 59.44% done
33
├── distutils/ 25.78% done
44
│ ├── apiref.po 88 / 417 ( 21.0% translated)
55
│ ├── builtdist.po 52 / 131 ( 39.0% translated)
@@ -24,7 +24,7 @@
2424
│ ├── expressions.po 303 / 332 ( 91.0% translated)
2525
│ ├── import.po 165 / 184 ( 89.0% translated)
2626
│ └── lexical_analysis.po 185 / 195 ( 94.0% translated)
27-
├── library/ 53.84% done
27+
├── library/ 53.88% done
2828
│ ├──_thread.po 39 / 41 ( 95.0% translated)
2929
│ ├── argparse.po 256 / 290 ( 88.0% translated)
3030
│ ├── array.po 81 / 82 ( 98.0% translated)
@@ -62,7 +62,7 @@
6262
│ ├── contextlib.po 39 / 125 ( 31.0% translated)
6363
│ ├── copyreg.po 8 / 9 ( 88.0% translated)
6464
│ ├── crypt.po 3 / 30 ( 10.0% translated)
65-
│ ├── ctypes.po107 / 434 (24.0% translated)
65+
│ ├── ctypes.po112 / 434 (25.0% translated)
6666
│ ├── curses.ascii.po 101 / 102 ( 99.0% translated)
6767
│ ├── curses.panel.po 22 / 23 ( 95.0% translated)
6868
│ ├── curses.po 231 / 639 ( 36.0% translated)
@@ -192,7 +192,7 @@
192192
│ ├── urllib.robotparser.po 13 / 14 ( 92.0% translated)
193193
│ ├── uuid.po 52 / 59 ( 88.0% translated)
194194
│ ├── venv.po 99 / 102 ( 97.0% translated)
195-
│ ├── warnings.po71 / 109 (65.0% translated)
195+
│ ├── warnings.po73 / 109 (66.0% translated)
196196
│ ├── wave.po 20 / 49 ( 40.0% translated)
197197
│ ├── weakref.po 74 / 84 ( 88.0% translated)
198198
│ ├── webbrowser.po 76 / 82 ( 92.0% translated)
@@ -252,14 +252,14 @@
252252
│ ├── 3.5.po 128 / 541 ( 23.0% translated)
253253
│ ├── 3.6.po 239 / 517 ( 46.0% translated)
254254
│ └── 3.7.po 243 / 555 ( 43.0% translated)
255-
└── c-api/ 49.04% done
255+
└── c-api/ 49.06% done
256256
├── allocation.po 8 / 9 ( 88.0% translated)
257257
├── arg.po 193 / 195 ( 98.0% translated)
258258
├── exceptions.po 208 / 275 ( 75.0% translated)
259259
├── float.po 12 / 13 ( 92.0% translated)
260260
├── gcsupport.po 11 / 40 ( 27.0% translated)
261261
├── init.po 122 / 310 ( 39.0% translated)
262-
├── init_config.po129 / 375 (34.0% translated)
262+
├── init_config.po132 / 375 (35.0% translated)
263263
├── long.po 34 / 51 ( 66.0% translated)
264264
├── memory.po 63 / 184 ( 34.0% translated)
265265
├── module.po 50 / 99 ( 50.0% translated)

‎stats.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"59.42%","translated":34247,"entries":51677,"updated_at":"2025-11-02T00:33:35+00:00Z"}
1+
{"completion":"59.44%","translated":34257,"entries":51677,"updated_at":"2025-11-04T00:30:55+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp