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

Commit1416066

Browse files
Update translations
1 parentf938a7f commit1416066

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

‎potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
- windows.po 338 / 536 ( 63.0% translated).
245245

246246

247-
#whatsnew (44.87% done)
247+
#whatsnew (44.92% done)
248248

249249
- 2.3.po 327 / 387 ( 84.0% translated).
250250
- 2.4.po 266 / 319 ( 83.0% translated).
@@ -258,8 +258,8 @@
258258
- 3.5.po 126 / 578 ( 21.0% translated).
259259
- 3.6.po 236 / 544 ( 43.0% translated).
260260
- 3.7.po 252 / 568 ( 44.0% translated).
261-
- changelog.po2597 / 13300 ( 19.0% translated).
261+
- changelog.po2611 / 13300 ( 19.0% translated).
262262

263263

264-
#TOTAL (59.50% done)
264+
#TOTAL (59.52% done)
265265

‎stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"59.5%","translated":47685,"entries":80137,"updated_at":"2025-06-03T13:18:02+00:00Z"}
1+
{"completion":"59.52%","translated":47699,"entries":80137,"updated_at":"2025-06-03T23:12:22+00:00Z"}

‎whatsnew/changelog.po

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,30 +71,41 @@ msgid ""
7171
":gh:`134885`: Fix possible crash in the :mod:`compression.zstd` module "
7272
"related to setting parameter types. Patch by Jelle Zijlstra."
7373
msgstr ""
74+
":gh:`134885`: Corrige possível falha no módulo :mod:`compression.zstd` "
75+
"relacionada à configuração de tipos de parâmetros. Patch por Jelle Zijlstra."
7476

7577
#: ../NEWS:13
7678
msgid ""
7779
":gh:`134857`: Improve error report for :mod:`doctest`\\ s run with :mod:"
7880
"`unittest`. Remove :mod:`!doctest` module frames from tracebacks and "
7981
"redundant newline character from a failure message."
8082
msgstr ""
83+
":gh:`134857`: Melhoria no relatório de erros para :mod:`doctest` executado "
84+
"com :mod:`unittest`. Remoção de quadros do módulo :mod:`!doctest` de "
85+
"tracebacks e caracteres de quebra de linha redundantes de mensagens de falha."
8186

8287
#: ../NEWS:17
8388
msgid ""
8489
":gh:`128840`: Fix parsing long IPv6 addresses with embedded IPv4 address."
8590
msgstr ""
91+
":gh:`128840`: Corrige a análise de endereços IPv6 longos com endereço IPv4 "
92+
"incorporado."
8693

8794
#: ../NEWS:19
8895
msgid ""
8996
":gh:`134637`: Fix performance regression in calling a :mod:`ctypes` function "
9097
"pointer in :term:`free threading`."
9198
msgstr ""
99+
":gh:`134637`: Corrige regressão de desempenho ao chamar um ponteiro de "
100+
"função :mod:`ctypes` em :term:`threads livres`."
92101

93102
#: ../NEWS:22
94103
msgid ""
95104
":gh:`134210`: :func:`curses.window.getch` now correctly handles signals. "
96105
"Patch by Bénédikt Tran."
97106
msgstr ""
107+
":gh:`134210`: :func:`curses.window.getch` agora manipula sinais "
108+
"corretamente. Patch por Bénédikt Tran."
98109

99110
#: ../NEWS:26 ../NEWS:263 ../NEWS:809 ../NEWS:1381 ../NEWS:1841 ../NEWS:2405
100111
#: ../NEWS:2817 ../NEWS:3221 ../NEWS:3842 ../NEWS:5444 ../NEWS:6414
@@ -124,19 +135,26 @@ msgid ""
124135
":gh:`134679`: Fix crash in the :term:`free threading` build's QSBR code that "
125136
"could occur when changing an object's ``__dict__`` attribute."
126137
msgstr ""
138+
":gh:`134679`: Corrige falha no código QSBR da construção de :term:`threads "
139+
"livres` que poderia ocorrer ao alterar o atributo ``__dict__`` de um objeto."
127140

