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

Commitbef2fc1

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent8345af6 commitbef2fc1

File tree

4 files changed

+31
-1743
lines changed

4 files changed

+31
-1743
lines changed

‎library/urllib.request.po‎

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.12\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-08-27 16:11+0000\n"
14+
"POT-Creation-Date:2025-09-17 04:24+0000\n"
1515
"PO-Revision-Date:2025-07-18 19:58+0000\n"
1616
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -25,7 +25,7 @@ msgstr ""
2525

2626
#:../../library/urllib.request.rst:2
2727
msgid":mod:`!urllib.request` --- Extensible library for opening URLs"
28-
msgstr""
28+
msgstr":mod:`!urllib.request` --- Biblioteca extensível para abrir URLs"
2929

3030
#:../../library/urllib.request.rst:11
3131
msgid"**Source code:** :source:`Lib/urllib/request.py`"
@@ -56,6 +56,11 @@ msgid ""
5656
"system API. Set the environment variable ``no_proxy`` to ``*`` to avoid this "
5757
"problem (e.g. ``os.environ[\"no_proxy\"] =\"*\"``)."
5858
msgstr""
59+
"No macOS, não é seguro usar este módulo em programas que utilizam :func:`os."
60+
"fork` porque a implementação :func:`getproxies` para macOS utiliza uma API "
61+
"de sistema de nível mais alto. Defina a variável de ambiente ``no_proxy`` "
62+
"como ``*`` para evitar esse problema (por exemplo, ``os."
63+
"environ[\"no_proxy\"] =\"*\"``)."
5964

6065
#:../../includes/wasm-notavail.rst:3
6166
msgid"Availability"
@@ -80,6 +85,8 @@ msgid ""
8085
"Open *url*, which can be either a string containing a valid, properly "
8186
"encoded URL, or a :class:`Request` object."
8287
msgstr""
88+
"Abre *url*, que pode ser uma string contendo uma URL válida e devidamente "
89+
"codificada, ou um objeto :class:`Request`."
8390

8491
#:../../library/urllib.request.rst:42
8592
msgid""
@@ -199,6 +206,10 @@ msgid ""
199206
"`ProxyHandler` is default installed and makes sure the requests are handled "
200207
"through the proxy."
201208
msgstr""
209+
"Além disso, se as configurações de proxy forem detectadas (por exemplo, "
210+
"quando uma variável de ambiente ``*_proxy`` como :envvar:`!http_proxy` é "
211+
"definida), :class:`ProxyHandler` é instalado por padrão e garante que as "
212+
"solicitações sejam manipuladas pelo proxy."
202213

203214
#:../../library/urllib.request.rst:93
204215
msgid""
@@ -233,6 +244,8 @@ msgid ""
233244
"HTTPS virtual hosts are now supported if possible (that is, if :const:`ssl."
234245
"HAS_SNI` is true)."
235246
msgstr""
247+
"Hosts virtuais HTTPS agora são suportados, se possível (ou seja, se :const:"
248+
"`ssl.HAS_SNI` for verdadeiro)."
236249

237250
#:../../library/urllib.request.rst:111
238251
msgid"*data* can be an iterable object."
@@ -252,6 +265,9 @@ msgid ""
252265
"``http/1.1`` when no *context* is given. Custom *context* should set ALPN "
253266
"protocols with :meth:`~ssl.SSLContext.set_alpn_protocols`."
254267
msgstr""
268+
"A conexão HTTPS agora envia uma extensão ALPN com o indicador de protocolo "
269+
"``http/1.1`` quando nenhum *context* é fornecido. *context* personalizado "
270+
"deve definir protocolos ALPN com :meth:`~ssl.SSLContext.set_alpn_protocols`."
255271

256272
#:../../library/urllib.request.rst:126
257273
msgid""
@@ -272,6 +288,12 @@ msgid ""
272288
"`~urllib.request.urlopen`. The code does not check for a real :class:"
273289
"`OpenerDirector`, and any class with the appropriate interface will work."
274290
msgstr""
291+
"Instala uma instância de :class:`OpenerDirector` como o abridor global "
292+
"padrão. A instalação de um abridor só é necessária se você quiser que o "
293+
"urlopen o utilize; caso contrário, basta chamar :meth:`OpenerDirector.open` "
294+
"em vez de :func:`~urllib.request.urlopen`. O código não verifica se há um :"
295+
"class:`OpenerDirector` real, e qualquer classe com a interface apropriada "
296+
"funcionará."
275297

276298
#:../../library/urllib.request.rst:144
277299
msgid""

‎potodo.md‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171

72-
#library (65.25% done)
72+
#library (65.27% done)
7373

7474
- 2to3.po 121 / 132 ( 91.0% translated).
7575
- array.po 78 / 84 ( 92.0% translated).
@@ -195,7 +195,7 @@
195195
- unittest.mock.po 103 / 440 ( 23.0% translated).
196196
- unittest.po 282 / 536 ( 52.0% translated).
197197
- urllib.parse.po 110 / 167 ( 65.0% translated).
198-
- urllib.request.po44 / 300 (14.0% translated).
198+
- urllib.request.po51 / 300 (17.0% translated).
199199
- warnings.po 75 / 131 ( 57.0% translated).
200200
- wave.po 17 / 53 ( 32.0% translated).
201201
- webbrowser.po 65 / 83 ( 78.0% translated).
@@ -212,9 +212,8 @@
212212
- zoneinfo.po 42 / 83 ( 50.0% translated).
213213

214214

215-
#reference (99.96% done)
215+
#reference (100.00% done)
216216

217-
- grammar.po 3 / 4 ( 75.0% translated).
218217

219218

220219
#tutorial (99.61% done)
@@ -247,5 +246,5 @@
247246
- 3.7.po 252 / 568 ( 44.0% translated).
248247

249248

250-
#TOTAL (70.03% done)
249+
#TOTAL (70.05% done)
251250

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp