@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-02-01 14:53-0600 \n "
14
+ "PO-Revision-Date : 2023-01-25 21:57-0500 \n "
15
15
"Last-Translator : \n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/http.cookiejar.rst:2
25
26
msgid ":mod:`http.cookiejar` --- Cookie handling for HTTP clients"
@@ -148,6 +149,8 @@ msgstr ""
148
149
msgid ""
149
150
"This should not be initialized directly – use its subclasses below instead."
150
151
msgstr ""
152
+ "Esto no debe inicializarse directamente; en su lugar, use sus subclases a "
153
+ "continuación."
151
154
152
155
#: ../Doc/library/http.cookiejar.rst:78 ../Doc/library/http.cookiejar.rst:351
153
156
msgid "The filename parameter supports a :term:`path-like object`."
@@ -326,6 +329,12 @@ msgid ""
326
329
"attributes :attr:`host`, :attr:`!type`, :attr:`unverifiable` and :attr:"
327
330
"`origin_req_host` as documented by :mod:`urllib.request`."
328
331
msgstr ""
332
+ "El objeto *request* (usualmente una instancia de :class:`urllib.request."
333
+ "Request`) debe soportar los métodos :meth:`get_full_url`, :meth:"
334
+ "`has_header`, :meth:`get_header`, :meth:`header_items`, :meth:"
335
+ "`add_unredirected_header` y los atributos :attr:`host`, :attr:`!type`, :attr:"
336
+ "`unverifiable` y :attr:`origin_req_host` según lo documentado por :mod:"
337
+ "`urllib.request`."
329
338
330
339
#: ../Doc/library/http.cookiejar.rst:172 ../Doc/library/http.cookiejar.rst:198
331
340
msgid ""
@@ -374,6 +383,12 @@ msgid ""
374
383
"mod:`urllib.request`. The request is used to set default values for cookie-"
375
384
"attributes as well as for checking that the cookie is allowed to be set."
376
385
msgstr ""
386
+ "El objeto *request* (usualmente una instancia de :class:`urllib.request."
387
+ "Request`) debe soportar los métodos :meth:`get_full_url` y los atributos :"
388
+ "attr:`host`, :attr:`unverifiable` y :attr:`origin_req_host` según lo "
389
+ "documentado por :mod:`urllib.request`. La solicitud se utiliza para "
390
+ "establecer valores predeterminados para los atributos de las cookies, así "
391
+ "como para verificar si la cookie puede establecerse."
377
392
378
393
#: ../Doc/library/http.cookiejar.rst:203
379
394
msgid "Set the :class:`CookiePolicy` instance to be used."
@@ -585,15 +600,14 @@ msgstr ""
585
600
"escritura."
586
601
587
602
#: ../Doc/library/http.cookiejar.rst:324
588
- #, fuzzy
589
603
msgid ""
590
604
"A :class:`FileCookieJar` that can load from and save cookies to disk in the "
591
605
"Mozilla ``cookies.txt`` file format (which is also used by curl and the Lynx "
592
606
"and Netscape browsers)."
593
607
msgstr ""
594
608
"Un :class:`FileCookieJar` que puede cargar y guardar cookies al disco en el "
595
- "formato de archivo Mozilla ``cookies.txt`` (el cual es también utilizado por "
596
- "los navegadores Lynx y Netscape)."
609
+ "formato de archivo ``cookies.txt`` de Mozilla (que también es utilizado por "
610
+ "curl y los navegadores Lynx y Netscape)."
597
611
598
612
#: ../Doc/library/http.cookiejar.rst:330
599
613
msgid ""
@@ -885,13 +899,12 @@ msgid "Set the sequence of blocked domains."
885
899
msgstr "Establece la secuencia de dominios bloqueados."
886
900
887
901
#: ../Doc/library/http.cookiejar.rst:498
888
- #, fuzzy
889
902
msgid ""
890
903
"Return ``True`` if *domain* is on the blocklist for setting or receiving "
891
904
"cookies."
892
905
msgstr ""
893
- "Retorna si *domain* está en la lista de bloqueo para configurar o recibir "
894
- "cookies."
906
+ "Retorna ``True`` si *domain* está en la lista de bloqueo para establecer o "
907
+ "recibir cookies."
895
908
896
909
#: ../Doc/library/http.cookiejar.rst:504
897
910
msgid "Return :const:`None`, or the sequence of allowed domains (as a tuple)."
@@ -904,13 +917,12 @@ msgid "Set the sequence of allowed domains, or :const:`None`."
904
917
msgstr "Establece la secuencia de los dominios permitidos, o :const:`None`."
905
918
906
919
#: ../Doc/library/http.cookiejar.rst:514
907
- #, fuzzy
908
920
msgid ""
909
921
"Return ``True`` if *domain* is not on the allowlist for setting or receiving "
910
922
"cookies."
911
923
msgstr ""
912
- "Retorna si *domain* no está en la lista de permitidos para configurar o "
913
- "recibir cookies."
924
+ "Retorna ``True`` si *domain* no está en la lista de permitidos para "
925
+ "establecer o recibir cookies."
914
926
915
927
#: ../Doc/library/http.cookiejar.rst:517
916
928
msgid ""
0 commit comments