@@ -1008,19 +1008,26 @@ msgid ""
1008
1008
"The socket family will be :py:data:`~socket.AF_UNIX`; socket type will be :"
1009
1009
"py:data:`~socket.SOCK_STREAM`."
1010
1010
msgstr ""
1011
+ "A família de soquete será :py:data:`~socket.AF_UNIX`; o tipo de soquete "
1012
+ "será :py:data:`~socket.SOCK_STREAM`."
1011
1013
1012
1014
#: ../../library/asyncio-eventloop.rst:560
1013
1015
msgid ""
1014
1016
"*path* is the name of a Unix domain socket and is required, unless a *sock* "
1015
1017
"parameter is specified. Abstract Unix sockets, :class:`str`, :class:"
1016
1018
"`bytes`, and :class:`~pathlib.Path` paths are supported."
1017
1019
msgstr ""
1020
+ "*path* é o nome de um soquete de domínio Unix e é obrigatório, a não ser que "
1021
+ "um parâmetro *sock* seja esecificado. Soquetes Unix abstratos, :class:"
1022
+ "`str`, :class:`bytes`, e caminhos :class:`~pathlib.Path` são suportados."
1018
1023
1019
1024
#: ../../library/asyncio-eventloop.rst:565
1020
1025
msgid ""
1021
1026
"See the documentation of the :meth:`loop.create_connection` method for "
1022
1027
"information about arguments to this method."
1023
1028
msgstr ""
1029
+ "Veja a documentação do método :meth:`loop.create_connection` para "
1030
+ "informações a respeito de argumentos para este método."
1024
1031
1025
1032
#: ../../library/asyncio-eventloop.rst:569
1026
1033
#: ../../library/asyncio-eventloop.rst:689
@@ -1036,46 +1043,57 @@ msgstr ""
1036
1043
1037
1044
#: ../../library/asyncio-eventloop.rst:580
1038
1045
msgid "Creating network servers"
1039
- msgstr ""
1046
+ msgstr "Criando servidores de rede "
1040
1047
1041
1048
#: ../../library/asyncio-eventloop.rst:590
1042
1049
msgid ""
1043
1050
"Create a TCP server (socket type :data:`~socket.SOCK_STREAM`) listening on "
1044
1051
"*port* of the *host* address."
1045
1052
msgstr ""
1053
+ "Cria um servidor TCP (tipo de soquete :data:`~socket.SOCK_STREAM`) escutando "
1054
+ "em *port* do entedeço *host*."
1046
1055
1047
1056
#: ../../library/asyncio-eventloop.rst:593
1048
1057
msgid "Returns a :class:`Server` object."
1049
- msgstr ""
1058
+ msgstr "Retorna um objeto :class:`Server`. "
1050
1059
1051
1060
#: ../../library/asyncio-eventloop.rst:595
1052
1061
msgid "Arguments:"
1053
- msgstr ""
1062
+ msgstr "Argumentos: "
1054
1063
1055
1064
#: ../../library/asyncio-eventloop.rst:600
1056
1065
msgid ""
1057
1066
"The *host* parameter can be set to several types which determine where the "
1058
1067
"server would be listening:"
1059
1068
msgstr ""
1069
+ "O parâmetro *host* pode ser definido para diversos tipos, o qual determina "
1070
+ "onde o servidor deve escutar:"
1060
1071
1061
1072
#: ../../library/asyncio-eventloop.rst:603
1062
1073
msgid ""
1063
1074
"If *host* is a string, the TCP server is bound to a single network interface "
1064
1075
"specified by *host*."
1065
1076
msgstr ""
1077
+ "Se *host* for uma string, o servidor TCP está vinculado a apenas uma "
1078
+ "interface de rede, especificada por *host*."
1066
1079
1067
1080
#: ../../library/asyncio-eventloop.rst:606
1068
1081
msgid ""
1069
1082
"If *host* is a sequence of strings, the TCP server is bound to all network "
1070
1083
"interfaces specified by the sequence."
1071
1084
msgstr ""
1085
+ "Se *host* é uma sequência de strings, o servidor TCP está vinculado a todas "
1086
+ "as interfaces de rede especificadas pela sequência."
1072
1087
1073
1088
#: ../../library/asyncio-eventloop.rst:609
1074
1089
msgid ""
1075
1090
"If *host* is an empty string or ``None``, all interfaces are assumed and a "
1076
1091
"list of multiple sockets will be returned (most likely one for IPv4 and "
1077
1092
"another one for IPv6)."
1078
1093
msgstr ""
1094
+ "Se *host* é uma string vazia ou ``None``, todas as interfaces são assumidas "
1095
+ "e uma lista de múltiplos soquetes será retornada (muito provavelmente um "
1096
+ "para IPv4 e outro para IPv6)."
1079
1097
1080
1098
#: ../../library/asyncio-eventloop.rst:613
1081
1099
msgid ""
0 commit comments