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

Skip to content

Commit 0e771df

Browse files
Update translations
1 parent d73626e commit 0e771df

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

potodo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,21 +243,20 @@
243243
- windows.po 374 / 378 ( 98.0% translated).
244244

245245

246-
# whatsnew (74.83% done)
246+
# whatsnew (74.91% done)
247247

248248
- 2.3.po 327 / 387 ( 84.0% translated).
249249
- 2.4.po 266 / 319 ( 83.0% translated).
250250
- 2.5.po 384 / 452 ( 84.0% translated).
251251
- 2.6.po 537 / 626 ( 85.0% translated).
252252
- 3.0.po 192 / 212 ( 90.0% translated).
253253
- 3.1.po 114 / 132 ( 86.0% translated).
254-
- 3.10.po 542 / 550 ( 98.0% translated).
255254
- 3.2.po 65 / 576 ( 11.0% translated).
256255
- 3.3.po 137 / 682 ( 20.0% translated).
257256
- 3.5.po 125 / 578 ( 21.0% translated).
258257
- 3.6.po 237 / 544 ( 43.0% translated).
259258
- 3.7.po 252 / 568 ( 44.0% translated).
260259

261260

262-
# TOTAL (66.97% done)
261+
# TOTAL (66.98% done)
263262

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.97%", "translated": 41441, "entries": 61880, "updated_at": "2025-03-17T23:28:08+00:00Z"}
1+
{"completion": "66.98%", "translated": 41449, "entries": 61880, "updated_at": "2025-03-18T23:28:11+00:00Z"}

whatsnew/3.10.po

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,6 +2558,8 @@ msgid ""
25582558
"Add :func:`itertools.pairwise`. (Contributed by Raymond Hettinger in :issue:"
25592559
"`38200`.)"
25602560
msgstr ""
2561+
"Adiciona :func:`itertools.pairwise`. (Contribuição de Raymond Hettinger em :"
2562+
"issue:`38200`.)"
25612563

25622564
#: ../../whatsnew/3.10.rst:1240
25632565
msgid "linecache"
@@ -2572,6 +2574,8 @@ msgid ""
25722574
"Add :func:`os.cpu_count` support for VxWorks RTOS. (Contributed by Peixing "
25732575
"Xin in :issue:`41440`.)"
25742576
msgstr ""
2577+
"Adiciona suporte a :func:`os.cpu_count` para RTOS de VxWorks. (Contribuição "
2578+
"de Peixing Xin em :issue:`41440`.)"
25752579

25762580
#: ../../whatsnew/3.10.rst:1251
25772581
msgid ""
@@ -2590,6 +2594,10 @@ msgid ""
25902594
"one of the file descriptors must refer to a pipe. (Contributed by Pablo "
25912595
"Galindo in :issue:`41625`.)"
25922596
msgstr ""
2597+
"Adiciona :func:`os.splice` que permite mover dados entre dois descritores de "
2598+
"arquivo sem copiar entre o espaço de endereço do kernel e o espaço de "
2599+
"endereço do usuário, onde um dos descritores de arquivo deve se referir a um "
2600+
"encadeamento (pipe). (Contribuição de Pablo Galindo em :issue:`41625`.)"
25932601

25942602
#: ../../whatsnew/3.10.rst:1260
25952603
msgid ""
@@ -2671,6 +2679,10 @@ msgid ""
26712679
"software/systemd/man/os-release.html>`_ standard file. (Contributed by "
26722680
"Christian Heimes in :issue:`28468`.)"
26732681
msgstr ""
2682+
"Adiciona :func:`platform.freedesktop_os_release` para obter a identificação "
2683+
"do sistema operacional a partir do arquivo padrão `os-release do freedesktop."
2684+
"org <https://www.freedesktop.org/software/systemd/man/os-release.html>`_. "
2685+
"(Contribuição de Christian Heimes em :issue:`28468`.)"
26742686

