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

Skip to content

Commit fcee812

Browse files
Update translations
1 parent ae6d491 commit fcee812

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.39%", "translated": 37042, "entries": 55794, "updated_at": "2025-03-17T23:37:25+00:00Z"}
1+
{"completion": "66.39%", "translated": 37042, "entries": 55794, "updated_at": "2025-03-18T23:37:01+00:00Z"}

whatsnew/3.10.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@ msgid ""
32123212
"exceptions were logged, and the last exception was always silently ignored. "
32133213
"(Contributed by Victor Stinner in :issue:`42639`.)"
32143214
msgstr ""
3215-
":mod:`atexit`: Ao sair do Python, se uma função de retorno registrada com :"
3215+
":mod:`atexit`: ao sair do Python, se uma função de retorno registrada com :"
32163216
"func:`atexit.register` falhar, sua exceção agora é registrada nos logs. "
32173217
"Anteriormente, apenas algumas exceções eram registradas nos logs e a última "
32183218
"exceção era sempre ignorada silenciosamente. (Contribuição de Victor Stinner "
@@ -3323,7 +3323,7 @@ msgid ""
33233323
"example, :c:func:`Py_CompileString`. The resulting code object can then be "
33243324
"evaluated using, for example, :c:func:`PyEval_EvalCode`."
33253325
msgstr ""
3326-
"O código-fonte deveria agora ser compilado diretamente para um objeto código "
3326+
"O código-fonte deve ser agora compilado diretamente para um objeto código "
33273327
"usando, por exemplo, :c:func:`Py_CompileString`. O objeto código resultante "
33283328
"pode ser então avaliado usando, por exemplo, :c:func:`PyEval_EvalCode`."
33293329

@@ -3337,8 +3337,7 @@ msgid ""
33373337
"can be replaced by calling :c:func:`Py_CompileString`."
33383338
msgstr ""
33393339
"Uma chamada para ``PyParser_SimpleParseStringFlags`` seguida por "
3340-
"``PyNode_Compile`` pode ser substituída por chamar :c:func:"
3341-
"`Py_CompileString`."
3340+
"``PyNode_Compile`` pode ser substituída por :c:func:`Py_CompileString`."
33423341

33433342
#: ../../whatsnew/3.10.rst:1955
33443343
msgid ""

0 commit comments

Comments
 (0)