128141
#: ../NEWS:31
129142
msgid ""
130143
":gh:`127682`: No longer call ``__iter__`` twice in list comprehensions. This "
131144
"brings the behavior of list comprehensions in line with other forms of "
132145
"iteration"
133146
msgstr ""
147+
":gh:`127682`: Não chama mais ``__iter__`` duas vezes em compreensões de "
148+
"lista. Isso alinha o comportamento das compreensões de lista com outras "
149+
"formas de iteração."
134150

135151
#: ../NEWS:35
136152
msgid ""
137153
":gh:`133912`: Fix the C API function ``PyObject_GenericSetDict`` to handle "
138154
"extension classes with inline values."
139155
msgstr ""
156+
":gh:`133912`: Corrige a função da API C ``PyObject_GenericSetDict`` para "
157+
"manipular classes de extensão com valores embutidos."
140158

141159
#: ../NEWS:39 ../NEWS:326 ../NEWS:1103 ../NEWS:1484 ../NEWS:2052 ../NEWS:2605
142160
#: ../NEWS:2913 ../NEWS:3372 ../NEWS:3992 ../NEWS:6294 ../NEWS:6942
@@ -164,14 +182,16 @@ msgid ""
164182
":gh:`134774`: Fix :c:macro:`Py_DEBUG` macro redefinition warnings on Windows "
165183
"debug builds. Patch by Chris Eibl."
166184
msgstr ""
185+
":gh:`134774`: Corrige os avisos de redefinição da macro :c:macro:`Py_DEBUG` "
186+
"em construções de depuração do Windows. Patch por Chris Eibl."
167187

168188
#: ../NEWS:46
169189
msgid "Python 3.14.0 beta 2"
170-
msgstr ""
190+
msgstr "Python 3.14.0 beta 2"
171191

172192
#: ../NEWS:48
173193
msgid "*Release date: 2025-05-26*"
174-
msgstr ""
194+
msgstr "*Data de lançamento: 2025-05-26*"
175195

176196
#: ../NEWS:51 ../NEWS:344 ../NEWS:1148 ../NEWS:1517 ../NEWS:2953 ../NEWS:3393
177197
#: ../NEWS:4048 ../NEWS:6964 ../NEWS:7441 ../NEWS:7926 ../NEWS:8436
@@ -196,12 +216,17 @@ msgid ""
196216
":gh:`130727`: Fix a race in internal calls into WMI that can result in an "
197217
"\"invalid handle\" exception under high load. Patch by Chris Eibl."
198218
msgstr ""
219+
":gh:`130727`: Corrige uma corrida em chamadas internas para o WMI que pode "
220+
"resultar em uma exceção de \"identificador inválido\" sob carga alta. Patch "
221+
"por Chris Eibl."
199222

200223
#: ../NEWS:56
201224
msgid ""
202225
":gh:`76023`: Make :func:`os.path.realpath` ignore Windows error 1005 when in "
203226
"non-strict mode."
204227
msgstr ""
228+
":gh:`76023`: Faz com que :func:`os.path.realpath` ignore o erro 1005 do "
229+
"Windows quando estiver no modo não estrito."
205230

206231
#: ../NEWS:59
207232
msgid ""
@@ -213,6 +238,14 @@ msgid ""
213238
"function can be used to determine whether the current runtime was compiled "
214239
"with that flag or not."
215240
msgstr ""
241+
":gh:`133779`: Reverte a alteração para gerar arquivos :file:`pyconfig.h` "
242+
"diferentes com base nas configurações do compilador, pois isso "
243+
"frequentemente causava falhas nas construções de extensões. Em particular, a "
244+
"variável de pré-processador ``Py_GIL_DISABLED`` agora deve ser sempre "
245+
"definida explicitamente ao compilar para o tempo de execução experimental de "
246+
"threads livres. A função :func:`sysconfig.get_config_var` pode ser usada "
247+
"para determinar se o tempo de execução atual foi compilado com esse "
248+
"sinalizador ou não."
216249

217250
#: ../NEWS:67
218251
msgid ""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp