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

Skip to content

Commit bad61ca

Browse files
pomerge from 3.9 branch into 2.7
1 parent 8ed40f3 commit bad61ca

File tree

10 files changed

+79
-31
lines changed

10 files changed

+79
-31
lines changed

distutils/apiref.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ msgstr ""
20392039

20402040
#: ../../distutils/apiref.rst:1560
20412041
msgid "option name"
2042-
msgstr ""
2042+
msgstr "nome da opção"
20432043

20442044
#: ../../distutils/apiref.rst:1560
20452045
msgid "default"

library/ftplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ msgstr ""
5757

5858
#: ../../library/ftplib.rst:54 ../../library/ftplib.rst:181
5959
msgid "*timeout* was added."
60-
msgstr ""
60+
msgstr "*timeout* foi adicionado."
6161

6262
#: ../../library/ftplib.rst:60
6363
msgid ""

library/httplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ msgstr ""
9090

9191
#: ../../library/httplib.rst:71 ../../library/httplib.rst:93
9292
msgid "*timeout* was added."
93-
msgstr ""
93+
msgstr "*timeout* foi adicionado."
9494

9595
#: ../../library/httplib.rst:74 ../../library/httplib.rst:96
9696
msgid "*source_address* was added."

library/popen2.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ msgstr ""
147147

148148
#: ../../library/popen2.rst:111
149149
msgid "The following attributes are also available:"
150-
msgstr ""
150+
msgstr "Os seguintes atributos também estão disponíveis:"
151151

152152
#: ../../library/popen2.rst:116
153153
msgid ""
@@ -169,7 +169,7 @@ msgstr ""
169169

170170
#: ../../library/popen2.rst:135
171171
msgid "The process ID of the child process."
172-
msgstr ""
172+
msgstr "O ID de processo do processo filho."
173173

174174
#: ../../library/popen2.rst:141
175175
msgid "Flow Control Issues"

library/poplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ msgstr ""
5959

6060
#: ../../library/poplib.rst:38
6161
msgid "*timeout* was added."
62-
msgstr ""
62+
msgstr "*timeout* foi adicionado."
6363

6464
#: ../../library/poplib.rst:44
6565
msgid ""

library/smtplib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ msgstr ""
5757

5858
#: ../../library/smtplib.rst:42
5959
msgid "*timeout* was added."
60-
msgstr ""
60+
msgstr "*timeout* foi adicionado."
6161

6262
#: ../../library/smtplib.rst:48
6363
msgid ""

library/subprocess.po

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ msgstr ""
174174

175175
#: ../../library/subprocess.rst:201
176176
msgid "Frequently Used Arguments"
177-
msgstr ""
177+
msgstr "Argumentos Usados Freqüentemente"
178178

179179
#: ../../library/subprocess.rst:203
180180
msgid ""
@@ -183,6 +183,11 @@ msgid ""
183183
"most typical use cases, many of these arguments can be safely left at their "
184184
"default values. The arguments that are most commonly needed are:"
185185
msgstr ""
186+
"Para suportar uma ampla variedade de casos de uso, o construtor :class:"
187+
"`Popen` (e as funções de conveniência) aceita muitos argumentos opcionais. "
188+
"Para a maioria dos casos de uso típicos, muitos desses argumentos podem ser "
189+
"seguramente deixados em seus valores padrão. Os argumentos mais comumente "
190+
"necessários são:"
186191

187192
#: ../../library/subprocess.rst:208
188193
msgid ""
@@ -193,6 +198,13 @@ msgid ""
193198
"either *shell* must be :const:`True` (see below) or else the string must "
194199
"simply name the program to be executed without specifying any arguments."
195200
msgstr ""
201+
"*args* é necessário para todas as chamadas e deve ser uma string ou uma "
202+
"sequência de argumentos do programa. Fornecer uma sequência de argumentos "
203+
"geralmente é preferível, pois permite que o módulo cuide de qualquer "
204+
"escapamento e citação de argumentos que forem necessários (por exemplo, para "
205+
"permitir espaços em nomes de arquivo). Se for passada uma única string, "
206+
"*shell* deve ser :const:`True` (veja abaixo) ou então a string deve apenas "
207+
"nomear o programa a ser executado sem especificar nenhum argumento."
196208

197209
#: ../../library/subprocess.rst:216 ../../library/subprocess.rst:372
198210
msgid ""
@@ -256,10 +268,12 @@ msgid ""
256268
"These options, along with all of the other options, are described in more "
257269
"detail in the :class:`Popen` constructor documentation."
258270
msgstr ""
271+
"Essas opções, junto com todas as outras opções, são descritas em mais "
272+
"detalhes na documentação do construtor :class:`Popen`."
259273

260274
#: ../../library/subprocess.rst:271
261275
msgid "Popen Constructor"
262-
msgstr ""
276+
msgstr "Construtor Popen"
263277

