Skip to content

Commit 7e250c2

Browse files
Update translations
1 parent 342bafe commit 7e250c2

File tree

4 files changed

+73
-33
lines changed

4 files changed

+73
-33
lines changed

c-api/allocation.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-10 16:41+0000\n"
15+
"POT-Creation-Date: 2025-05-30 17:27+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -26,7 +26,7 @@ msgstr ""
2626

2727
#: ../../c-api/allocation.rst:6
2828
msgid "Allocating Objects on the Heap"
29-
msgstr "Alocando Objetos na Pilha"
29+
msgstr "Alocando objetos na heap"
3030

3131
#: ../../c-api/allocation.rst:17
3232
msgid ""

library/winreg.po

Lines changed: 67 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ msgid ""
412412
"disk."
413413
msgstr ""
414414
"Não é necessário chamar :func:`FlushKey` para alterar uma chave. As "
415-
"alterações do Registro são descarregadas no disco pelo Registro usando seu "
416-
"limpador lento. As alterações do Registro também são descarregadas no disco "
415+
"alterações do registro são descarregadas no disco pelo registro usando seu "
416+
"limpador lento. As alterações do registro também são descarregadas no disco "
417417
"no desligamento do sistema. Ao contrário de :func:`CloseKey`, o método :func:"
418-
"`FlushKey` retorna somente quando todos os dados foram gravados no Registro. "
418+
"`FlushKey` retorna somente quando todos os dados foram gravados no registro. "
419419
"Uma aplicação só deve chamar :func:`FlushKey` se precisar de certeza "
420-
"absoluta de que as alterações do Registro estão no disco."
420+
"absoluta de que as alterações do registro estão no disco."
421421

422422
#: ../../library/winreg.rst:277
423423
msgid ""
@@ -850,7 +850,7 @@ msgid ""
850850
"applications use the information stored under this key."
851851
msgstr ""
852852
"Entradas de registro subordinadas a esta chave definem tipos (ou classes) de "
853-
"documentos e as propriedades associadas a esses tipos. Aplicativos Shell e "
853+
"documentos e as propriedades associadas a esses tipos. Aplicações Shell e "
854854
"COM utilizam as informações armazenadas sob esta chave."
855855

856856
#: ../../library/winreg.rst:560
@@ -860,18 +860,18 @@ msgid ""
860860
"variables, data about program groups, colors, printers, network connections, "
861861
"and application preferences."
862862
msgstr ""
863-
"As entradas do Registro subordinadas a esta chave definem as preferências do "
864-
"usuário atual. Essas preferências incluem as configurações de variáveis ​​de "
863+
"As entradas de registro subordinadas a esta chave definem as preferências do "
864+
"usuário atual. Essas preferências incluem as configurações de variáveis de "
865865
"ambiente, dados sobre grupos de programas, cores, impressoras, conexões de "
866-
"rede e preferências de aplicativos."
866+
"rede e preferências de aplicações."
867867

868868
#: ../../library/winreg.rst:567
869869
msgid ""
870870
"Registry entries subordinate to this key define the physical state of the "
871871
"computer, including data about the bus type, system memory, and installed "
872872
"hardware and software."
873873
msgstr ""
874-
"As entradas do Registro subordinadas a esta chave definem o estado físico do "
874+
"As entradas de registro subordinadas a esta chave definem o estado físico do "
875875
"computador, incluindo dados sobre o tipo de barramento, memória do sistema e "
876876
"hardware e software instalados."
877877

@@ -881,7 +881,7 @@ msgid ""
881881
"configuration for new users on the local computer and the user configuration "
882882
"for the current user."
883883
msgstr ""
884-
"As entradas do registro subordinadas a esta chave definem a configuração de "
884+
"As entradas de registro subordinadas a esta chave definem a configuração de "
885885
"usuário padrão para novos usuários no computador local e a configuração de "
886886
"usuário para o usuário atual."
887887

