Skip to content

Commit 4be5aaa

Browse files
Update translations
1 parent bd85fad commit 4be5aaa

File tree

4 files changed

+37
-10
lines changed

4 files changed

+37
-10
lines changed

howto/urllib2.po

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-06-06 17:28+0000\n"
19+
"POT-Creation-Date: 2025-06-13 17:30+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
2121
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -685,22 +685,29 @@ msgid ""
685685
"locations through a proxy. However, this can be enabled by extending urllib."
686686
"request as shown in the recipe [#]_."
687687
msgstr ""
688+
"Atualmente, ``urllib.request`` *não* oferece suporte à busca de locais "
689+
"``https`` por meio de um proxy. No entanto, isso pode ser habilitado "
690+
"estendendo urllib.request, conforme mostrado na receita [#]_."
688691

689692
#: ../../howto/urllib2.rst:553
690693
msgid ""
691694
"``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see "
692695
"the documentation on :func:`~urllib.request.getproxies`."
693696
msgstr ""
697+
"``HTTP_PROXY`` será ignorado se uma variável ``REQUEST_METHOD`` estiver "
698+
"definida; veja a documentação em :func:`~urllib.request.getproxies`."
694699

695700
#: ../../howto/urllib2.rst:558
696701
msgid "Sockets and Layers"
697-
msgstr ""
702+
msgstr "Socekts e camadas"
698703

699704
#: ../../howto/urllib2.rst:560
700705
msgid ""
701706
"The Python support for fetching resources from the web is layered. urllib "
702707
"uses the :mod:`http.client` library, which in turn uses the socket library."
703708
msgstr ""
709+
"O suporte do Python para buscar recursos web é em camadas. urllib usa a "
710+
"biblioteca :mod:`http.client`, que por sua vez usa a biblioteca de sockets."
704711

705712
#: ../../howto/urllib2.rst:563
706713
msgid ""
@@ -711,6 +718,13 @@ msgid ""
711718
"request levels. However, you can set the default timeout globally for all "
712719
"sockets using ::"
713720
msgstr ""
721+
"A partir do Python 2.3, você pode especificar quanto tempo um soquete deve "
722+
"aguardar por uma resposta antes de atingir o tempo limite. Isso pode ser "
723+
"útil em aplicações que precisam buscar páginas web. Por padrão, o módulo "
724+
"socket *não tem tempo limite* e pode travar. Atualmente, o tempo limite do "
725+
"soquete não é exposto nos níveis http.client ou urllib.request. No entanto, "
726+
"você pode definir o tempo limite padrão globalmente para todos os soquetes "
727+
"usando ::"
714728

715729
#: ../../howto/urllib2.rst:586
716730
msgid "Footnotes"
@@ -730,18 +744,25 @@ msgid ""
730744
"using web standards is much more sensible. Unfortunately a lot of sites "
731745
"still send different versions to different browsers."
732746
msgstr ""
747+
"A detecção de navegadores é uma prática muito ruim para o design de sites; "
748+
"construir sites usando padrões web é muito mais sensato. Infelizmente, "
749+
"muitos sites ainda enviam versões diferentes para navegadores diferentes."
733750

734751
#: ../../howto/urllib2.rst:594
735752
msgid ""
736753
"The user agent for MSIE 6 is *'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT "
737754
"5.1; SV1; .NET CLR 1.1.4322)'*"
738755
msgstr ""
756+
"O user agent para MSIE 6 é *'Mozilla/4.0 (compatível; MSIE 6.0; Windows NT "
757+
"5.1; SV1; .NET CLR 1.1.4322)'*"
739758

740759
#: ../../howto/urllib2.rst:596
741760
msgid ""
742761
"For details of more HTTP request headers, see `Quick Reference to HTTP "
743762
"Headers`_."
744763
msgstr ""
764+
"Para obter detalhes sobre mais cabeçalhos de solicitação HTTP, consulte "
765+
"`Referência rápida para cabeçalhos HTTP`_."
745766

746767
#: ../../howto/urllib2.rst:598
747768
msgid ""
@@ -750,6 +771,10 @@ msgid ""
750771
"set to use the proxy, which urllib picks up on. In order to test scripts "
751772
"with a localhost server, I have to prevent urllib from using the proxy."
752773
msgstr ""
774+
"No meu caso, preciso usar um proxy para acessar a internet no trabalho. Se "
775+
"você tentar buscar URLs *localhost* por meio desse proxy, ele as bloqueia. O "
776+
"IE está configurado para usar o proxy, que o urllib detecta. Para testar "
777+
"scripts com um servidor localhost, preciso impedir que o urllib use o proxy."
753778

754779
#: ../../howto/urllib2.rst:603
755780
msgid ""

library/urllib.request.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2017
99
# Sheila Gomes <sheilagomes1@gmail.com>, 2020
1010
# i17obot <i17obot@rougeth.com>, 2021
11-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1211
# Alfredo Braga <alfredorodruguesbraga@gmail.com>, 2024
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-01-10 16:41+0000\n"
19+
"POT-Creation-Date: 2025-06-13 17:30+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:34+0000\n"
21-
"Last-Translator: Alfredo Braga <alfredorodruguesbraga@gmail.com>, 2024\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"Language: pt_BR\n"
@@ -496,6 +496,8 @@ msgid ""
496496
"``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see "
497497
"the documentation on :func:`~urllib.request.getproxies`."
498498
msgstr ""
499+
"``HTTP_PROXY`` será ignorado se uma variável ``REQUEST_METHOD`` estiver "
500+
"definida; veja a documentação em :func:`~urllib.request.getproxies`."
499501

500502
#: ../../library/urllib.request.rst:320
501503
msgid "Keep a database of ``(realm, uri) -> (user, password)`` mappings."

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- programming.po 349 / 372 ( 93.0% translated).
5353

5454

55-
# howto (56.30% done)
55+
# howto (56.70% done)
5656

5757
- argparse.po 83 / 84 ( 98.0% translated).
5858
- clinic.po 101 / 415 ( 24.0% translated).
@@ -67,7 +67,7 @@
6767
- sockets.po 37 / 57 ( 64.0% translated).
6868
- sorting.po 54 / 55 ( 98.0% translated).
6969
- unicode.po 30 / 121 ( 24.0% translated).
70-
- urllib2.po 63 / 85 ( 74.0% translated).
70+
- urllib2.po 72 / 85 ( 84.0% translated).
7171

7272

7373
# install (76.44% done)
@@ -235,7 +235,7 @@
235235
- unittest.mock.po 108 / 373 ( 28.0% translated).
236236
- unittest.po 309 / 499 ( 61.0% translated).
237237
- urllib.parse.po 97 / 154 ( 62.0% translated).
238-
- urllib.request.po 43 / 274 ( 15.0% translated).
238+
- urllib.request.po 44 / 274 ( 16.0% translated).
239239
- urllib.robotparser.po 12 / 14 ( 85.0% translated).
240240
- uuid.po 51 / 59 ( 86.0% translated).
241241
- warnings.po 65 / 109 ( 59.0% translated).
@@ -302,5 +302,5 @@
302302
- 3.9.po 383 / 393 ( 97.0% translated).
303303

304304

305-
# TOTAL (64.10% done)
305+
# TOTAL (64.12% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.1%", "translated": 31746, "entries": 49524, "updated_at": "2025-06-11T00:45:31+00:00Z"}
1+
{"completion": "64.12%", "translated": 31756, "entries": 49524, "updated_at": "2025-06-14T00:43:41+00:00Z"}

0 commit comments

Comments
 (0)