X Tutup
Skip to content

Commit 551a803

Browse files
Update translations from Transifex
1 parent 788951a commit 551a803

File tree

4 files changed

+5457
-5434
lines changed

4 files changed

+5457
-5434
lines changed

faq/windows.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ msgid ""
359359
"Borland note: convert :file:`python{NN}.lib` to OMF format using Coff2Omf."
360360
"exe first."
361361
msgstr ""
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."
503503
msgstr ""
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
506511
msgid ""

library/stdtypes.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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)``."
46914691
msgstr ""
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
46944698
msgid ""
@@ -4713,6 +4717,8 @@ msgid ""
47134717
"The binary sequence of byte values to remove may be any :term:`bytes-like "
47144718
"object`."
47154719
msgstr ""
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
47184724
msgid ""

library/unittest.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
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``."
12051205
msgstr ""
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*."
12091209
msgstr ""
12101210

12111211
#: ../../library/unittest.rst:924

0 commit comments

Comments
 (0)
X Tutup