@@ -917,8 +917,8 @@ msgid ""
917917
"microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__."
918918
msgstr ""
919919
"Para obter mais informações, consulte `Segurança e acesso a chaves do "
920-
"registro <https://learn.microsoft.com/pt-br/windows/win32/sysinfo/registry-"
921-
"key-security-and-access-rights>`__."
920+
"registro <https://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29."
921+
"aspx>`__."
922922

923923
#: ../../library/winreg.rst:605
924924
msgid ""
@@ -989,6 +989,9 @@ msgid ""
989989
"For more information, see `Accessing an Alternate Registry View <https://"
990990
"msdn.microsoft.com/en-us/library/aa384129(v=VS.85).aspx>`__."
991991
msgstr ""
992+
"Para obter mais informações, consulte `Acessando uma exibição alternativa do "
993+
"Registro <https://msdn.microsoft.com/en-us/library/aa384129(v=VS.85)."
994+
"aspx>`__."
992995

993996
#: ../../library/winreg.rst:660
994997
msgid ""
@@ -1004,17 +1007,19 @@ msgstr ""
10041007

10051008
#: ../../library/winreg.rst:672
10061009
msgid "Value Types"
1007-
msgstr ""
1010+
msgstr "Tipos de valores"
10081011

10091012
#: ../../library/winreg.rst:674
10101013
msgid ""
10111014
"For more information, see `Registry Value Types <https://msdn.microsoft.com/"
10121015
"en-us/library/ms724884%28v=VS.85%29.aspx>`__."
10131016
msgstr ""
1017+
"Para obter mais informações, consulte `Tipos de valor do Registro <https://"
1018+
"msdn.microsoft.com/en-us/library/ms724884%28v=VS.85%29.aspx>`__."
10141019

10151020
#: ../../library/winreg.rst:679
10161021
msgid "Binary data in any form."
1017-
msgstr ""
1022+
msgstr "Dados binários em qualquer formato."
10181023

10191024
#: ../../library/winreg.rst:683
10201025
msgid "32-bit number."
@@ -1024,76 +1029,90 @@ msgstr "Número de 32 bits."
10241029
msgid ""
10251030
"A 32-bit number in little-endian format. Equivalent to :const:`REG_DWORD`."
10261031
msgstr ""
1032+
"Um número de 32 bits no formato little-endian. Equivalente a :const:"
1033+
"`REG_DWORD`."
10271034

10281035
#: ../../library/winreg.rst:691
10291036
msgid "A 32-bit number in big-endian format."
1030-
msgstr ""
1037+
msgstr "Um número de 32 bits no formato big-endian."
10311038

10321039
#: ../../library/winreg.rst:695
10331040
msgid ""
10341041
"Null-terminated string containing references to environment variables "
10351042
"(``%PATH%``)."
10361043
msgstr ""
1044+
"String terminada em nulo contendo referências a variáveis de ambiente "
1045+
"(``%PATH%``)."
10371046

10381047
#: ../../library/winreg.rst:700
10391048
msgid "A Unicode symbolic link."
1040-
msgstr ""
1049+
msgstr "Um link simbólico Unicode."
10411050

10421051
#: ../../library/winreg.rst:704
10431052
msgid ""
10441053
"A sequence of null-terminated strings, terminated by two null characters. "
10451054
"(Python handles this termination automatically.)"
10461055
msgstr ""
1056+
"Uma sequência de strings terminadas em nulo, terminadas por dois caracteres "
1057+
"nulos. (O Python lida com essa terminação automaticamente.)"
10471058

10481059
#: ../../library/winreg.rst:709
10491060
msgid "No defined value type."
1050-
msgstr ""
1061+
msgstr "Nenhum tipo de valor definido."
10511062

10521063
#: ../../library/winreg.rst:713
10531064
msgid "A 64-bit number."
1054-
msgstr ""
1065+
msgstr "Um número de 64 bits."
10551066

