@@ -1044,19 +1044,26 @@ msgid ""
1044
1044
"The socket family will be :py:data:`~socket.AF_UNIX`; socket type will be :"
1045
1045
"py:data:`~socket.SOCK_STREAM`."
1046
1046
msgstr ""
1047
+ "A família de soquete será :py:data:`~socket.AF_UNIX`; o tipo de soquete "
1048
+ "será :py:data:`~socket.SOCK_STREAM`."
1047
1049
1048
1050
#: ../../library/asyncio-eventloop.rst:581
1049
1051
msgid ""
1050
1052
"*path* is the name of a Unix domain socket and is required, unless a *sock* "
1051
1053
"parameter is specified. Abstract Unix sockets, :class:`str`, :class:"
1052
1054
"`bytes`, and :class:`~pathlib.Path` paths are supported."
1053
1055
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."
1054
1059
1055
1060
#: ../../library/asyncio-eventloop.rst:586
1056
1061
msgid ""
1057
1062
"See the documentation of the :meth:`loop.create_connection` method for "
1058
1063
"information about arguments to this method."
1059
1064
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."
1060
1067
1061
1068
#: ../../library/asyncio-eventloop.rst:590
1062
1069
#: ../../library/asyncio-eventloop.rst:710
@@ -1072,46 +1079,57 @@ msgstr ""
1072
1079
1073
1080
#: ../../library/asyncio-eventloop.rst:601
1074
1081
msgid "Creating network servers"
1075
- msgstr ""
1082
+ msgstr "Criando servidores de rede "
1076
1083
1077
1084
#: ../../library/asyncio-eventloop.rst:611
1078
1085
msgid ""
1079
1086
"Create a TCP server (socket type :data:`~socket.SOCK_STREAM`) listening on "
1080
1087
"*port* of the *host* address."
1081
1088
msgstr ""
1089
+ "Cria um servidor TCP (tipo de soquete :data:`~socket.SOCK_STREAM`) escutando "
1090
+ "em *port* do entedeço *host*."
1082
1091
1083
1092
#: ../../library/asyncio-eventloop.rst:614
1084
1093
msgid "Returns a :class:`Server` object."
1085
- msgstr ""
1094
+ msgstr "Retorna um objeto :class:`Server`. "
1086
1095
1087
1096
#: ../../library/asyncio-eventloop.rst:616
1088
1097
msgid "Arguments:"
1089
- msgstr ""
1098
+ msgstr "Argumentos: "
1090
1099
1091
1100
#: ../../library/asyncio-eventloop.rst:621
1092
1101
msgid ""
1093
1102
"The *host* parameter can be set to several types which determine where the "
1094
1103
"server would be listening:"
1095
1104
msgstr ""
1105
+ "O parâmetro *host* pode ser definido para diversos tipos, o qual determina "
1106
+ "onde o servidor deve escutar:"
1096
1107
1097
1108
#: ../../library/asyncio-eventloop.rst:624
1098
1109
msgid ""
1099
1110
"If *host* is a string, the TCP server is bound to a single network interface "
1100
1111
"specified by *host*."
1101
1112
msgstr ""
1113
+ "Se *host* for uma string, o servidor TCP está vinculado a apenas uma "
1114
+ "interface de rede, especificada por *host*."
1102
1115
1103
1116
#: ../../library/asyncio-eventloop.rst:627
1104
1117
msgid ""
1105
1118
"If *host* is a sequence of strings, the TCP server is bound to all network "
1106
1119
"interfaces specified by the sequence."
1107
1120
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."
1108
1123
1109
1124
#: ../../library/asyncio-eventloop.rst:630
1110
1125
msgid ""
1111
1126
"If *host* is an empty string or ``None``, all interfaces are assumed and a "
1112
1127
"list of multiple sockets will be returned (most likely one for IPv4 and "
1113
1128
"another one for IPv6)."
1114
1129
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)."
1115
1133
1116
1134
#: ../../library/asyncio-eventloop.rst:634
1117
1135
msgid ""
0 commit comments