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

Skip to content

Commit 58b55e0

Browse files
Update translations
1 parent 860937f commit 58b55e0

File tree

4 files changed

+45
-25
lines changed

4 files changed

+45
-25
lines changed

library/statistics.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
# Gabriel Aparecido Fonseca <[email protected]>, 2020
1313
# Adorilson Bezerra <[email protected]>, 2020
1414
# Melissa Weber Mendonça <[email protected]>, 2020
15-
# Rafael Fontenelle <[email protected]>, 2024
15+
# Rafael Fontenelle <[email protected]>, 2025
1616
#
1717
#, fuzzy
1818
msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2025-02-14 16:41+0000\n"
22+
"POT-Creation-Date: 2025-03-21 16:46+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
24-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
24+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
2525
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2626
"teams/5390/pt_BR/)\n"
2727
"Language: pt_BR\n"

library/winsound.po

Lines changed: 38 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <[email protected]>, 2017
8-
# Rafael Fontenelle <[email protected]>, 2019
98
# Marco Rougeth <[email protected]>, 2020
9+
# Rafael Fontenelle <[email protected]>, 2025
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
16+
"POT-Creation-Date: 2025-03-21 16:46+0000\n"
1717
"PO-Revision-Date: 2017-02-16 23:35+0000\n"
18-
"Last-Translator: Marco Rougeth <marco@rougeth.com>, 2020\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"Language: pt_BR\n"
@@ -80,6 +80,8 @@ msgid ""
8080
"The *sound* parameter is the name of a WAV file. Do not use with :const:"
8181
"`SND_ALIAS`."
8282
msgstr ""
83+
"O parâmetro *sound* é o nome de um arquivo WAV. Não use com :const:"
84+
"`SND_ALIAS`."
8385

8486
#: ../../library/winsound.rst:55
8587
msgid ""
@@ -88,60 +90,67 @@ msgid ""
8890
"`SND_NODEFAULT` is also specified. If no default sound is registered, raise :"
8991
"exc:`RuntimeError`. Do not use with :const:`SND_FILENAME`."
9092
msgstr ""
93+
"O parâmetro *sound* é um nome de associação de som do registro. Se o "
94+
"registro não contiver tal nome, reproduza o som padrão do sistema, a menos "
95+
"que :const:`SND_NODEFAULT` também seja especificado. Se nenhum som padrão "
96+
"for registrado, levanta :exc:`RuntimeError`. Não use com :const:"
97+
"`SND_FILENAME`."
9198

9299
#: ../../library/winsound.rst:60
93100
msgid ""
94101
"All Win32 systems support at least the following; most systems support many "
95102
"more:"
96103
msgstr ""
104+
"Todos os sistemas Win32 oferecem suporte a pelo menos o seguinte; a maioria "
105+
"dos sistemas oferecem suporte a muito mais:"
97106

98107
#: ../../library/winsound.rst:64
99108
msgid ":func:`PlaySound` *name*"
100-
msgstr ""
109+
msgstr "*name* :func:`PlaySound`"
101110

102111
#: ../../library/winsound.rst:64
103112
msgid "Corresponding Control Panel Sound name"
104-
msgstr ""
113+
msgstr "Nome do som correspondente no Painel de Controle"
105114

106115
#: ../../library/winsound.rst:66
107116
msgid "``'SystemAsterisk'``"
108117
msgstr "``'SystemAsterisk'``"
109118

110119
#: ../../library/winsound.rst:66
111120
msgid "Asterisk"
112-
msgstr ""
121+
msgstr "Asterisco"
113122

114123
#: ../../library/winsound.rst:68
115124
msgid "``'SystemExclamation'``"
116125
msgstr "``'SystemExclamation'``"
117126

118127
#: ../../library/winsound.rst:68
119128
msgid "Exclamation"
120-
msgstr ""
129+
msgstr "Exclamação"
121130

122131
#: ../../library/winsound.rst:70
123132
msgid "``'SystemExit'``"
124133
msgstr "``'SystemExit'``"
125134

126135
#: ../../library/winsound.rst:70
127136
msgid "Exit Windows"
128-
msgstr ""
137+
msgstr "Logoff do Windows"
129138

130139
#: ../../library/winsound.rst:72
131140
msgid "``'SystemHand'``"
132141
msgstr "``'SystemHand'``"
133142

134143
#: ../../library/winsound.rst:72
135144
msgid "Critical Stop"
136-
msgstr ""
145+
msgstr "Parada crítica"
137146

138147
#: ../../library/winsound.rst:74
139148
msgid "``'SystemQuestion'``"
140149
msgstr "``'SystemQuestion'``"
141150

142151
#: ../../library/winsound.rst:74
143152
msgid "Question"
144-
msgstr ""
153+
msgstr "Pergunta"
145154