10561067
#: ../../library/winreg.rst:719
10571068
msgid ""
10581069
"A 64-bit number in little-endian format. Equivalent to :const:`REG_QWORD`."
10591070
msgstr ""
1071+
"Um número de 64 bits no formato little-endian. Equivalente a :const:"
1072+
"`REG_QWORD`."
10601073

10611074
#: ../../library/winreg.rst:725
10621075
msgid "A device-driver resource list."
1063-
msgstr ""
1076+
msgstr "Uma lista de recursos de driver de dispositivo."
10641077

10651078
#: ../../library/winreg.rst:729
10661079
msgid "A hardware setting."
1067-
msgstr ""
1080+
msgstr "Uma configuração de hardware."
10681081

10691082
#: ../../library/winreg.rst:733
10701083
msgid "A hardware resource list."
1071-
msgstr ""
1084+
msgstr "Uma lista de recursos de hardware."
10721085

10731086
#: ../../library/winreg.rst:737
10741087
msgid "A null-terminated string."
1075-
msgstr ""
1088+
msgstr "Uma string terminada em nulo."
10761089

10771090
#: ../../library/winreg.rst:743
10781091
msgid "Registry Handle Objects"
1079-
msgstr ""
1092+
msgstr "Objetos identificador de registro"
10801093

10811094
#: ../../library/winreg.rst:745
10821095
msgid ""
10831096
"This object wraps a Windows HKEY object, automatically closing it when the "
10841097
"object is destroyed. To guarantee cleanup, you can call either the :meth:"
10851098
"`~PyHKEY.Close` method on the object, or the :func:`CloseKey` function."
10861099
msgstr ""
1100+
"Este objeto encapsula um objeto HKEY do Windows, fechando-o automaticamente "
1101+
"quando o objeto é destruído. Para garantir a limpeza, você pode chamar o "
1102+
"método :meth:`~PyHKEY.Close` no objeto ou a função :func:`CloseKey`."
10871103

10881104
#: ../../library/winreg.rst:749
10891105
msgid "All registry functions in this module return one of these objects."
1090-
msgstr ""
1106+
msgstr "Todas as funções de registro neste módulo retornam um destes objetos."
10911107

10921108
#: ../../library/winreg.rst:751
10931109
msgid ""
10941110
"All registry functions in this module which accept a handle object also "
10951111
"accept an integer, however, use of the handle object is encouraged."
10961112
msgstr ""
1113+
"Todas as funções de registro neste módulo que aceitam um objeto "
1114+
"identificador também aceitam um inteiro; no entanto, o uso do objeto "
1115+
"identificador é incentivado."
10971116

10981117
#: ../../library/winreg.rst:754
10991118
msgid "Handle objects provide semantics for :meth:`__bool__` -- thus ::"
@@ -1104,12 +1123,17 @@ msgid ""
11041123
"will print ``Yes`` if the handle is currently valid (has not been closed or "
11051124
"detached)."
11061125
msgstr ""
1126+
"vai exibir ``Sim`` se o identificador for válido no momento (não foi fechado "
1127+
"ou desanexado)."
11071128

11081129
#: ../../library/winreg.rst:762
11091130
msgid ""
11101131
"The object also support comparison semantics, so handle objects will compare "
11111132
"true if they both reference the same underlying Windows handle value."
11121133
msgstr ""
1134+
"O objeto também oferece suporte à semântica de comparação, portanto, os "
1135+
"objetos identificador serão comparados como verdadeiros se ambos fizerem "
1136+
"referência ao mesmo valor de identificador subjacente do Windows."
11131137

11141138
#: ../../library/winreg.rst:765
11151139
msgid ""
@@ -1119,32 +1143,43 @@ msgid ""
11191143
"integer handle, and also disconnect the Windows handle from the handle "
11201144
"object."
11211145
msgstr ""
1146+
"Objetos identificador podem ser convertidos em um inteiro (por exemplo, "
1147+
"usando a função embutida :func:`int`), caso em que o valor do identificador "
1148+
"do Windows subjacente é retornado. Você também pode usar o método :meth:"
1149+
"`~PyHKEY.Detach` para retornar o identificador inteiro e também desconectar "
1150+
"o identificador do Windows do objeto identificador."
11221151

