File tree Expand file tree Collapse file tree 4 files changed +5457
-5434
lines changed
Expand file tree Collapse file tree 4 files changed +5457
-5434
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ msgid ""
359359"Borland note: convert :file:`python{NN}.lib` to OMF format using Coff2Omf."
360360"exe first."
361361msgstr ""
362- "Nota da Borland: converter :file:' python{NN}.lib' ao formato OMF usando "
362+ "Nota da Borland: converter :file:` python{NN}.lib` ao formato OMF usando "
363363"Coff2Omf.exe primeiro."
364364
365365#: ../../faq/windows.rst:197
@@ -501,6 +501,11 @@ msgid ""
501501"set \" Tab size\" and \" Indent size\" to 4, and select the \" Insert spaces\" "
502502"radio button."
503503msgstr ""
504+ "Sob qualquer editor, misturar tabulações e espaços é uma má ideia. O MSVC "
505+ "não é diferente nesse aspecto e é facilmente configurado para usar espaços: "
506+ "Selecione :menuselection:`Tools --> Options --> Tabs` e, para o tipo de "
507+ "arquivo \" Default\" , defina \" Tab size\" e \" Indent size\" para 4 e "
508+ "selecione o botão de opção \" Insert spaces\" ."
504509
505510#: ../../faq/windows.rst:273
506511msgid ""
Original file line number Diff line number Diff line change @@ -4689,6 +4689,10 @@ msgid ""
46894689"For :class:`bytes` objects, the original sequence is returned if *width* is "
46904690"less than or equal to ``len(s)``."
46914691msgstr ""
4692+ "Retorna uma cópia do objeto alinhado a esquerda em uma sequência de "
4693+ "comprimento *width*. Preenchimento é feito usando o *fillbyte* especificado "
4694+ "(o padrão é um espaço ASCII). Para objetos :class:`bytes`, a sequência "
4695+ "original é retornada se *width* é menor que ou igual a ``len(s)``."
46924696
46934697#: ../../library/stdtypes.rst:2807
46944698msgid ""
@@ -4713,6 +4717,8 @@ msgid ""
47134717"The binary sequence of byte values to remove may be any :term:`bytes-like "
47144718"object`."
47154719msgstr ""
4720+ "A sequência binária de valores de bytes a serem removidos pode ser qualquer :"
4721+ "term:`objeto byte ou similar <bytes-like object>`."
47164722
47174723#: ../../library/stdtypes.rst:2831
47184724msgid ""
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.8\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2020-02-09 12:40 +0000\n "
20+ "POT-Creation-Date : 2020-04-17 13:36 +0000\n "
2121"PO-Revision-Date : 2017-02-16 23:33+0000\n "
2222"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2020\n "
2323"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -1205,7 +1205,7 @@ msgid "Test that *expr* is (or is not) ``None``."
12051205msgstr ""
12061206
12071207#: ../../library/unittest.rst:916
1208- msgid "Test that *first * is (or is not) in *second *."
1208+ msgid "Test that *member * is (or is not) in *container *."
12091209msgstr ""
12101210
12111211#: ../../library/unittest.rst:924
You can’t perform that action at this time.
0 commit comments