@@ -913,19 +913,26 @@ msgid ""
913
913
"The socket family will be :py:data:`~socket.AF_UNIX`; socket type will be :"
914
914
"py:data:`~socket.SOCK_STREAM`."
915
915
msgstr ""
916
+ "A família de soquete será :py:data:`~socket.AF_UNIX`; o tipo de soquete "
917
+ "será :py:data:`~socket.SOCK_STREAM`."
916
918
917
919
#: ../../library/asyncio-eventloop.rst:515
918
920
msgid ""
919
921
"*path* is the name of a Unix domain socket and is required, unless a *sock* "
920
922
"parameter is specified. Abstract Unix sockets, :class:`str`, :class:"
921
923
"`bytes`, and :class:`~pathlib.Path` paths are supported."
922
924
msgstr ""
925
+ "*path* é o nome de um soquete de domínio Unix e é obrigatório, a não ser que "
926
+ "um parâmetro *sock* seja esecificado. Soquetes Unix abstratos, :class:"
927
+ "`str`, :class:`bytes`, e caminhos :class:`~pathlib.Path` são suportados."
923
928
924
929
#: ../../library/asyncio-eventloop.rst:520
925
930
msgid ""
926
931
"See the documentation of the :meth:`loop.create_connection` method for "
927
932
"information about arguments to this method."
928
933
msgstr ""
934
+ "Veja a documentação do método :meth:`loop.create_connection` para "
935
+ "informações a respeito de argumentos para este método."
929
936
930
937
#: ../../library/asyncio-eventloop.rst:524
931
938
#: ../../library/asyncio-eventloop.rst:644
@@ -941,46 +948,57 @@ msgstr ""
941
948
942
949
#: ../../library/asyncio-eventloop.rst:535
943
950
msgid "Creating network servers"
944
- msgstr ""
951
+ msgstr "Criando servidores de rede "
945
952
946
953
#: ../../library/asyncio-eventloop.rst:545
947
954
msgid ""
948
955
"Create a TCP server (socket type :data:`~socket.SOCK_STREAM`) listening on "
949
956
"*port* of the *host* address."
950
957
msgstr ""
958
+ "Cria um servidor TCP (tipo de soquete :data:`~socket.SOCK_STREAM`) escutando "
959
+ "em *port* do entedeço *host*."
951
960
952
961
#: ../../library/asyncio-eventloop.rst:548
953
962
msgid "Returns a :class:`Server` object."
954
- msgstr ""
963
+ msgstr "Retorna um objeto :class:`Server`. "
955
964
956
965
#: ../../library/asyncio-eventloop.rst:550
957
966
msgid "Arguments:"
958
- msgstr ""
967
+ msgstr "Argumentos: "
959
968
960
969
#: ../../library/asyncio-eventloop.rst:555
961
970
msgid ""
962
971
"The *host* parameter can be set to several types which determine where the "
963
972
"server would be listening:"
964
973
msgstr ""
974
+ "O parâmetro *host* pode ser definido para diversos tipos, o qual determina "
975
+ "onde o servidor deve escutar:"
965
976
966
977
#: ../../library/asyncio-eventloop.rst:558
967
978
msgid ""
968
979
"If *host* is a string, the TCP server is bound to a single network interface "
969
980
"specified by *host*."
970
981
msgstr ""
982
+ "Se *host* for uma string, o servidor TCP está vinculado a apenas uma "
983
+ "interface de rede, especificada por *host*."
971
984
972
985
#: ../../library/asyncio-eventloop.rst:561
973
986
msgid ""
974
987
"If *host* is a sequence of strings, the TCP server is bound to all network "
975
988
"interfaces specified by the sequence."
976
989
msgstr ""
990
+ "Se *host* é uma sequência de strings, o servidor TCP está vinculado a todas "
991
+ "as interfaces de rede especificadas pela sequência."
977
992
978
993
#: ../../library/asyncio-eventloop.rst:564
979
994
msgid ""
980
995
"If *host* is an empty string or ``None``, all interfaces are assumed and a "
981
996
"list of multiple sockets will be returned (most likely one for IPv4 and "
982
997
"another one for IPv6)."
983
998
msgstr ""
999
+ "Se *host* é uma string vazia ou ``None``, todas as interfaces são assumidas "
1000
+ "e uma lista de múltiplos soquetes será retornada (muito provavelmente um "
1001
+ "para IPv4 e outro para IPv6)."
984
1002
985
1003
#: ../../library/asyncio-eventloop.rst:568
986
1004
msgid ""
0 commit comments