@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-08-21 09:19 -0300\n "
14
+ "PO-Revision-Date : 2020-08-22 17:17 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -50,18 +50,17 @@ msgid ""
50
50
msgstr ""
51
51
"Aquí hay dos pequeños ejemplos de cómo se puede utilizar. Para enumerar "
52
52
"algunas estadísticas sobre un grupo de noticias e imprimir los temas de los "
53
- "últimos 10 artículos:"
53
+ "últimos 10 artículos:: "
54
54
55
55
# “and that you have right to post on the particular newsgroup”. Me genera dudas sobre si la traducción en “you have right to post” es correcta
56
56
#: ../Doc/library/nntplib.rst:44
57
- #, fuzzy
58
57
msgid ""
59
58
"To post an article from a binary file (this assumes that the article has "
60
59
"valid headers, and that you have right to post on the particular newsgroup)::"
61
60
msgstr ""
62
61
"Para publicar un artículo desde un archivo binario (esto supone que el "
63
62
"artículo tiene encabezados válidos y que tiene derecho a publicar en el "
64
- "grupo de noticias en particular):"
63
+ "grupo de noticias en particular):: "
65
64
66
65
#: ../Doc/library/nntplib.rst:54
67
66
msgid "The module itself defines the following classes:"
@@ -165,40 +164,50 @@ msgstr ""
165
164
#: ../Doc/library/nntplib.rst:138
166
165
msgid "Exception raised when an unexpected reply is received from the server."
167
166
msgstr ""
167
+ "Excepción generada cuando se recibe una respuesta inesperada del servidor."
168
168
169
169
#: ../Doc/library/nntplib.rst:143
170
170
msgid ""
171
171
"Exception raised when a response code in the range 400--499 is received."
172
172
msgstr ""
173
+ "Excepción generada cuando se recibe un código de respuesta dentro del rango "
174
+ "del 400-499."
173
175
174
176
#: ../Doc/library/nntplib.rst:148
175
177
msgid ""
176
178
"Exception raised when a response code in the range 500--599 is received."
177
179
msgstr ""
180
+ "Excepción generada cuando se recibe un código de respuesta dentro del rango "
181
+ "del 500-599."
178
182
179
183
#: ../Doc/library/nntplib.rst:153
180
184
msgid ""
181
185
"Exception raised when a reply is received from the server that does not "
182
186
"begin with a digit in the range 1--5."
183
187
msgstr ""
188
+ "Excepción generada cuando se recibe una respuesta del servidor que no "
189
+ "comienza con un dígito dentro del rango 1—5."
184
190
185
191
#: ../Doc/library/nntplib.rst:159
192
+ #, fuzzy
186
193
msgid "Exception raised when there is some error in the response data."
187
- msgstr ""
194
+ msgstr "Excepción generada cuando algún error en la respuesta. "
188
195
189
196
#: ../Doc/library/nntplib.rst:165
190
197
msgid "NNTP Objects"
191
- msgstr ""
198
+ msgstr "Objetos NNTP "
192
199
193
200
#: ../Doc/library/nntplib.rst:167
194
201
msgid ""
195
202
"When connected, :class:`NNTP` and :class:`NNTP_SSL` objects support the "
196
203
"following methods and attributes."
197
204
msgstr ""
205
+ "Cuando están conectados, los objetos :class:`NNTP` y :class:`NNTP_SSL` "
206
+ "admiten los siguientes métodos y atributos."
198
207
199
208
#: ../Doc/library/nntplib.rst:171
200
209
msgid "Attributes"
201
- msgstr ""
210
+ msgstr "Atributos "
202
211
203
212
#: ../Doc/library/nntplib.rst:175
204
213
msgid ""
@@ -215,7 +224,7 @@ msgstr ""
215
224
216
225
#: ../Doc/library/nntplib.rst:189
217
226
msgid "Methods"
218
- msgstr ""
227
+ msgstr "Metodos "
219
228
220
229
#: ../Doc/library/nntplib.rst:191
221
230
msgid ""
@@ -580,11 +589,11 @@ msgstr ""
580
589
581
590
#: ../Doc/library/nntplib.rst:565
582
591
msgid "Utility functions"
583
- msgstr ""
592
+ msgstr "Funciones de utilidad "
584
593
585
594
#: ../Doc/library/nntplib.rst:567
586
595
msgid "The module also defines the following utility function:"
587
- msgstr ""
596
+ msgstr "El módulo también define la siguiente función de utilidad: "
588
597
589
598
#: ../Doc/library/nntplib.rst:572
590
599
msgid ""
0 commit comments