Skip to content

Commit 3aa25a7

Browse files
Update translations from Transifex
1 parent 14c4b19 commit 3aa25a7

4 files changed

Lines changed: 7591 additions & 7578 deletions

File tree

howto/sockets.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@ msgid ""
446446
"The string \"0\" would be two bytes, while binary is four. Of course, this "
447447
"doesn't fit well with fixed-length messages. Decisions, decisions."
448448
msgstr ""
449+
"Nestes dias de máquinas de 32 bits, a representação ascii de dados binários "
450+
"é frequentemente menor do que a representação binária. Isso porque, em uma "
451+
"quantidade surpreendente de tempo, todos aqueles longos têm o valor 0, ou "
452+
"talvez 1. A string \"0\" teria dois bytes, enquanto o binário teria quatro. "
453+
"Claro, isso não se encaixa bem com mensagens de comprimento fixo. Decisões, "
454+
"decisões."
449455

450456
#: ../../howto/sockets.rst:272
451457
msgid "Disconnecting"

library/ast.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.10\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
18+
"POT-Creation-Date: 2021-07-30 13:09+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
2020
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
2121
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -807,7 +807,7 @@ msgid "``name`` is a raw string of the function name."
807807
msgstr ""
808808

809809
#: ../../library/ast.rst:1624
810-
msgid "``args`` is a :class:`arguments` node."
810+
msgid "``args`` is an :class:`arguments` node."
811811
msgstr ""
812812

813813
#: ../../library/ast.rst:1625

library/http.server.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.10\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
18+
"POT-Creation-Date: 2021-07-30 13:09+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
2020
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
2121
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -245,7 +245,7 @@ msgid ""
245245
"When a HTTP/1.1 compliant server receives an ``Expect: 100-continue`` "
246246
"request header it responds back with a ``100 Continue`` followed by ``200 "
247247
"OK`` headers. This method can be overridden to raise an error if the server "
248-
"does not want the client to continue. For e.g. server can chose to send "
248+
"does not want the client to continue. For e.g. server can choose to send "
249249
"``417 Expectation Failed`` as a response header and ``return False``."
250250
msgstr ""
251251

0 commit comments

Comments
 (0)