146155
#: ../../library/winsound.rst:77
147156
msgid "For example::"
@@ -152,57 +161,68 @@ msgid ""
152161
"Play the sound repeatedly. The :const:`SND_ASYNC` flag must also be used to "
153162
"avoid blocking. Cannot be used with :const:`SND_MEMORY`."
154163
msgstr ""
164+
"Reproduz o som repetidamente. O sinalizador :const:`SND_ASYNC` também deve "
165+
"ser usado para evitar bloqueio. Não pode ser usado com :const:`SND_MEMORY`."
155166

156167
#: ../../library/winsound.rst:96
157168
msgid ""
158169
"The *sound* parameter to :func:`PlaySound` is a memory image of a WAV file, "
159170
"as a :term:`bytes-like object`."
160171
msgstr ""
172+
"O parâmetro *sound* para :func:`PlaySound` é uma imagem de memória de um "
173+
"arquivo WAV, como um :term:`objeto byte ou similar`."
161174

162175
#: ../../library/winsound.rst:101
163176
msgid ""
164177
"This module does not support playing from a memory image asynchronously, so "
165178
"a combination of this flag and :const:`SND_ASYNC` will raise :exc:"
166179
"`RuntimeError`."
167180
msgstr ""
181+
"Este módulo não oferece suporte à reprodução de uma imagem de memória de "
182+
"forma assíncrona, portanto, uma combinação deste sinalizador e :const:"
183+
"`SND_ASYNC` levantará :exc:`RuntimeError`."
168184

169185
#: ../../library/winsound.rst:107
170186
msgid "Stop playing all instances of the specified sound."
171-
msgstr ""
187+
msgstr "Para de reproduzir todas as instâncias do som especificado."
172188

173189
#: ../../library/winsound.rst:111 ../../library/winsound.rst:135
174190
msgid "This flag is not supported on modern Windows platforms."
175-
msgstr ""
191+
msgstr "Não há suporte a este sinalizador em plataformas Windows modernas."
176192

177193
#: ../../library/winsound.rst:116
178194
msgid "Return immediately, allowing sounds to play asynchronously."
179195
msgstr ""
196+
"Retorna imediatamente, permitindo que os sons sejam reproduzidos de forma "
197+
"assíncrona."
180198

181199
#: ../../library/winsound.rst:121
182200
msgid ""
183201
"If the specified sound cannot be found, do not play the system default sound."
184202
msgstr ""
203+
"Se o som especificado não for encontrado, o som padrão do sistema não será "
204+
"reproduzido."
185205

186206
#: ../../library/winsound.rst:126
187207
msgid "Do not interrupt sounds currently playing."
188-
msgstr ""
208+
msgstr "Não interrompe os sons que estão sendo reproduzidos."
189209

190210
#: ../../library/winsound.rst:131
191211
msgid "Return immediately if the sound driver is busy."
192-
msgstr ""
212+
msgstr "Retorna imediatamente se o driver de som estiver ocupado."
193213

194214
#: ../../library/winsound.rst:140 ../../library/winsound.rst:160
195215
msgid "Play the ``SystemDefault`` sound."
196-
msgstr ""
216+
msgstr "Reproduz o som ``SystemDefault``."
197217

198218
#: ../../library/winsound.rst:145
199219
msgid "Play the ``SystemExclamation`` sound."
200-
msgstr ""
220+
msgstr "Reproduz o som ``SystemExclamation``."
201221

202222
#: ../../library/winsound.rst:150
203223
msgid "Play the ``SystemHand`` sound."
204-
msgstr ""
224+
msgstr "Reproduz o som ``SystemHand``."
205225

206226
#: ../../library/winsound.rst:155
207227
msgid "Play the ``SystemQuestion`` sound."
208-
msgstr ""
228+
msgstr "Reproduz o som ``SystemQuestion``."

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 (59.62% done)
82+
# library (59.69% done)
8383

8484
- argparse.po 262 / 290 ( 90.0% translated).
8585
- array.po 79 / 81 ( 97.0% translated).
@@ -244,7 +244,7 @@
244244
- weakref.po 71 / 81 ( 87.0% translated).
245245
- webbrowser.po 75 / 82 ( 91.0% translated).
246246
- winreg.po 29 / 172 ( 16.0% translated).
247-
- winsound.po 9 / 34 ( 26.0% translated).
247+
- winsound.po 32 / 34 ( 94.0% translated).
248248
- wsgiref.po 63 / 115 ( 54.0% translated).
249249
- xdrlib.po 4 / 54 ( 7.0% translated).
250250
- xml.dom.minidom.po 6 / 51 ( 11.0% translated).
@@ -303,5 +303,5 @@
303303
- 3.9.po 382 / 386 ( 98.0% translated).
304304

305305

306-
# TOTAL (63.25% done)
306+
# TOTAL (63.30% done)
307307

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.25%", "translated": 31312, "entries": 49504, "updated_at": "2025-03-21T00:27:09+00:00Z"}
1+
{"completion": "63.3%", "translated": 31335, "entries": 49504, "updated_at": "2025-03-22T00:26:53+00:00Z"}

0 commit comments

Comments
 (0)