26752687
#: ../../whatsnew/3.10.rst:1301
26762688
msgid "pprint"
@@ -3934,7 +3946,7 @@ msgid ""
39343946
"exceptions were logged, and the last exception was always silently ignored. "
39353947
"(Contributed by Victor Stinner in :issue:`42639`.)"
39363948
msgstr ""
3937-
":mod:`atexit`: Ao sair do Python, se uma função de retorno registrada com :"
3949+
":mod:`atexit`: ao sair do Python, se uma função de retorno registrada com :"
39383950
"func:`atexit.register` falhar, sua exceção agora é registrada nos logs. "
39393951
"Anteriormente, apenas algumas exceções eram registradas nos logs e a última "
39403952
"exceção era sempre ignorada silenciosamente. (Contribuição de Victor Stinner "
@@ -3993,6 +4005,8 @@ msgid ""
39934005
"async def foo(loop):\n"
39944006
" await asyncio.sleep(1, loop=loop)"
39954007
msgstr ""
4008+
"async def foo(loop):\n"
4009+
" await asyncio.sleep(1, loop=loop)"
39964010

39974011
#: ../../whatsnew/3.10.rst:1918
39984012
msgid "Should be replaced with this::"
@@ -4003,6 +4017,8 @@ msgid ""
40034017
"async def foo():\n"
40044018
" await asyncio.sleep(1)"
40054019
msgstr ""
4020+
"async def foo():\n"
4021+
" await asyncio.sleep(1)"
40064022

40074023
#: ../../whatsnew/3.10.rst:1923
40084024
msgid ""
@@ -4057,7 +4073,7 @@ msgid ""
40574073
"example, :c:func:`Py_CompileString`. The resulting code object can then be "
40584074
"evaluated using, for example, :c:func:`PyEval_EvalCode`."
40594075
msgstr ""
4060-
"O código-fonte deveria agora ser compilado diretamente para um objeto código "
4076+
"O código-fonte deve ser agora compilado diretamente para um objeto código "
40614077
"usando, por exemplo, :c:func:`Py_CompileString`. O objeto código resultante "
40624078
"pode ser então avaliado usando, por exemplo, :c:func:`PyEval_EvalCode`."
40634079

@@ -4071,8 +4087,7 @@ msgid ""
40714087
"can be replaced by calling :c:func:`Py_CompileString`."
40724088
msgstr ""
40734089
"Uma chamada para ``PyParser_SimpleParseStringFlags`` seguida por "
4074-
"``PyNode_Compile`` pode ser substituída por chamar :c:func:"
4075-
"`Py_CompileString`."
4090+
"``PyNode_Compile`` pode ser substituída por :c:func:`Py_CompileString`."
40764091

40774092
#: ../../whatsnew/3.10.rst:1956
40784093
msgid ""
@@ -4109,6 +4124,13 @@ msgid ""
41094124
"source_buf = PyBytes_AsString(source_bytes_object);\n"
41104125
"code = Py_CompileString(source_buf, filename, Py_file_input);"
41114126
msgstr ""
4127+
"io_module = Import_ImportModule(\"io\");\n"
4128+
"fileobject = PyObject_CallMethod(io_module, \"open\", \"ss\", filename, "
4129+
"\"rb\");\n"
4130+
"source_bytes_object = PyObject_CallMethod(fileobject, \"read\", \"\");\n"
4131+
"result = PyObject_CallMethod(fileobject, \"close\", \"\");\n"
4132+
"source_buf = PyBytes_AsString(source_bytes_object);\n"
4133+
"code = Py_CompileString(source_buf, filename, Py_file_input);"
41124134

41134135
#: ../../whatsnew/3.10.rst:1973
41144136
msgid ""
@@ -4518,6 +4540,9 @@ msgid ""
45184540
"# define Py_SET_REFCNT(obj, refcnt) ((Py_REFCNT(obj) = (refcnt)), (void)0)\n"
45194541
"#endif"
45204542
msgstr ""
4543+
"#if PY_VERSION_HEX < 0x030900A4\n"
4544+
"# define Py_SET_REFCNT(obj, refcnt) ((Py_REFCNT(obj) = (refcnt)), (void)0)\n"
4545+
"#endif"
45214546

45224547
#: ../../whatsnew/3.10.rst:2164
45234548
msgid "(Contributed by Victor Stinner in :issue:`39573`.)"

0 commit comments

Comments
 (0)