8000 Update translations from Transifex · python/python-docs-pt-br@e39c96e · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit e39c96e

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 1b04905 commit e39c96e

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

whatsnew/2.7.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# Raphael Mendonça, 2021
1111
# Ricardo Cappellano <rcappellano@gmail.com>, 2021
1212
# Victor Matheus Castro <victormatheuscastro@gmail.com>, 2021
13-
# Adorilson Bezerra <adorilson@gmail.com>, 2021
1413
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14+
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
2222
"PO-Revision-Date: 2021-06-28 01:51+0000\n"
23-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
23+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
2626
"MIME-Version: 1.0\n"
@@ -2893,6 +2893,13 @@ msgid ""
28932893
"tiny subset that contains a single function, :func:`~importlib."
28942894
"import_module`."
28952895
msgstr ""
2896+
"Python 3.1 inclui o pacote :mod:`importlib`, uma reimplementação da lógica "
2897+
"subjacente à instrução :keyword:`import` do Python. :mod:`importlib` é útil "
2898+
"para implementadores de interpretadores Python e para usuários que desejam "
2899+
"escrever novos importadores que possam participar do processo de importação. "
2900+
"Python 2.7 não contém o pacote :mod:`importlib` completo, mas em vez disso "
2901+
"possui um pequeno subconjunto que contém uma única função, :func:`~importlib."
2902+
"import_module`."
28962903

28972904
#: ../../whatsnew/2.7.rst:1747
28982905
msgid ""

whatsnew/3.12.po

Li 8000 nes changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# Victor Moura <victor_cmoura@hotmail.com>, 2023
1010
# Italo Penaforte <italo.penaforte@gmail.com>, 2023
1111
# André Filipe de Assunção e Brito <decko@birosca.mobi>, 2023
12-
# Adorilson Bezerra <adorilson@gmail.com>, 2023
1312
# Victor Matheus Castro <victormatheuscastro@gmail.com>, 2023
1413
# Raphael Mendonça, 2023
1514
# Vinícius Muniz de Melo <viniciusdesk@icloud.com>, 2023
1615
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
1716
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
17+
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1818
#
1919
#, fuzzy
2020
msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323
"Report-Msgid-Bugs-To: \n"
2424
"POT-Creation-Date: 2024-05-31 14:14+0000\n"
2525
"PO-Revision-Date: 2023-05-24 13:08+0000\n"
26-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
26+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2727
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2828
"teams/5390/pt_BR/)\n"
2929
"MIME-Version: 1.0\n"
@@ -2368,6 +2368,16 @@ msgid ""
23682368
"<https://discuss.python.org/t/33555>`_ for *why* we're now surfacing this "
23692369
"longstanding platform compatibility problem to developers."
23702370
msgstr ""
2371+
"Nas plataformas POSIX, :func:`os.fork` agora pode levantar uma exceção :exc:"
2372+
"`DeprecationWarning` quando puder detectar a chamada de um processo "
2373+
"multithread. Sempre houve uma incompatibilidade fundamental com a plataforma "
2374+
"POSIX ao fazer isso. Mesmo que esse código *pareça* funcionar. Adicionamos o "
2375+
"aviso para aumentar a conscientização, pois os problemas encontrados pelo "
2376+
"código ao fazer isso estão se tornando mais frequentes. Veja a documentação :"
2377+
"func:`os.fork` para mais detalhes junto com `esta discussão sobre fork ser "
2378+
"incompatível com threads <https://discuss.python.org/t/33555>`_ para *por "
2379+
"que* estamos agora trazendo à tona esse antigo problema de compatibilidade "
2380+
"de plataforma para os desenvolvedores."
23712381

23722382
#: ../../whatsnew/3.12.rst:1260
23732383
msgid ""

0 commit comments

Comments
 (0)
0