264278
#: ../../library/subprocess.rst:273
265279
msgid ""
@@ -308,13 +322,21 @@ msgid ""
308322
"used in the shell (such as filenames containing spaces or the *echo* command "
309323
"shown above) are single list elements."
310324
msgstr ""
325+
"Observe em particular que as opções (como *-input*) e argumentos (como *eggs."
326+
"txt*) que são separados por espaços em branco no shell vão em elementos de "
327+
"lista separados, enquanto os argumentos que precisam de aspas ou escape de "
328+
"contrabarra quando usados no shell (como nomes de arquivos contendo espaços "
329+
"ou o comando *echo* mostrado acima) são um único elemento de lista."
311330

312331
#: ../../library/subprocess.rst:319
313332
msgid ""
314333
"On Windows, if *args* is a sequence, it will be converted to a string in a "
315334
"manner described in :ref:`converting-argument-sequence`. This is because "
316335
"the underlying ``CreateProcess()`` operates on strings."
317336
msgstr ""
337+
"No Windows, se *args* for uma sequência, será convertido em uma string da "
338+
"maneira descrita em :ref:`converting-argument-sequence`. Isso ocorre porque "
339+
"o ``CreateProcess()`` subjacente opera em strings."
318340

319341
#: ../../library/subprocess.rst:323
320342
msgid ""
@@ -461,18 +483,26 @@ msgid ""
461483
"example, when trying to execute a non-existent file. Applications should "
462484
"prepare for :exc:`OSError` exceptions."
463485
msgstr ""
486+
"A exceção mais comum levantada é :exc:`OSError`. Isso ocorre, por exemplo, "
487+
"ao tentar executar um arquivo inexistente. Os aplicativos devem se preparar "
488+
"para exceções :exc:`OSError`."
464489

465490
#: ../../library/subprocess.rst:440
466491
msgid ""
467492
"A :exc:`ValueError` will be raised if :class:`Popen` is called with invalid "
468493
"arguments."
469494
msgstr ""
495+
"A exceção :exc:`ValueError` será levantada se :class:`Popen` for chamado com "
496+
"argumentos inválidos."
470497

471498
#: ../../library/subprocess.rst:443
472499
msgid ""
473500
":func:`check_call` and :func:`check_output` will raise :exc:"
474501
"`CalledProcessError` if the called process returns a non-zero return code."
475502
msgstr ""
503+
":func:`check_call` e :func:`check_output` levantarão :exc:"
504+
"`CalledProcessError` se o processo chamado retornar um código de retorno "
505+
"diferente de zero."
476506

477507
#: ../../library/subprocess.rst:449
478508
msgid "Security"
@@ -489,11 +519,11 @@ msgstr ""
489519

490520
#: ../../library/subprocess.rst:459
491521
msgid "Popen Objects"
492-
msgstr ""
522+
msgstr "Objetos Popen"
493523

494524
#: ../../library/subprocess.rst:461
495525
msgid "Instances of the :class:`Popen` class have the following methods:"
496-
msgstr ""
526+
msgstr "Instâncias da classe :class:`Popen` têm os seguintes métodos:"
497527

498528
#: ../../library/subprocess.rst:466
499529
msgid ""
@@ -543,7 +573,7 @@ msgstr ""
543573

544574
#: ../../library/subprocess.rst:505
545575
msgid "Sends the signal *signal* to the child."
546-
msgstr ""
576+
msgstr "Envia o sinal *signal* para o filho."
547577

548578
#: ../../library/subprocess.rst:509
549579
msgid ""
@@ -567,7 +597,7 @@ msgstr ""
567597

568598
#: ../../library/subprocess.rst:533
569599
msgid "The following attributes are also available:"
570-
msgstr ""
600+
msgstr "Os seguintes atributos também estão disponíveis:"
571601

572602
#: ../../library/subprocess.rst:537
573603
msgid ""
@@ -598,13 +628,15 @@ msgstr ""
598628

599629
#: ../../library/subprocess.rst:564
600630
msgid "The process ID of the child process."
601-
msgstr ""
631+
msgstr "O ID de processo do processo filho."
602632

603633
#: ../../library/subprocess.rst:566
604634
msgid ""
605635
"Note that if you set the *shell* argument to ``True``, this is the process "
606636
"ID of the spawned shell."
607637
msgstr ""
638+
"Observe que se você definir o argumento *shell* como ``True``, este é o ID "
639+
"do processo do shell gerado."
608640

609641
#: ../../library/subprocess.rst:572
610642
msgid ""

library/telnetlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ msgstr ""
7171

7272
#: ../../library/telnetlib.rst:46 ../../library/telnetlib.rst:138
7373
msgid "*timeout* was added."
74-
msgstr ""
74+
msgstr "*timeout* foi adicionado."
7575

7676
#: ../../library/telnetlib.rst:52
7777
msgid ":rfc:`854` - Telnet Protocol Specification"

0 commit comments

Comments
 (0)