11231152
#: ../../library/winreg.rst:773
11241153
msgid "Closes the underlying Windows handle."
1125-
msgstr ""
1154+
msgstr "Fecha o identificador subjacente do Windows."
11261155

11271156
#: ../../library/winreg.rst:775
11281157
msgid "If the handle is already closed, no error is raised."
1129-
msgstr ""
1158+
msgstr "Se o identificador já estiver fechado, nenhum erro será levantado."
11301159

11311160
#: ../../library/winreg.rst:780
11321161
msgid "Detaches the Windows handle from the handle object."
1133-
msgstr ""
1162+
msgstr "Separa o identificador do Windows do objeto identificador."
11341163

11351164
#: ../../library/winreg.rst:782
11361165
msgid ""
11371166
"The result is an integer that holds the value of the handle before it is "
11381167
"detached. If the handle is already detached or closed, this will return "
11391168
"zero."
11401169
msgstr ""
1170+
"O resultado é um inteiro que contém o valor do identificador antes de ser "
1171+
"destacado. Se o identificador já estiver destacado ou fechado, isso "
1172+
"retornará zero."
11411173

11421174
#: ../../library/winreg.rst:786
11431175
msgid ""
11441176
"After calling this function, the handle is effectively invalidated, but the "
11451177
"handle is not closed. You would call this function when you need the "
11461178
"underlying Win32 handle to exist beyond the lifetime of the handle object."
11471179
msgstr ""
1180+
"Após chamar esta função, o identificador é efetivamente invalidado, mas não "
1181+
"é fechado. Você chamaria esta função quando precisasse que o identificador "
1182+
"subjacente de Win32 existisse além do tempo de vida do objeto identificador."
11481183

11491184
#: ../../library/winreg.rst:790
11501185
msgid ""
@@ -1160,8 +1195,13 @@ msgid ""
11601195
"__exit__` and thus supports the context protocol for the :keyword:`with` "
11611196
"statement::"
11621197
msgstr ""
1198+
"O objeto HKEY implementa :meth:`~object.__enter__` e :meth:`~object."
1199+
"__exit__` e, portanto, oferece suporte ao protocolo de contexto para a "
1200+
"instrução :keyword:`with`::"
11631201

11641202
#: ../../library/winreg.rst:803
11651203
msgid ""
11661204
"will automatically close *key* when control leaves the :keyword:`with` block."
11671205
msgstr ""
1206+
"vai fechar automaticamente *key* quando o controle sair do bloco :keyword:"
1207+
"`with`."

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080

8181

82-
# library (61.35% done)
82+
# library (61.45% done)
8383

8484
- argparse.po 262 / 290 ( 90.0% translated).
8585
- ast.po 179 / 193 ( 92.0% translated).
@@ -242,7 +242,7 @@
242242
- wave.po 18 / 49 ( 36.0% translated).
243243
- weakref.po 71 / 81 ( 87.0% translated).
244244
- webbrowser.po 75 / 82 ( 91.0% translated).
245-
- winreg.po 134 / 172 ( 77.0% translated).
245+
- winreg.po 164 / 172 ( 95.0% translated).
246246
- winsound.po 32 / 34 ( 94.0% translated).
247247
- wsgiref.po 63 / 115 ( 54.0% translated).
248248
- xdrlib.po 4 / 54 ( 7.0% translated).
@@ -302,5 +302,5 @@
302302
- 3.9.po 383 / 393 ( 97.0% translated).
303303

304304

305-
# TOTAL (64.49% done)
305+
# TOTAL (64.55% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.49%", "translated": 31937, "entries": 49524, "updated_at": "2025-06-18T00:46:33+00:00Z"}
1+
{"completion": "64.55%", "translated": 31967, "entries": 49524, "updated_at": "2025-06-19T00:44:58+00:00Z"}

0 commit comments

Comments
 (0)