@@ -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 : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-08-02 11:17+0200 \n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
14
+ "PO-Revision-Date : 2021-10-22 14:43+0100 \n "
15
+ "Last-Translator : Claudia Millan <clmilneb @gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/faq/design.rst:3
25
26
msgid "Design and History FAQ"
@@ -501,6 +502,9 @@ msgid ""
501
502
"else``. For literal values, or constants within a namespace, you can also "
502
503
"use a ``match ... case`` statement."
503
504
msgstr ""
505
+ "Puede hacer esto con bastante facilidad con una secuencia de ``if... "
506
+ "elif... elif... else``. Para valores literales, o constantes dentro de un "
507
+ "espacio de nombres, también puede usar una declaración ``match ... case``."
504
508
505
509
#: ../Doc/faq/design.rst:265
506
510
msgid ""
@@ -1344,7 +1348,7 @@ msgstr ""
1344
1348
1345
1349
#: ../Doc/faq/design.rst:712
1346
1350
msgid "Why don't generators support the with statement?"
1347
- msgstr ""
1351
+ msgstr "¿Por qué los generadores no admiten la declaración with? "
1348
1352
1349
1353
#: ../Doc/faq/design.rst:714
1350
1354
msgid ""
@@ -1353,6 +1357,11 @@ msgid ""
1353
1357
"iterator run to completion, no closing is needed. When it is, wrap it as "
1354
1358
"\" contextlib.closing(generator)\" in the 'with' statement."
1355
1359
msgstr ""
1360
+ "Por razones técnicas, un generador utilizado directamente como gestor de "
1361
+ "contexto no funcionaría correctamente. Cuando, como es más común, un "
1362
+ "generador se utiliza como iterador ejecutado hasta su finalización, no es "
1363
+ "necesario cerrar. Cuando lo esté, envuélvalo como un\" contextlib."
1364
+ "closing(generator)\" en la instrucción 'with'."
1356
1365
1357
1366
#: ../Doc/faq/design.rst:721
1358
1367
msgid "Why are colons required for the if/while/def/class statements?"
0 commit comments