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

Skip to content

Commit 14af440

Browse files
Update translations from Transifex
1 parent 17a4af9 commit 14af440

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

library/asyncio-eventloop.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,19 +1044,26 @@ msgid ""
10441044
"The socket family will be :py:data:`~socket.AF_UNIX`; socket type will be :"
10451045
"py:data:`~socket.SOCK_STREAM`."
10461046
msgstr ""
1047+
"A família de soquete será :py:data:`~socket.AF_UNIX`; o tipo de soquete "
1048+
"será :py:data:`~socket.SOCK_STREAM`."
10471049

10481050
#: ../../library/asyncio-eventloop.rst:581
10491051
msgid ""
10501052
"*path* is the name of a Unix domain socket and is required, unless a *sock* "
10511053
"parameter is specified. Abstract Unix sockets, :class:`str`, :class:"
10521054
"`bytes`, and :class:`~pathlib.Path` paths are supported."
10531055
msgstr ""
1056+
"*path* é o nome de um soquete de domínio Unix e é obrigatório, a não ser que "
1057+
"um parâmetro *sock* seja esecificado. Soquetes Unix abstratos, :class:"
1058+
"`str`, :class:`bytes`, e caminhos :class:`~pathlib.Path` são suportados."
10541059

10551060
#: ../../library/asyncio-eventloop.rst:586
10561061
msgid ""
10571062
"See the documentation of the :meth:`loop.create_connection` method for "
10581063
"information about arguments to this method."
10591064
msgstr ""
1065+
"Veja a documentação do método :meth:`loop.create_connection` para "
1066+
"informações a respeito de argumentos para este método."
10601067

10611068
#: ../../library/asyncio-eventloop.rst:590
10621069
#: ../../library/asyncio-eventloop.rst:710
@@ -1072,46 +1079,57 @@ msgstr ""
10721079

10731080
#: ../../library/asyncio-eventloop.rst:601
10741081
msgid "Creating network servers"
1075-
msgstr ""
1082+
msgstr "Criando servidores de rede"
10761083

10771084
#: ../../library/asyncio-eventloop.rst:611
10781085
msgid ""
10791086
"Create a TCP server (socket type :data:`~socket.SOCK_STREAM`) listening on "
10801087
"*port* of the *host* address."
10811088
msgstr ""
1089+
"Cria um servidor TCP (tipo de soquete :data:`~socket.SOCK_STREAM`) escutando "
1090+
"em *port* do entedeço *host*."
10821091

10831092
#: ../../library/asyncio-eventloop.rst:614
10841093
msgid "Returns a :class:`Server` object."
1085-
msgstr ""
1094+
msgstr "Retorna um objeto :class:`Server`."
10861095

10871096
#: ../../library/asyncio-eventloop.rst:616
10881097
msgid "Arguments:"
1089-
msgstr ""
1098+
msgstr "Argumentos:"
10901099

10911100
#: ../../library/asyncio-eventloop.rst:621
10921101
msgid ""
10931102
"The *host* parameter can be set to several types which determine where the "
10941103
"server would be listening:"
10951104
msgstr ""
1105+
"O parâmetro *host* pode ser definido para diversos tipos, o qual determina "
1106+
"onde o servidor deve escutar:"
10961107

10971108
#: ../../library/asyncio-eventloop.rst:624
10981109
msgid ""
10991110
"If *host* is a string, the TCP server is bound to a single network interface "
11001111
"specified by *host*."
11011112
msgstr ""
1113+
"Se *host* for uma string, o servidor TCP está vinculado a apenas uma "
1114+
"interface de rede, especificada por *host*."
11021115

11031116
#: ../../library/asyncio-eventloop.rst:627
11041117
msgid ""
11051118
"If *host* is a sequence of strings, the TCP server is bound to all network "
11061119
"interfaces specified by the sequence."
11071120
msgstr ""
1121+
"Se *host* é uma sequência de strings, o servidor TCP está vinculado a todas "
1122+
"as interfaces de rede especificadas pela sequência."
11081123

11091124
#: ../../library/asyncio-eventloop.rst:630
11101125
msgid ""
11111126
"If *host* is an empty string or ``None``, all interfaces are assumed and a "
11121127
"list of multiple sockets will be returned (most likely one for IPv4 and "
11131128
"another one for IPv6)."
11141129
msgstr ""
1130+
"Se *host* é uma string vazia ou ``None``, todas as interfaces são assumidas "
1131+
"e uma lista de múltiplos soquetes será retornada (muito provavelmente um "
1132+
"para IPv4 e outro para IPv6)."
11151133

11161134
#: ../../library/asyncio-eventloop.rst:634
11171135
msgid ""

0 commit comments

Comments
 (0)